log src/master/mail-process.c @ 6411:6a64e64fa3a3 HEAD

age author description
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sat, 15 Sep 2007 17:01:10 +0300 Timo Sirainen Use the default fd limit for mail processes. HEAD
Fri, 24 Aug 2007 20:49:33 +0300 Timo Sirainen Grow file descriptors to 64k at startup, and drop them for login and imap HEAD
Sat, 21 Jul 2007 10:03:47 +0300 Timo Sirainen If login_user == mail uid, we logged an error but didn't really prevent it. HEAD
Fri, 13 Jul 2007 00:18:24 +0300 Timo Sirainen Added mail_nfs_storage and mail_nfs_index settings. HEAD
Wed, 04 Jul 2007 04:47:00 +0300 Timo Sirainen Don't bother setting POP3 settings to IMAP processes and vice versa. HEAD
Tue, 03 Jul 2007 03:51:36 +0300 Timo Sirainen Added mail_uid and mail_gid settings. HEAD
Tue, 03 Jul 2007 01:59:06 +0300 Timo Sirainen Fixed dump-capability crash at startup HEAD
Mon, 02 Jul 2007 17:52:05 +0300 Timo Sirainen Changed mail_max_user_connections to mail_max_userip_connections. HEAD
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. HEAD
Sat, 30 Jun 2007 17:38:17 +0300 Timo Sirainen Moved child process handling to child-process.[ch]. The hash table now uses HEAD
Mon, 25 Jun 2007 19:24:53 +0300 Timo Sirainen Added list setting to namespaces to control whether mailboxes in the HEAD
Tue, 12 Jun 2007 20:15:00 +0300 Timo Sirainen nfs check: If namespaces are defined, use the first one's location instead HEAD
Wed, 16 May 2007 18:25:28 +0300 Timo Sirainen Removed mmap_no_write setting. The only OS requiring it is OpenBSD, so we're HEAD
Tue, 03 Apr 2007 08:54:55 +0300 Timo Sirainen Added mailbox_list_index_disable setting. HEAD
Wed, 28 Mar 2007 23:06:37 +0300 Timo Sirainen When using chrooting, force the home directory to have '/' prefix so it's HEAD
Fri, 23 Mar 2007 02:07:24 +0200 Timo Sirainen Fixed NFS check again with chroots HEAD
Fri, 23 Mar 2007 01:33:01 +0200 Timo Sirainen If chdir() failed, we still gave wrong reason HEAD
Thu, 22 Mar 2007 00:52:20 +0200 Timo Sirainen Use alarm() to make sure that chdir() returns in 30 seconds (NFS..). Also if HEAD
Wed, 21 Mar 2007 22:31:15 +0200 Timo Sirainen NFS check + chroots broke home directory for the first login. HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Thu, 15 Mar 2007 15:59:13 +0200 Timo Sirainen Make processes created with --exec-mail log to the configured location. HEAD
Mon, 12 Feb 2007 20:14:13 +0200 Timo Sirainen When running dump-capability, don't do stderr_close_shutdown since it could HEAD
Fri, 02 Feb 2007 13:20:23 +0200 Timo Sirainen Added mail_log_max_lines_per_sec setting. HEAD
Thu, 25 Jan 2007 15:52:38 +0200 Timo Sirainen fsync_disable wasn't sent to mail processes HEAD
Wed, 24 Jan 2007 19:39:11 +0200 Timo Sirainen If exec() fails, don't close 0..3 fds before logging the error. There's HEAD
Thu, 18 Jan 2007 18:57:43 +0200 Timo Sirainen Removed mail_read_mmaped setting. It's a pretty useless setting and HEAD
Thu, 28 Dec 2006 18:58:05 +0200 Timo Sirainen Forgot to send dotlock_use_excl to mail processes.. HEAD
Fri, 22 Dec 2006 16:20:36 +0200 Timo Sirainen Added maildir_copy_preserve_filename setting. HEAD
Tue, 17 Oct 2006 13:55:56 +0300 Timo Sirainen Renamed default_mail_env to mail_location. Keep the default_mail_env working HEAD
Sun, 08 Oct 2006 20:27:14 +0300 Timo Sirainen Expand home directory in mail env if it exists as eg. "mbox:~:INBOX=.." or HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Fri, 11 Aug 2006 04:12:05 +0300 Timo Sirainen Check log_creaate_pipe() and dup() return values and handle failures. HEAD
Sun, 06 Aug 2006 23:37:17 +0300 Timo Sirainen Run imap dump-capability process only after all the settings have been HEAD
Sat, 01 Jul 2006 20:44:46 +0300 Timo Sirainen If namespace's location field wasn't set, the default location was supposed HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Wed, 28 Jun 2006 00:03:54 +0300 Timo Sirainen Changed the mail_plugins/mail_plugin_dir settings to be passed as the same HEAD
Fri, 16 Jun 2006 21:13:43 +0300 Timo Sirainen Settings parser nowadays returns "" instead of NULL when it reads an empty HEAD
Mon, 12 Jun 2006 15:46:15 +0300 Timo Sirainen dovecot --exec-mail ext <binary path> now reads the default settings from HEAD
Thu, 08 Jun 2006 19:57:26 +0300 Timo Sirainen NFS check wasn't working if chrooting was used. HEAD
Thu, 27 Apr 2006 15:26:34 +0300 Timo Sirainen Don't validate uid/gid when executing imap for dump-capability HEAD
Sat, 22 Apr 2006 12:18:48 +0300 Timo Sirainen Fixed last broken commit HEAD
Fri, 21 Apr 2006 18:14:44 +0300 Timo Sirainen NFS check should be done only once at startup, not every time. HEAD
Fri, 21 Apr 2006 14:23:01 +0300 Timo Sirainen If mail environment is "", don't use it. HEAD
Fri, 21 Apr 2006 14:00:43 +0300 Timo Sirainen Don't crash in NFS check if using mail path autodetection HEAD
Fri, 14 Apr 2006 21:20:54 +0300 Timo Sirainen If we have plugins set and imap_capability unset, figure out the IMAP HEAD
Fri, 14 Apr 2006 13:52:55 +0300 Timo Sirainen Unless nfs_check=no or mmap_disable=yes, check for the first login if the HEAD
Thu, 13 Apr 2006 03:56:22 +0300 Timo Sirainen pop3_lock_session setting wasn't transferred to pop3 process HEAD
Wed, 12 Apr 2006 22:40:22 +0300 Timo Sirainen dbox settings in config file didn't work, and the defaults were also a bit HEAD
Wed, 12 Apr 2006 14:42:57 +0300 Timo Sirainen Added shutdown_clients setting to control if existing imap/pop3 processes HEAD
Sun, 09 Apr 2006 17:00:01 +0300 Timo Sirainen If %h is used but home directory isn't given by userdb, use HEAD
Sun, 26 Feb 2006 14:15:34 +0200 Timo Sirainen Replaced mail_use_modules and mail_modules settings with mail_plugins and HEAD
Tue, 14 Feb 2006 19:43:04 +0200 Timo Sirainen Check that we don't pass around key=value pairs with empty keys. HEAD
Thu, 02 Feb 2006 23:29:15 +0200 Timo Sirainen Added plugin {} section to dovecot.conf for passing extra environment HEAD
Thu, 19 Jan 2006 01:14:43 +0200 Timo Sirainen Added mbox_min_index_size setting. HEAD
Thu, 19 Jan 2006 00:16:40 +0200 Timo Sirainen Added mail_cache_min_mail_count setting. HEAD
Sun, 15 Jan 2006 21:01:46 +0200 Timo Sirainen Don't crash if username is NULL (shouldn't happen though) HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 28 Oct 2005 14:27:43 +0300 Timo Sirainen Added %i for UID HEAD