2
I configured ssmtp
on my ubuntu machine according to many sources on the net. My ssmtp.conf is:
root=my_email@gmail.com
mailhub=smtp.gmail.com:587
rewriteDomain=eurybiades
hostname=
UseTLS=Yes
UseSTARTTLS=Yes
AuthUser=my_email
AuthPass=****
FromLineOverride=YES
and revaliases:
root:my_email@gmail.com:smtp.gmail.com:587
root@eurybiades:my_email@gmail.com:smtp.gmail.com:587
Then when I try to send email to root
by mutt
, the email is sent, but there is also email from gmail saying:
Delivery to the following recipient failed permanently:
root@eurybiades
Technical details of permanent failure:
DNS Error: Domain name not found
What can I do not to receive this emails from gmail?
It can't be the case. It worked before, and I didn't buy any domain. The difference is, before it was sent to "root", now it goes to "root@eurybiades". – amorfis – 2011-03-30T13:28:07.280
@amorfis: Updated for case where you don't have a valid domain. – BillThor – 2011-03-30T13:42:30.927