head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.12.03.21.21.11; author ghen; state dead; branches; next 1.1; 1.1 date 2010.11.05.12.00.39; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.11.05.12.00.39; author adam; state Exp; branches; next ; desc @@ 1.2 log @Update to Dovecot 2.0.8. * Services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. * LMTP: In earlier versions if mail was delivered to user+detail@@domain address, LMTP server always attempted to deliver the mail to mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use the correct prefix. Last logged in user's prefix was always used, regardless of what user's session actually logged it. Now the proper log prefix is always used. - MySQL: Only the first specified host was ever used @ text @$NetBSD: patch-ag,v 1.1 2010/11/05 12:00:39 adam Exp $ --- src/lib-settings/settings-parser.c.orig 2010-09-23 18:41:53.000000000 +0000 +++ src/lib-settings/settings-parser.c @@@@ -942,7 +942,11 @@@@ static int environ_cmp(char *const *s1, int settings_parse_environ(struct setting_parser_context *ctx) { +#ifdef __APPLE__ + char **environ = *_NSGetEnviron(); +#else extern char **environ; +#endif ARRAY_TYPE(string) sorted_envs_arr; const char *key, *value; char *const *sorted_envs; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. @ text @@