The Network People Support Forums

Mail::Toaster => General Questions => Topic started by: davidcl on February 24, 2004, 02:49:23 PM

Title: /etc/passwd accounts
Post by: davidcl on February 24, 2004, 02:49:23 PM
I just enabled /etc/passwd accounts on my toaster.

For anyone considering doing this, the process is:


[list=1]
Title: Fixed...
Post by: davidcl on February 24, 2004, 05:36:03 PM
If you want to use system accounts with courier-pop3 or courier-imap, you have to add the following to /etc/pam.conf

imap  account required        pam_unix.soimap  session required        pam_permit.sopop3  account required        pam_unix.sopop3  session required        pam_permit.so


Thanks to Matt for a nudge in the right direction on this.