Cutting to the chase, if I send email to Gmail like this:
Code: Select all
echo "Testing email." | mail -s Test me@mine.org
Code: Select all
sudo tail -f /var/log/exim4/mainlog
Code: Select all
2015-08-23 15:46:58 1ZTe2U-0002Sj-6M <= me@zmbox.net U=me P=local S=472
2015-08-23 15:46:58 1ZTe2U-0002Sj-6M gmail-smtp-msa.l.google.com [2607:f8b0:400e:c03::6c] Network is unreachable
2015-08-23 15:46:58 1ZTe2U-0002Sj-6M ** recipient@destination.org R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL FROM:<me@zmbox> SIZE=1510: host gmail-smtp-msa.l.google.com [74.125.129.108]: 530-5.5.1 Authentication Required. Learn more at\n530 5.5.1 https://support.google.com/mail/answer/14257 kd3sm15046894pad.15 - gsmtp
2015-08-23 15:46:59 1ZTe2V-0002So-1j <= <> R=1ZTe2U-0002Sj-6M U=Debian-exim P=local S=1525
2015-08-23 15:46:59 1ZTe2U-0002Sj-6M Completed
2015-08-23 15:46:59 1ZTe2V-0002So-1j gmail-smtp-msa.l.google.com [2607:f8b0:400e:c02::6c] Network is unreachable
2015-08-23 15:46:59 1ZTe2V-0002So-1j ** me@zmbox.net R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL FROM:<> SIZE=2588: host gmail-smtp-msa.l.google.com [74.125.129.108]: 530-5.5.1 Authentication Required. Learn more at\n530 5.5.1 https://support.google.com/mail/answer/14257 kw3sm14977235pbc.30 - gsmtp
2015-08-23 15:46:59 1ZTe2V-0002So-1j Frozen (delivery error message)
Also: I am unable to delete 'frozen' messages according to instructions here http://bradthemad.org/tech/notes/exim_cheatsheet.php. I get
Code: Select all
exim: permission denied
Thank you.