On 2013-11-14 9:33 AM, Tanstaafl <tansta...@libertytrek.org> wrote:
Hi all,
I'm trying to change one of my systems from sending without AUTH
(works), to using AUTH (fails), going by the example in
/usr/share/portage/config/make.conf.example...
With this hosts IP in mynetworks (I use postfix), this works:
PORTAGE_ELOG_MAILURI="m...@example.com smtp.example.com"
Changing the above to this:
PORTAGE_ELOG_MAILURI="m...@example.com smtp.example.com
myuser:mypassw...@smtp.example.com:587"
fails (IP is still in mynetworks, but my goal is to remove it) with the
following errors (last few lines being most significant I think?):
Nevermind, removed the smtp.example.com entry that wasn't supposed to be
there...
Now to get SASL_AUTH working...