age |
author |
description |
Wed, 30 May 2012 09:38:38 +0200 |
markus schnalke |
Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup. |
Wed, 29 Feb 2012 13:33:40 +0100 |
markus schnalke |
Fixed segfault, caused by a stupid g_strchug/g_strstrip implementation. |
Wed, 29 Feb 2012 12:06:33 +0100 |
markus schnalke |
Ensure lvals, rvals and components of address strucs are stripped. |
Tue, 21 Feb 2012 16:11:28 +0100 |
markus schnalke |
Ensure lval and rval are always stripped. Plus minor refactoring. |
Sat, 18 Feb 2012 19:57:39 +0100 |
markus schnalke |
Fixed conf.c: read_lval(). |
Sat, 18 Feb 2012 19:39:11 +0100 |
markus schnalke |
Removed log_max_pri limit. It makes no sense. |
Sat, 18 Feb 2012 19:32:40 +0100 |
markus schnalke |
Refactoring in conf.c: read_rval(). |
Sat, 18 Feb 2012 18:48:19 +0100 |
markus schnalke |
Various refactoring and code layouting in the second half of conf.c. |
Sat, 18 Feb 2012 18:07:55 +0100 |
markus schnalke |
Heavy refactoring in parts of conf.c. |
Sat, 18 Feb 2012 12:35:12 +0100 |
markus schnalke |
Added a glob-pattern aliasing facility. |
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 |
Sun, 04 Sep 2011 17:40:13 +0200 |
markus schnalke |
minor refactoring |
Sun, 04 Sep 2011 11:55:51 +0200 |
markus schnalke |
Closed a memory leak. |
Sun, 04 Sep 2011 11:25:38 +0200 |
markus schnalke |
reworked the route concept; removed the idea of the localnet |
Sat, 27 Aug 2011 16:54:14 +0200 |
markus schnalke |
Added debug level 9 for msgs to stderr during reading config |
Wed, 13 Jul 2011 10:30:52 +0200 |
markus schnalke |
Fixed local-part only address patterns in route conditions |
Wed, 13 Jul 2011 10:24:45 +0200 |
markus schnalke |
Switched back from 127.0.0.1 to localhost |
Thu, 28 Apr 2011 16:42:28 +0200 |
meillo |
refactoring in the small |
Thu, 28 Apr 2011 09:55:06 +0200 |
meillo |
reworked allowed and denied addrs for routes |
Sun, 24 Apr 2011 19:37:56 +0200 |
meillo |
removed protocol option from route config |
Sun, 24 Apr 2011 19:14:38 +0200 |
meillo |
reworked online_detect to the simpler online_query |
Sun, 24 Apr 2011 15:11:37 +0200 |
meillo |
bug fix: inverted condition |
Thu, 02 Dec 2010 17:11:25 -0300 |
markus schnalke |
s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/ |
Thu, 04 Nov 2010 14:45:42 -0300 |
markus schnalke |
removed the obsolete pos argument from time_interval() |
Mon, 25 Oct 2010 17:48:08 -0300 |
markus schnalke |
renamed `alias_local_cmp' to `localpartcmp' |
Mon, 25 Oct 2010 17:46:13 -0300 |
markus schnalke |
renamed `alias_local_caseless' to `caseless_matching' |
Fri, 22 Oct 2010 11:06:09 -0300 |
markus schnalke |
renamed the default route for the local net |
Fri, 23 Jul 2010 11:27:17 +0200 |
meillo |
added my copyright to files I worked on |
Fri, 23 Jul 2010 10:57:53 +0200 |
meillo |
added support for STARTTLS wrappers |
Sat, 17 Jul 2010 00:34:40 +0200 |
meillo |
default listen_addresses: use 127.0.0.1 instead of `localhost' |
Fri, 16 Jul 2010 16:38:50 +0200 |
meillo |
REMOVED MAILDIR SUPPORT |
Thu, 15 Jul 2010 14:24:40 +0200 |
meillo |
REMOVED POP3 SUPPORT |
Thu, 15 Jul 2010 11:15:25 +0200 |
meillo |
forgot to remove the pop3_login option in conf.c in the last commit |
Wed, 14 Jul 2010 16:48:45 +0200 |
meillo |
removed `remote_port' config option |
Thu, 08 Jul 2010 22:01:33 +0200 |
meillo |
removed the mserver feature |
Thu, 08 Jul 2010 11:53:07 +0200 |
meillo |
listen per default on localhost:25 now |
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 |
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 |
Tue, 06 Jul 2010 13:02:30 +0200 |
meillo |
fixed the use of max_size instead of max_size_delete |
Thu, 01 Jul 2010 13:30:30 +0200 |
meillo |
added support for SMTP SIZE 0 (unlimited) |
Thu, 01 Jul 2010 13:08:53 +0200 |
meillo |
added server-side SMTP SIZE support (patch by Paolo) |
Wed, 30 Jun 2010 15:31:42 +0200 |
meillo |
allow `:' unquoted too; updated masqmail.conf.5 (Thanks to Paolo) |
Wed, 30 Jun 2010 15:00:59 +0200 |
meillo |
better debugging output (thanks to Paolo) |
Thu, 06 May 2010 11:52:34 +0200 |
meillo |
flattened conditional nesting |
Wed, 29 Oct 2008 21:21:26 +0100 |
meillo |
replaced number 0 with character \0 where appropriate |
Wed, 29 Oct 2008 21:10:18 +0100 |
meillo |
code 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 |