diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-14 12:26:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-14 12:26:31 +0000 |
commit | 073199e3749ed0f6be6d45f30061f1658fdca586 (patch) | |
tree | 0792b7c805e71e534fb3ff4ae0cd894f3cad5f5c | |
parent | Add in 2.2.23 for testing. Still hardmasked. (diff) | |
download | gentoo-2-073199e3749ed0f6be6d45f30061f1658fdca586.tar.gz gentoo-2-073199e3749ed0f6be6d45f30061f1658fdca586.tar.bz2 gentoo-2-073199e3749ed0f6be6d45f30061f1658fdca586.zip |
Bug #71815. AMD64 needs the softlimit higher else qmail fails to start in strange ways.
(Portage version: 2.0.51.16)
-rw-r--r-- | mail-mta/qmail/ChangeLog | 7 | ||||
-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 |
4 files changed, 12 insertions, 7 deletions
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog index 60db14bccf50..6863577cdcdd 100644 --- a/mail-mta/qmail/ChangeLog +++ b/mail-mta/qmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/qmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.31 2005/01/28 08:15:18 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.32 2005/02/14 12:26:31 robbat2 Exp $ + + 14 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> files/conf-common, + files/1.03-r12/conf-common, files/1.03-r13/conf-common: + Bug #71815. AMD64 needs the softlimit higher else qmail fails to start in + strange ways. 28 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> files/conf-smtpd: Small notice about not enabling fixcrio when using SSL, bug 79799. 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 |