Question
I can not send emails with postfix
I installed postfix by setting it to a website, such as mail name localhost.
I modified the php.ini file to allow it to use postfix. but when i try to use mail () does not send any email.
Jul 20 11:12:18 overflow postfix/pickup[20232]: A0E0F415CC: uid=33 from=<www-data>
Jul 20 11:12:18 overflow postfix/cleanup[20249]: A0E0F415CC: message-id=<20140720151218.A0E0F415CC@overflow.system>
Jul 20 11:12:18 overflow postfix/qmgr[20233]: A0E0F415CC: from=<www-data@overflow.system>, size=422, nrcpt=1 (queue active)
Jul 20 11:12:18 overflow postfix/pickup[20232]: A38B8415CD: uid=33 from=<webmaster@example.com>
Jul 20 11:12:18 overflow postfix/cleanup[20249]: A38B8415CD: message-id=<20140720151218.A38B8415CD@overflow.system>
Jul 20 11:12:18 overflow postfix/qmgr[20233]: A38B8415CD: from=<webmaster@example.com>, size=368, nrcpt=1 (queue active)
Jul 20 11:12:18 overflow postfix/smtp[20254]: A0E0F415CC: host mx01.gmx.com[74.208.5.27] refused to talk to me: 554-gmx.net (mxgmxus003) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record
Jul 20 11:12:19 overflow postfix/smtp[20255]: A38B8415CD: host mx01.gmx.com[74.208.5.27] refused to talk to me: 554-gmx.net (mxgmxus002) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record
Jul 20 11:12:19 overflow postfix/smtp[20254]: A0E0F415CC: to=<marcoferraioli@programmer.net>, relay=mx00.gmx.com[74.208.5.4]:25, delay=0.55, delays=0/0/0.55/0, dsn=4.0.0, status=deferred (host mx00.gmx.com[74.208.5.4] refused to talk to me: 554-gmx.net (mxgmxus002) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record)
Jul 20 11:12:19 overflow postfix/smtp[20255]: A38B8415CD: to=<marcoferraioli@programmer.net>, relay=mx00.gmx.com[74.208.5.4]:25, delay=0.67, delays=0/0/0.66/0, dsn=4.0.0, status=deferred (host mx00.gmx.com[74.208.5.4] refused to talk to me: 554-gmx.net (mxgmxus001) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record)
this is what comes out from the logs. I can not understand the error shown.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×