diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-03 21:31:33 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-01-03 21:31:33 +0000 |
commit | 21b2d3e43260dfc1b36cff872f514f5178ccbe62 (patch) | |
tree | 4e4bbcc9c27dad86f613dc16ec622923f54b2cda /mail-mta/qmail | |
parent | enabled self test with a warning about test #62 (bug #76332). (Manifest recom... (diff) | |
download | gentoo-2-21b2d3e43260dfc1b36cff872f514f5178ccbe62.tar.gz gentoo-2-21b2d3e43260dfc1b36cff872f514f5178ccbe62.tar.bz2 gentoo-2-21b2d3e43260dfc1b36cff872f514f5178ccbe62.zip |
Fixed bug 71418.
Diffstat (limited to 'mail-mta/qmail')
-rw-r--r-- | mail-mta/qmail/ChangeLog | 16 | ||||
-rw-r--r-- | mail-mta/qmail/files/conf-smtpd | 7 |
2 files changed, 13 insertions, 10 deletions
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog index 804d5138cbda..0dd68fb7fdb8 100644 --- a/mail-mta/qmail/ChangeLog +++ b/mail-mta/qmail/ChangeLog @@ -1,17 +1,15 @@ # 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.18 2005/01/03 20:55:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.19 2005/01/03 21:31:33 hansmi Exp $ 03 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r12.ebuild, qmail-1.03-r13.ebuild, qmail-1.03-r14.ebuild, qmail-1.03-r15.ebuild, - qmail-1.03-r16.ebuild, +files/1.03-r16/starttls-recordio.patch: + qmail-1.03-r16.ebuild, +files/1.03-r16/starttls-recordio.patch, + files/conf-smtpd: Added bounce-encap-patch from bug 38849. Fixed a problem with recordio and - tls, bug 40521. Integrated mailwrapper, bug 48885. Fixed bug 51967 and - changed all needed #!/bin/sh to #!/bin/bash in the scripts. - - 03 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r15.ebuild, - qmail-1.03-r16.ebuild: - Fixed bug 68173. + tls, bug 40521. Integrated mailwrapper, bug 48885. Fixed bug 51967 (changed + all needed #!/bin/sh to #!/bin/bash in the scripts). Fixed bug 71418 + (fixcrio). Fixed bug 68173 (crash on ia64). *qmail-1.03-r16 (02 Jan 2005) @@ -69,7 +67,7 @@ qmail-1.03-r11.ebuild, qmail-1.03-r9.ebuild: Fix use invocation - 05 Jun 2004; Bryan ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂstergaard <kloeri@gentoo.org> qmail-1.03-r15.ebuild: + 05 Jun 2004; Bryan ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂstergaard <kloeri@gentoo.org> qmail-1.03-r15.ebuild: Stable on alpha. 28 May 2004; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: diff --git a/mail-mta/qmail/files/conf-smtpd b/mail-mta/qmail/files/conf-smtpd index ee1db67c1dfd..7d6fd2e29f6e 100644 --- a/mail-mta/qmail/files/conf-smtpd +++ b/mail-mta/qmail/files/conf-smtpd @@ -1,5 +1,5 @@ # Configuration file for qmail-smtpd -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-smtpd,v 1.2 2004/07/18 03:29:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-smtpd,v 1.3 2005/01/03 21:31:33 hansmi Exp $ # Stuff to run before tcpserver #QMAIL_TCPSERVER_PRE="" @@ -11,6 +11,11 @@ # this turns off the IDENT grab attempt on connecting TCPSERVER_OPTS="${TCPSERVER_OPTS} -R" +# fixcrio inserts missing CRs at the ends of lines. See: +# http://cr.yp.to/ucspi-tcp/fixcrio.html +# http://cr.yp.to/docs/smtplf.html +#QMAIL_SMTP_PRE="${QMAIL_SMTP_PRE} fixcrio" + # You might want to use rblsmtpd with this, but you need to fill in a RBL server here first # see http://cr.yp.to/ucspi-tcp/rblsmtpd.html for more details #QMAIL_SMTP_PRE="${QMAIL_SMTP_PRE} rblsmtpd -r RBL-SERVER" |