« Ausspähen von ungeschützen Daten ungestraft | Startseite | Wenn SVN plötzlich streikt »
Mailserver: mail for Host loops back to myself
Jockel | 05.01.2010
Wenn Sie von Ihrem Mailserver als Antwort auf gesendete E-Mail diese (oder eine ähnliche) E-Mail erhalten:
This is the mail system at host web1.domain.de.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<domain@web1> (expanded from <info@domain.de>): mail for web1
loops back to myself
… dann fehlt in Ihrer Postfix main.cf der Hostname als Eintrag unter “mydestination”:
/etc/postfix/main.cf: (Auszug)
mydestination = web1.domain.de, localhost.domain.de, localhost, web1
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
Meist ist es der Name des Servers (hier “web1″).
Nach der Ergänzung starten Sie den PostFix bitte neu:
/etc/init.d/postfix restart
Kategorie: Allgemeines, Anleitungen, Linux, Sicherheit | Keine Kommentare »