masqmail

log

age author description
Thu, 15 Jul 2010 23:44:48 +0200 meillo specified group by name; added path to --with-glib-static
Thu, 15 Jul 2010 14:37:49 +0200 meillo typographic fix: alignments in configure -h
Thu, 15 Jul 2010 14:24:40 +0200 meillo REMOVED POP3 SUPPORT
Thu, 15 Jul 2010 11:48:33 +0200 meillo further pop3_login stuff I forgot to remove
Thu, 15 Jul 2010 11:15:25 +0200 meillo forgot to remove the pop3_login option in conf.c in the last commit
Thu, 15 Jul 2010 10:33:53 +0200 meillo removed the pop-before-smtp (smtp-after-pop) function
Thu, 15 Jul 2010 00:33:09 +0200 meillo refactoring and simplifications in mservdetect
Thu, 15 Jul 2010 00:14:26 +0200 meillo improved mservdetect in various ways
Wed, 14 Jul 2010 23:26:20 +0200 meillo added two setup guides
Wed, 14 Jul 2010 22:23:40 +0200 meillo improved INSTALL (2nd sendmail link)
Wed, 14 Jul 2010 22:22:58 +0200 meillo added an example route config with encryption
Wed, 14 Jul 2010 22:21:08 +0200 meillo improved and simplified the example config
Wed, 14 Jul 2010 21:59:23 +0200 meillo added a development helper script to update the date and version in man pages
Wed, 14 Jul 2010 17:37:36 +0200 meillo added comments on how to compile with glib-1.2
Wed, 14 Jul 2010 17:10:28 +0200 meillo do *not* use the openssl option -crlf in a wrapper command
Wed, 14 Jul 2010 17:02:08 +0200 meillo added comments to deliver.c (stuff to check)
Wed, 14 Jul 2010 16:48:45 +0200 meillo removed `remote_port' config option
Wed, 14 Jul 2010 16:35:17 +0200 meillo better debug logging of outgoing SMTP dialogs
Wed, 14 Jul 2010 16:26:12 +0200 meillo fixed a small typo in the debug output
Wed, 14 Jul 2010 12:15:45 +0200 meillo merge
Wed, 14 Jul 2010 12:02:01 +0200 meillo Documentation improvements in the INSTALL file and some man pages
Wed, 14 Jul 2010 11:48:59 +0200 meillo Fix handling of --with-liblockfile=no or --without-liblockfile
Wed, 14 Jul 2010 00:55:22 +0200 meillo merge
Wed, 14 Jul 2010 00:54:28 +0200 meillo documented the wrapper option of route files better
Tue, 13 Jul 2010 23:12:14 +0200 meillo merge
Tue, 13 Jul 2010 23:11:26 +0200 meillo added a missing #include <sys/stat.h>
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:02:58 +0200 meillo moved the PPP setup documentation from INSTALL to an own file
Thu, 08 Jul 2010 22:02:22 +0200 meillo updated and improved INSTALL
Thu, 08 Jul 2010 22:01:33 +0200 meillo removed the mserver feature
Thu, 08 Jul 2010 14:04:39 +0200 meillo disabled POP3 support by default
Thu, 08 Jul 2010 12:19:11 +0200 meillo guess-hostname: ordered guesses by quality
Thu, 08 Jul 2010 11:53:07 +0200 meillo listen per default on localhost:25 now
Thu, 08 Jul 2010 11:27:03 +0200 meillo added a script to guess the host's name
Thu, 08 Jul 2010 11:08:37 +0200 meillo next version will be 0.3.0
Thu, 08 Jul 2010 10:35:42 +0200 meillo documented that online_pipe must contain an absolute path
Thu, 08 Jul 2010 09:59:52 +0200 meillo local_hosts defaults to localhost;foo;foo.example.org now
Thu, 08 Jul 2010 09:49:05 +0200 meillo require host_name to be set in config file
Thu, 08 Jul 2010 09:43:27 +0200 meillo shut down on errors reading config file
Thu, 08 Jul 2010 09:20:34 +0200 meillo merge
Wed, 07 Jul 2010 13:38:33 +0200 meillo local_hosts defaults to `localhost' now
Wed, 07 Jul 2010 13:34:19 +0200 meillo mail_dir defaults to /var/mail now
Wed, 07 Jul 2010 10:32:00 +0200 meillo default values for logdir and spooldir
Thu, 08 Jul 2010 00:53:49 +0200 meillo Added tag 0.2.25 for changeset 115d3c92493b
Thu, 08 Jul 2010 00:50:21 +0200 meillo updated ChangeLog and NEWS0.2.25
Thu, 08 Jul 2010 00:40:19 +0200 meillo moved rmail from bin (man1) to sbin (man8)
Thu, 08 Jul 2010 00:26:55 +0200 meillo improved the Makefile (check diff for details)
Thu, 08 Jul 2010 00:08:18 +0200 meillo small fix in Makefile if dirs do not exist
Wed, 07 Jul 2010 23:43:05 +0200 meillo remove all installed dirs on `make uninstall'
Wed, 07 Jul 2010 23:37:49 +0200 meillo credited Paolo's contributions
Wed, 07 Jul 2010 23:19:06 +0200 meillo updated ChangeLog and NEWS
Tue, 06 Jul 2010 20:16:33 +0200 meillo updated dates and versions in man pages
Tue, 06 Jul 2010 19:01:41 +0200 meillo typo fixes in masqmail.route(5)
Tue, 06 Jul 2010 17:43:31 +0200 meillo added a script that checks the documentation coverage of config options
Tue, 06 Jul 2010 17:37:18 +0200 meillo /^\\fB/ in man pages indicates an option
Tue, 06 Jul 2010 17:16:05 +0200 meillo documented, yet undocumented, set_h_reply_to_domain config option
Tue, 06 Jul 2010 17:04:59 +0200 meillo added mailq.wmbiffrc by Paolo
Tue, 06 Jul 2010 14:28:08 +0200 meillo check max length of addresses in SMTP dialog
Tue, 06 Jul 2010 13:46:51 +0200 meillo fixed defer_all code