nevakee
...
Hallo,
hat einer diese Kombination schon am laufen? Bei mir will es nicht so richtig.
Als erstes habe ich alles so installiert wie es auf der Homepage beschrieben ist.
http://thewalter.net/stef/software/clamsmtp/postfix.html
Das klappt soweit auch, nur wenn ich dann "TransparentProxy: on" stelle und "OutAddress" auskommentiere, so wie es hier steht (http://thewalter.net/stef/software/clamsmtp/transparent.html), bekomme ich nur die Meldung:
clamsmtp.conf
In der main.cf steht:
und in der master.cf:
iptables Regeln wurde auch angelegt:
Debian Lenny mit Plesk 10.3.1
Hat einer ne Idee, was ich falsch mache?
hat einer diese Kombination schon am laufen? Bei mir will es nicht so richtig.
Als erstes habe ich alles so installiert wie es auf der Homepage beschrieben ist.
http://thewalter.net/stef/software/clamsmtp/postfix.html
Das klappt soweit auch, nur wenn ich dann "TransparentProxy: on" stelle und "OutAddress" auskommentiere, so wie es hier steht (http://thewalter.net/stef/software/clamsmtp/transparent.html), bekomme ich nur die Meldung:
Code:
postfix/smtp[16974]: 24A1AFAFD8: to=<xxxxx>, relay=127.0.0.1[127.0.0.1]:10125, delay=0.12, delays=0.11/0.01/0/0, dsn=4.4.2, status=deferred (lost connection with 127.0.0.1[127.0.0.1] while receiving the initial server greeting)
clamsmtp.conf
Code:
#OutAddress: 10126
#MaxConnections: 64
#TimeOut: 180
Listen: 127.0.0.1:10125
ClamAddress: /var/run/clamav/clamd.ctl
TempDirectory: /tmp
PidFile: /var/run/clamav/clamsmtpd.pid
#Bounce: off
Quarantine: on
TransparentProxy: on
User: clamav
VirusAction: /etc/clamav/email-virus-notice-2.sh
In der main.cf steht:
Code:
content_filter = scan:[127.0.0.1]:10125
Code:
# AV scan filter (used by content_filter)
scan unix - - n - 16 smtp
-o smtp_send_xforward_command=yes
-o smtp_enforce_tls=no
# For injecting mail back into postfix from the filter
127.0.0.1:10126 inet n - n - 16 smtpd
-o content_filter=
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks_style=host
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
iptables Regeln wurde auch angelegt:
Code:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25 -j REDIRECT --to-port 10125
Debian Lenny mit Plesk 10.3.1
Hat einer ne Idee, was ich falsch mache?