summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-01-28 08:15:18 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-01-28 08:15:18 +0000
commitf46e75212fc2de39c8ef916e722159cf2a243bbe (patch)
treed3db8d8b99afebcf6a1932d71754c1059cd71931 /mail-mta/qmail
parentFix bug #79769 (now works with USE=webmin-minimal). (diff)
downloadgentoo-2-f46e75212fc2de39c8ef916e722159cf2a243bbe.tar.gz
gentoo-2-f46e75212fc2de39c8ef916e722159cf2a243bbe.tar.bz2
gentoo-2-f46e75212fc2de39c8ef916e722159cf2a243bbe.zip
Fixed bug 79799, a small notice about not using fixcrio together with SSL.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-mta/qmail')
-rw-r--r--mail-mta/qmail/ChangeLog5
-rw-r--r--mail-mta/qmail/files/conf-smtpd3
2 files changed, 6 insertions, 2 deletions
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog
index 4287de2f4b2e..60db14bccf50 100644
--- a/mail-mta/qmail/ChangeLog
+++ b/mail-mta/qmail/ChangeLog
@@ -1,6 +1,9 @@
# 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.30 2005/01/27 19:19:29 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.31 2005/01/28 08:15:18 hansmi Exp $
+
+ 28 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> files/conf-smtpd:
+ Small notice about not enabling fixcrio when using SSL, bug 79799.
27 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> qmail-1.03-r10.ebuild,
qmail-1.03-r11.ebuild, qmail-1.03-r12.ebuild, qmail-1.03-r13.ebuild,
diff --git a/mail-mta/qmail/files/conf-smtpd b/mail-mta/qmail/files/conf-smtpd
index 7d6fd2e29f6e..446334d737dc 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.3 2005/01/03 21:31:33 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-smtpd,v 1.4 2005/01/28 08:15:18 hansmi Exp $
# Stuff to run before tcpserver
#QMAIL_TCPSERVER_PRE=""
@@ -14,6 +14,7 @@ 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
+# DO NOT enable this, when you are using SSL/TLS (USE=ssl)!
#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