Hi all,
Ok, this is also on this new hosted VM...
I need help getting portage to email me emerge logs using SASL auth on a
remote host using ssmtp...
I found this thread that has me almost there (I think):
http://www.gossamer-threads.com/lists/gentoo/user/217567?do=post_view_threaded#217567
But it doesn't seem to be using SASL auth, because the attempt is being
blocked by my server client_access rule (which comes *after*
permit_sasl_authenticated)...
Here's what I have in make.conf (after reading the above thread):
PORTAGE_ELOG_MAILURI="root@user:password mail.myserver.com:100587"
and in ssmtpd.conf:
root=postmaster
mailhub=mail.myserver.com:587
AuthUser=<username>
AuthPass=<password>
UseSTARTTLS=YES
And here is the error I'm currently getting:
!!! An error occurred while trying to send logmail:
{'root@username:password': (554, '5.7.1
<li66-207.members.linode.com[74.207.224.207]>: Client host rejected:
Access denied')}
Anyone have any ideas?
Thanks,
Charles