diff options
Diffstat (limited to 'mail-mta/qmail/files')
-rw-r--r-- | mail-mta/qmail/files/1.03-r12/conf-common | 4 | ||||
-rw-r--r-- | mail-mta/qmail/files/1.03-r13/conf-common | 4 | ||||
-rw-r--r-- | mail-mta/qmail/files/conf-common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail-mta/qmail/files/1.03-r12/conf-common b/mail-mta/qmail/files/1.03-r12/conf-common index 47ae1b1818b8..023de481ac8e 100644 --- a/mail-mta/qmail/files/1.03-r12/conf-common +++ b/mail-mta/qmail/files/1.03-r12/conf-common @@ -1,5 +1,5 @@ # Common Configuration file for all qmail daemons -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/1.03-r12/conf-common,v 1.2 2004/07/18 03:29:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/1.03-r12/conf-common,v 1.3 2005/02/14 12:26:31 robbat2 Exp $ # Qmail User IDS to run daemons as QMAILDUID=`id -u qmaild` @@ -19,7 +19,7 @@ TCPSERVER_OPTS="-p -v" # we limit data and stack segments to 8mbytes, you may need to raise this if # you are using a filter in QMAILQUEUE -SOFTLIMIT_OPTS="-m 8000000" +SOFTLIMIT_OPTS="-m 16000000" # We don't have anything to set QMAILQUEUE to at the moment, so we leave it alone #QMAILQUEUE="" diff --git a/mail-mta/qmail/files/1.03-r13/conf-common b/mail-mta/qmail/files/1.03-r13/conf-common index 131294df1bc0..cead661de1f2 100644 --- a/mail-mta/qmail/files/1.03-r13/conf-common +++ b/mail-mta/qmail/files/1.03-r13/conf-common @@ -1,5 +1,5 @@ # Common Configuration file for all qmail daemons -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/1.03-r13/conf-common,v 1.2 2004/07/18 03:29:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/1.03-r13/conf-common,v 1.3 2005/02/14 12:26:31 robbat2 Exp $ # Qmail User IDS to run daemons as QMAILDUID=`id -u qmaild` @@ -19,7 +19,7 @@ TCPSERVER_OPTS="-p -v" # we limit data and stack segments to 8mbytes, you may need to raise this if # you are using a filter in QMAILQUEUE -SOFTLIMIT_OPTS="-m 8000000" +SOFTLIMIT_OPTS="-m 16000000" # We don't have anything to set QMAILQUEUE to at the moment, so we leave it alone #QMAILQUEUE="" diff --git a/mail-mta/qmail/files/conf-common b/mail-mta/qmail/files/conf-common index be5509f9d71c..6967de7783be 100644 --- a/mail-mta/qmail/files/conf-common +++ b/mail-mta/qmail/files/conf-common @@ -1,5 +1,5 @@ # Common Configuration file for all qmail daemons -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-common,v 1.2 2004/07/18 03:29:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-common,v 1.3 2005/02/14 12:26:31 robbat2 Exp $ # Qmail User IDS to run daemons as QMAILDUID=`id -u qmaild` @@ -24,7 +24,7 @@ TCPSERVER_OPTS="-p -v" # we limit data and stack segments to 8mbytes, you may need to raise this if # you are using a filter in QMAILQUEUE -SOFTLIMIT_OPTS="-m 8000000" +SOFTLIMIT_OPTS="-m 16000000" # We don't have anything to set QMAILQUEUE to at the moment, so we leave it # alone Generally it is best to add this in your appropriate (usually SMTP) cdb |