This is a discussion on Postfix-tls: Bad IPLOCALPORT value within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi, I set up a mailserver under Debian "woody" with the Cyrus and Postfix backports from Henrique de ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I set up a mailserver under Debian "woody" with the Cyrus and Postfix backports from Henrique de Moraes Holschuh (hmh). The following works fine: - Postfix 2.0.16 - with SpamAssassin - with AMaVisD-new - with Clam AntiVirus - with LDAP maps (OpenLDAP 2.0.23) - Cyrus 2.1.15 - authentification against OpenLDAP - connection over SSL/TLS At this point, I can successfully send and receive mails. After installing the package postfix-tls and sending a mail, I get the following errors in the logs: /var/log/auth.log: Jan 20 09:59:50 mail postfix/smtpd[14705]: mysql plugin couldnt connect to any host Jan 20 09:59:50 mail postfix/smtpd[14705]: mysql plugin couldnt connect to any host Jan 20 09:59:50 mail postfix/smtpd[14705]: Bad IPLOCALPORT value /var/log/syslog: Jan 20 09:59:50 mail postfix/cleanup[14707]: warning: premature end-of-input on cleanup socket while reading input attribute name Jan 20 09:59:50 mail postfix/master[14700]: warning: process /usr/lib/postfix/smtpd pid 14705 killed by signal 11 Jan 20 09:59:50 mail postfix/master[14700]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling The strange thing is: 1.) The SSL/TLS connection seems to work correctly, I get in /var/log/syslog: Jan 20 09:59:50 mail postfix/smtpd[14705]: SSL_accept:SSLv3 flush data Jan 20 09:59:50 mail postfix/smtpd[14705]: TLS connection established from unknown[212.117.102.5]: TLSv1 with cipher RC4-MD5 (128/128 bits) 2.) SMTP auth seems to work correctly, too, because when I specify a wrong username or/and password in my mail client, I get an error message (but not when username/password is correct). If I uninstall the postfix-tls package, everything works fine again. Another point I don't understand is why postfix is looking for a mysql plugin... Thanks in advance! Tom |