Nach etlichen Problemen mit QMail habe ich mich entschlossen, auf Postfix um zu steigen. Bei der Installation klappe alles schön brav.
Nachher wollt eich das lokale Relaying testen mit einem PHP-Mail. Folgender Error steht nachher in der /var/log/mail/mail.log:
Meine main.cf:Aug 30 13:19:13 localhost postfix/smtp[19261]: C327110725: to=<simu@simeli.org>, relay=mx.kontent.de[81.88.34.60], delay=1314, status=deferred (host mx.kontent.de[81.88.34.60] said: 421 Error: timeout exceeded)
Wenn ihr mehr logs & cofnigs braucht, einfach sagen. Danke für die Hilfe schon jetzt.# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myhostname = net-zh-4.firestorm.ch
myorigin = /etc/mailname
mydestination = low-ping.ch, net-toolz.ch, cega.ch, tyro.ch
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
relayhost =
Bye