log src/master/mail-process.c @ 9364:eb22a456a625 HEAD

age author description
Sun, 06 Sep 2009 21:10:24 -0400 Timo Sirainen dovecot --exec-mail: Put mail_uid and mail_gid settings to environment. HEAD
Mon, 31 Aug 2009 19:44:39 -0400 Timo Sirainen master: If process uid/gid is too high, refer to last_valid_* settings instead of first_valid_*. HEAD
Mon, 31 Aug 2009 18:53:17 -0400 Timo Sirainen Added pop3_save_uidl setting. HEAD
Mon, 24 Aug 2009 13:13:45 -0400 Timo Sirainen master: If execv() fails with ENOMEM, mention the *_process_size setting. HEAD
Sun, 26 Jul 2009 14:21:49 -0400 Timo Sirainen imap/pop3: If chdir() to home failed, euid was always logged as being root. HEAD
Thu, 09 Jul 2009 19:15:59 -0400 Timo Sirainen imap/pop3 logins now fail if home directory path is relative. HEAD
Thu, 09 Jul 2009 13:28:47 -0400 Timo Sirainen master: Give better error messages if UNIX uid/gid is too high/low. HEAD
Sun, 21 Jun 2009 22:26:58 -0400 Timo Sirainen master: Set BASE_DIR environment for mail processes. HEAD
Thu, 16 Apr 2009 19:11:32 -0400 Timo Sirainen Added imap_idle_notify_interval setting. HEAD
Mon, 06 Apr 2009 14:20:12 -0400 Timo Sirainen system_user -> system_groups_user change broke it completely. HEAD
Thu, 02 Apr 2009 19:08:50 -0400 Timo Sirainen Removed umask setting. We're nowadays creating practically all files with proper umasks. HEAD
Wed, 01 Apr 2009 12:48:17 -0400 Timo Sirainen Call closelog() before dup2()ing fds. HEAD
Mon, 30 Mar 2009 20:27:14 -0400 Timo Sirainen Added maildir_very_dirty_syncs setting. HEAD
Wed, 25 Mar 2009 15:38:57 -0400 Timo Sirainen mail_privileged_group setting prevents core dumps - mention it in logging. HEAD
Sat, 21 Feb 2009 18:22:11 -0500 Timo Sirainen Authentication: system_user userdb extra field renamed to system_groups_user. HEAD
Fri, 20 Feb 2009 17:36:26 -0500 Timo Sirainen If chdir() fails with EACCES in mail process creation, log a user-friendly error. HEAD
Mon, 09 Feb 2009 22:44:42 -0500 Timo Sirainen master: Another deinit crashfix HEAD
Mon, 09 Feb 2009 20:00:13 -0500 Timo Sirainen master: make sure we don't access freed memory on deinit. HEAD
Tue, 03 Feb 2009 12:07:21 -0500 Timo Sirainen nfs_check: Mention also mail_nfs_storage=yes in the error message. HEAD
Tue, 03 Feb 2009 11:57:35 -0500 Timo Sirainen If mail_chroot is set, don't fail at startup in dump-capability. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Sat, 13 Dec 2008 18:04:55 +0200 Timo Sirainen var_expand(): Added support for long %{variable} names. HEAD
Sat, 06 Dec 2008 07:47:21 +0200 Timo Sirainen Changed error messages. HEAD
Sun, 30 Nov 2008 02:09:16 +0200 Timo Sirainen Added alias_for setting for namespaces. Fixes namespace issues with fts. HEAD
Fri, 21 Nov 2008 17:03:27 +0200 Timo Sirainen Added list=children option for namespaces. HEAD
Sat, 15 Nov 2008 19:37:35 +0200 Timo Sirainen Code cleanup for previous change. HEAD
Sat, 15 Nov 2008 19:34:28 +0200 Timo Sirainen dovecot --exec-mail: Never listen input from stderr, there's no point. HEAD
Wed, 29 Oct 2008 17:41:05 +0200 Timo Sirainen master: Set LOCAL_IP environment to mail processes. HEAD
Sat, 25 Oct 2008 15:41:33 +0300 Timo Sirainen master: If there's no home directory don't set HOME environment at all. HEAD
Sat, 25 Oct 2008 15:20:04 +0300 Timo Sirainen Give a nicer error message if %h is used while there is no home directory. HEAD
Sun, 05 Oct 2008 17:12:11 +0300 Timo Sirainen Don't expand ~/ in mail_location or namespace location. HEAD
Wed, 01 Oct 2008 16:07:57 +0300 Timo Sirainen If we reached max_mail_processes limit, mention the setting in the error message. HEAD
Thu, 21 Aug 2008 02:19:07 +0300 Timo Sirainen Don't apply mail_max_userip_connections limit to master user logins. HEAD
Wed, 13 Aug 2008 14:36:11 -0400 Timo Sirainen Pass the created mail process PID back to login process so it can log it. HEAD
Sat, 21 Jun 2008 18:19:41 +0300 Timo Sirainen Just send CAPABILITY response code for all LOGIN/AUTHENTICATE commands. HEAD
Sat, 21 Jun 2008 12:50:28 +0300 Timo Sirainen Send login command OK reply in IMAP/POP3 process. HEAD
Sat, 21 Jun 2008 12:23:08 +0300 Timo Sirainen If commands are pipelined after the login command, pass them to the HEAD
Sat, 21 Jun 2008 09:22:44 +0300 Timo Sirainen Added support for IMAP ID extension. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Sun, 04 May 2008 20:42:51 +0300 Timo Sirainen If mail_chroot ends with "/.", remove chroot prefix from home directory. HEAD
Sat, 15 Mar 2008 05:02:08 +0200 Timo Sirainen Disable log throttling while mail_debug=yes HEAD
Wed, 05 Mar 2008 02:59:55 +0200 Timo Sirainen NFS checking checks now mail_nfs_index=yes instead of mmap_disable=yes. HEAD
Tue, 04 Mar 2008 07:54:53 +0200 Timo Sirainen Replaced mail_extra_groups setting with mail_privileged_group and HEAD
Tue, 04 Mar 2008 06:24:44 +0200 Timo Sirainen Allow dovecot --exec-mail ext program arguments. HEAD
Sat, 16 Feb 2008 16:29:19 +0200 Timo Sirainen Last commit broke mail_drop_priv_before_exec/mail_chroot conflict check. HEAD
Sat, 16 Feb 2008 16:27:11 +0200 Timo Sirainen mail_chroot no longer needs to be in valid_chroot_dirs. HEAD
Fri, 15 Feb 2008 14:52:00 +0200 Timo Sirainen Check for "/./" chrooting in home dirs only if valid_chroot_dirs isn't empty. HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:42:32 +0200 Timo Sirainen Fixed NFS warning check. We can't use getenv() anymore. HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 11 Nov 2007 21:33:33 +0200 Timo Sirainen Error message updates. HEAD
Sun, 21 Oct 2007 19:59:09 +0300 Timo Sirainen Added subscriptions setting to namespaces to specify if it should handle HEAD
Sun, 21 Oct 2007 17:00:35 +0300 Timo Sirainen imap_logout_format setting wasn't passed to imap process. HEAD
Tue, 09 Oct 2007 17:30:07 +0300 Timo Sirainen hidden=yes list=yes is a valid namespace combination HEAD
Tue, 09 Oct 2007 17:23:11 +0300 Timo Sirainen If child process logged a fatal failure, don't show "returned error 89" HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD