Hi,
I am able to send mail from Usermin but unable to receive mail. When I checked the /var/log/maillog, I found this line in it.
Note: Test was made from Yahoo Mail
Jul 18 00:04:24 domU-12-31-38-00-2D-84 postfix/postfix-script: starting the Postfix mail system Jul 18 00:04:25 domU-12-31-38-00-2D-84 postfix/master[4879]: daemon started -- version 2.3.3, configuration /etc/postfix Jul 18 00:04:25 domU-12-31-38-00-2D-84 postfix/qmgr[4882]: warning: bounce_queue_lifetime is larger than maximal_queue_lifetime - adjusting bounce_queue_lifetime Jul 18 00:04:39 domU-12-31-38-00-2D-84 postfix/smtpd[4883]: connect from nm11.bullet.mail.ne1.yahoo.com[98.138.90.74] Jul 18 00:04:39 domU-12-31-38-00-2D-84 postfix/smtpd[4883]: NOQUEUE: reject: RCPT from nm11.bullet.mail.ne1.yahoo.com[98.138.90.74]: 554 5.7.1 thanesh@salertservice.com: Relay access denied; from=than@yahoo.com to=thanesh@salertservice.com proto=ESMTP helo=<nm11.bullet.mail.ne1.yahoo.com> Jul 18 00:04:39 domU-12-31-38-00-2D-84 postfix/smtpd[4883]: disconnect from nm11.bullet.mail.ne1.yahoo.com[98.138.90.74]
Thanks in advance
Hi Eric,
I followed this and problem fixed.
If you take a look in /etc/postfix/virtual, is there a line that looks like:
fijatevos.com fijatevos.com
Not having that line could cause the trouble you're seeing.
If it's not in there, go ahead and add it, then run:
postmap /etc/postfix/virtual
Then restart Postfix:
/etc/init.d/postfix restart
Thank you very much!