Author: Spaced Date: To: exim-users Subject: [Exim] Question about shadow passwords...
Hello
I've got SMTP authentication setup that'll read /etc/passwd for username and
passwords.. as per one of the examples posted on the site (I want to say
Q034, but don't quote me on that).. same config has been around for some
time - it's worked wonderfully for quite some time.
Anyhow, I noticed that recently certain accounts havn't been able to send..
when I had a closer look, I determined it was because these accounts didn't
hold the password in /etc/passwd, but in /etc/shadow.
Anyone know how I could get exim to read from both /etc/passwd and
/etc/shadow?
The SMTP auth. part of my config is included below.