5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop 20040607
FromSent OnAttachments
Sam VarshavchikJun 7, 2004 8:14 pm 
Jeff WilliamsJun 8, 2004 12:37 am.patch
Tony EarnshawJun 8, 2004 7:14 am 
Sam VarshavchikJun 8, 2004 4:06 pm 
Tony EarnshawJun 9, 2004 1:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Maildrop 20040607Actions...
From:Jeff Williams (jef@globaldial.com)
Date:Jun 8, 2004 12:37:44 am
List:net.sourceforge.lists.courier-maildrop
Attachments:

Patch to remove an extra '}' in mdmysqlconfig.c which caused a compile error.

Jeff

Sam Varshavchik wrote:

Download: http://www.courier-mta.org/download.php#maildrop

Changes since the last build:

• Make quota warning message work correctly with NFS.

• Make quota calculations 64bit-safe.

• Clean up and re-factor out MIME header parsing.

• Fix a segfault in maildrop if the LDAP or MySQL backend doesn't return a maildir and the user does not have a quota configured.

• Add default_quota directives to the LDAP and MySQL backend configurations, which will apply to any LDAP/MySQL users that don't have an explicit quota defined.

• Specify multiple mysql servers for fallback purposes via a comma-separated list.

diff -ur maildrop-1.6.3.20040607.orig/maildrop/mdmysqlconfig.c
maildrop-1.6.3.20040607/maildrop/mdmysqlconfig.c --- maildrop-1.6.3.20040607.orig/maildrop/mdmysqlconfig.c Tue Jun 8
11:00:23 2004 +++ maildrop-1.6.3.20040607/maildrop/mdmysqlconfig.c Tue Jun 8 15:33:34 2004 @@ -113,7 +113,6 @@

if ( !strcasecmp(var,"default_gidnumber") ) cfg->default_gidnumber = atoi(val); - }

if ( !strcasecmp(var,"default_quota") ) cfg->default_quota = (char*)strdup(val);