it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida
printing routines, the problem originally found by Kris Kennaway.
Unfortunately, the bogosort author did not quite apply the patch I sent,
hence the need for the new files/patch-bogosort.c.
for perl-generated pages (i.e. not implemented).
2) Properly store all lowres* options in %htmlOpts.
3) Don't even call createLowResolutionImage() if not opt_lowres - speedup
WebMagick twice.
4) Don't try to clean lowresdir and cachedir if they are not exists or
corresponding options are not turned on.
5) Don't try to create lowresdir and cachedir if corresponding options
are not turned on.
6) Read only first image from multi-image sequence such as animated GIFs
or MPEGs, lowres|cache image can't be created otherwise (they are not
exists after ->Write).
There are two new knobs:
- WITHOUT_IPAUTH disables the IP authentication: by default, qmailadmin
"remembers" your IP address after a successful login, and then logs
the session out if you try to access a page from a different address,
even with the same session ID;
- WITHOUT_USER_INDEX disables the user index display, which might
confuse earlier versions of Internet Explorer.
Prompted by: David Phillips <david@acz.org>
There are two new configuration knobs:
- WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users,
thereby saving a little on disk space and inode usage; IMO, the
savings are negligible;
- WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail
to examine its input stream for seekability, and read it all into a
file to make it seekable. This works quite fine in the tests that I
have done, so there seems to be no need to enable it on FreeBSD;
however, if things should go wrong (in particular, if delivering mail
to your virtual domains seems to fail), try rebuilding vpopmail with
this knob.
Prompted by: David Phillips <david@acz.org>