Module submission - postfix
sirocco@gmx.fr
sirocco at gmx.fr
Sun Dec 11 22:18:53 UTC 2005
module name : postfix
suggested section : mail
update (y/n) : n
bugfix (y/n) : y
security (y/n) : n
After compiling postfix+ssl, I got this error sending the STARTTLS command to postfix :
[postfix/smtpd] warning: TLS has been selected, but TLS support is not compiled in
Enabling SSL must be done using DUSE_TLS as written in the TLS_README, not using DHAS_SSL.
Guillaume
-------------- next part --------------
--- postfix/BUILD 2005-06-22 22:02:39.000000000 +0200
+++ postfix/BUILD 2005-12-11 22:54:16.000000000 +0100
@@ -31,7 +31,7 @@
if module_installed cyrus-sasl ; then
AUXLIBS=$AUXLIBS" -lsasl2 -lssl -lcrypto"
- CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL -I/usr/include/openssl"
+ CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl"
fi &&
AUXLIBS=$AUXLIBS" -lpthread"
--- postfix/DETAILS 2005-12-10 08:01:34.000000000 +0100
+++ postfix/DETAILS 2005-12-11 22:54:25.000000000 +0100
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:8219707bd1a0fa2ea02fd43f5ffd897e36e6fcb5
WEB_SITE=http://www.postfix.org
ENTERED=20020125
- UPDATED=20051210
+ UPDATED=20051211
SHORT="postfix is an MTA"
cat << EOF
-------------- next part --------------
lvu submit postfix cc7ba95ad91bb04294008fe433c28efe -
2.6.14.1 2.6.12 gcc-3.4.4 glibc-2.3.6
More information about the Lunar
mailing list