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?