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);