masqmail

log src/masqmail.c

age author description
Wed, 30 May 2012 11:38:03 +0200 markus schnalke Create the spool and log dirs on program startup if missing.
Wed, 30 May 2012 09:38:38 +0200 markus schnalke Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup.
Tue, 29 May 2012 21:35:17 +0200 markus schnalke The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
Wed, 29 Feb 2012 14:36:07 +0100 markus schnalke Debug message cosmetic.
Wed, 29 Feb 2012 11:03:46 +0100 markus schnalke Broke long lines.
Sat, 18 Feb 2012 19:59:02 +0100 markus schnalke Fixed debugging output during read_conf().
Sat, 14 Jan 2012 21:36:58 +0100 markus schnalke Removed ident. This had been discussed on the mailing list in Oct 2011.
Thu, 20 Oct 2011 10:20:59 +0200 markus schnalke Reformated multiline comments to have leading asterisks on each line
Thu, 22 Sep 2011 15:07:40 +0200 markus schnalke Switched to `type *name' style
Thu, 14 Jul 2011 11:38:23 +0200 markus schnalke Removed unused second arg of msg_spool_read()
Sat, 27 Aug 2011 16:19:07 +0200 markus schnalke Security fix! Correct handling of seteuid() return value
Sun, 24 Apr 2011 19:14:38 +0200 meillo reworked online_detect to the simpler online_query
Wed, 08 Dec 2010 18:00:22 -0300 markus schnalke mark -qo (without argument) obsolete
Tue, 07 Dec 2010 19:21:44 -0300 markus schnalke FIXME comment: where to log while reading the config file?
Tue, 07 Dec 2010 17:09:07 -0300 markus schnalke recognize the program name `newaliases' too
Tue, 07 Dec 2010 14:07:25 -0300 markus schnalke -q and -qo are non-exclusive
Tue, 07 Dec 2010 14:04:56 -0300 markus schnalke modes are now enforced exclusive
Mon, 06 Dec 2010 17:41:50 -0300 markus schnalke added -bm for mode accept (the other MTAs have it too)
Fri, 03 Dec 2010 21:05:34 -0300 markus schnalke for -t cmdline args are now added to the rcpt list instead of substracted
Fri, 03 Dec 2010 11:40:58 -0300 markus schnalke removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD
Fri, 03 Dec 2010 11:37:01 -0300 markus schnalke comments (should we really exit failure in this case?)
Fri, 03 Dec 2010 11:30:24 -0300 markus schnalke refactored mode_accept()
Fri, 03 Dec 2010 10:43:38 -0300 markus schnalke comments and a small refactoring
Thu, 02 Dec 2010 17:13:03 -0300 markus schnalke removed now obsolete exit_code
Thu, 02 Dec 2010 17:11:25 -0300 markus schnalke s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/
Thu, 02 Dec 2010 16:52:39 -0300 markus schnalke fixed previous commit and excluded mode_version() from main()
Thu, 02 Dec 2010 16:45:26 -0300 markus schnalke substituted get_progname() with a call to strrchr()
Thu, 02 Dec 2010 16:22:55 -0300 markus schnalke made default mode sensible
Wed, 01 Dec 2010 18:27:46 -0300 markus schnalke fixed -oem by removing it ;-)
Wed, 01 Dec 2010 17:29:52 -0300 markus schnalke fixed -oi to really be the same as -i
Thu, 04 Nov 2010 14:45:42 -0300 markus schnalke removed the obsolete pos argument from time_interval()
Thu, 04 Nov 2010 13:00:19 -0300 markus schnalke moved run_queue to a new function
Thu, 04 Nov 2010 12:32:11 -0300 markus schnalke moved the queue manipulation code to an new function
Thu, 04 Nov 2010 11:02:42 -0300 markus schnalke refactored the cmdline argument processing
Mon, 01 Nov 2010 14:53:26 -0300 markus schnalke refactored processing of -oXXX options
Mon, 01 Nov 2010 13:30:02 -0300 markus schnalke ignoring -m switch now
Sun, 18 Jul 2010 21:49:15 +0200 meillo added newlines to the end of log and debug messages where missing
Fri, 16 Jul 2010 16:38:50 +0200 meillo REMOVED MAILDIR SUPPORT
Fri, 16 Jul 2010 15:38:53 +0200 meillo removed the --disable-smtp-server configure option
Thu, 15 Jul 2010 14:24:40 +0200 meillo REMOVED POP3 SUPPORT
Tue, 13 Jul 2010 22:54:25 +0200 meillo merge
Tue, 13 Jul 2010 22:53:04 +0200 meillo write a log message when the daemon starts up
Thu, 08 Jul 2010 22:01:33 +0200 meillo removed the mserver feature
Thu, 08 Jul 2010 09:43:27 +0200 meillo shut down on errors reading config file
Thu, 01 Jul 2010 13:08:53 +0200 meillo added server-side SMTP SIZE support (patch by Paolo)
Tue, 29 Jun 2010 11:40:37 +0200 meillo changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding
Tue, 29 Jun 2010 10:45:33 +0200 meillo never create headers from recipients
Tue, 29 Jun 2010 10:37:18 +0200 meillo masqmail now *always* removes Bcc: headers
Mon, 21 Jun 2010 12:07:12 +0200 meillo small typo fix
Sat, 19 Jun 2010 19:00:04 +0200 meillo what about the `rmail' alias?
Sat, 19 Jun 2010 18:07:31 +0200 meillo using is_privileged_user() to check here too
Wed, 16 Jun 2010 19:36:22 +0200 meillo added copyright notices to files I improved
Wed, 16 Jun 2010 10:39:44 +0200 meillo do not reparent the daemon to init if init is already the parent
Wed, 16 Jun 2010 10:35:13 +0200 meillo made a comment more exact
Wed, 16 Jun 2010 10:32:20 +0200 meillo fixed Debian bug 536060 (log files are closed after SIGHUP receival)
Wed, 19 May 2010 13:33:05 +0200 meillo fixed tests/local.sh
Wed, 29 Oct 2008 16:34:13 +0100 meillo removed noop-code; some beautifying
Mon, 27 Oct 2008 16:23:10 +0100 meillo changed indention and line wrapping to a more consistent style
Fri, 26 Sep 2008 17:05:23 +0200 meillo this is masqmail-0.2.21 from oliver kurth0.2.21