Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.
With tweaks from ajacoutot@
ok ajacoutot@
file from www/mozilla-firefox, so remove old instances of that file that
weren't updated with last commits (and were unused anyway)
While here bump all REVISIONs after LIB_DEPENDS change.
ok naddy@
While this resolves CVE-2010-4344 and CVE-2010-4345, the first was
actually fixed in exim 4.70 and the latter is a no-issue on OpenBSD
due to it always being built with ALT_CONFIG_ROOT_ONLY.
with input from Andreas Voegele
ok sthen@, jasper@
Archiveopteryx is a mail server system optimised for long-term storage
and heavy access. It comprises a set of server programs that provide
access to mail stored in a relational database (PostgreSQL).
With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
and moving back to the unformatted pages fixes warnings from the
installation script (which does not expect the pages to be preformatted).
Problem noted by Brad and myself, possible fix suggested by me, diff
from Brad, ok jakob@ (maintainer).
- imap: Fixed a memory leak in ESEARCH.
- imap/pop3-login: Don't crash if passdb returns proxy field without host.
- lib-index: Added a missing sanity check for expunge-guid record's uid.
This fixes a non-self healing assert-crash.
- master: Delete also pipes from login_dir (left by v2.0).
From Brad (maintainer), ok ajacoutot@
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README
With help and feedback from J.G Pailloncy, ok ajacoutot@