Ich versuche schon die ganze Zeit meinen MTA zu konfigurieren, aber weder exim noch postfix will bei mir mit amavis zusammen arbeiten.
1. Konfig
fetchmial -> exim -> amavis
Email's landen zwar beim empfänger aber werden nicht durch amavis geschleift.
Code: Alles auswählen
cat /etc/exim4/conf.d/router/01_exim4-config_amavis
amavis:
driver = manualroute
condition = "${if eq {$interface_port}{10025} {0}{1}}"
# if scanning incoming mails, uncomment the following line and
# change local_domains accordingly
domains = +local_domains
transport = amavis
route_list = "* localhost byname"
self = send
Code: Alles auswählen
cat /etc/exim4/conf.d/transport/01_exim4-config_amavis
amavis:
driver = smtp
port = 10024
allow_localhost
2. Konfig (Test mit Postfix, weil ich dafür mehr anleitungen gefunden habe)
Code: Alles auswählen
cat /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = localhost.localdomain
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost.localdomain, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = loopback-only
#Übergabe der mail an Amavis
content_filter = amavis:[127.0.0.1]:10024
#Keine Adress-Manipulation bevor die mail an Amavis übergeben wird. Amavis sieht die ursprüngliche Mailadresse
receive_override_options = no_address_mappings
Code: Alles auswählen
edit bert: entfernt und nach [1] verschoben.
mail.log
Code: Alles auswählen
Aug 4 00:20:34 localhost postfix/qmgr[32587]: warning: connect to transport ama
vis: Connection refused
http://workaround.org/articles/ispmail-sarge/
Also am liebsten wäre mir die kombi. mit fetchmail -> exim -> amavis.
Damit meine Email auf Vieren & Spam (clamscan & Spamassassin) überprüft werden.
Ich hoffe das mir jemand weiter helfen kann..
Mfg
geek.0
[1] http://nopaste.debianforum.de/749