Am Freitag, 30. April 2004 14:02 schrieb Olaf König:
Hier ein Auszug aus /var/mail/log:
Apr 29 22:30:04 linux postfix/smtp[3769]: connect to localhost[::1]: Connection refused (port 10024)
Postfix bekommt keine Verbindung zu amavis. Läuft amavis?
# rcamavis status
Checking for service amavis (amavisd-new): running
Was mich dort stört, ist diese "[::1]". Es gab in der 9.0 schon einige Probleme mit ipv6. Zeig mal Deine Konfiguration:
# postconf -n # grep -v ^# /etc/postfix/master.cf
anschließend noch ein "telnet" auf Port 100024 + 100025 --------------------------------------------------------------------------- ----------------- linux:/home/ok # postconf -n
content_filter = vscan: inet_interfaces = 127.0.0.1 ::1
--------------------------------------------------------------------------- ------------------- linux:/home/ok # grep -v ^# /etc/postfix/master.cf smtp inet n - n - 2 smtpd -o content_filter=smtp:[localhost]:10024
Schreib mal hier statt "localhost" "127.0.0.1" rein.
localhost:10025 inet n - n - - smtpd -o content_filter=
--------------------------------------------------------------------------- -------------------- + ein # telnet localhost 100024 + 100025
linux:/home/ok # telnet localhost 100024 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused
linux:/home/ok # telnet localhost 100025 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused
Probier doch mal bitte statt "localhost" "127.0.0.1". -- Andreas