diff options
Diffstat (limited to 'mail/imap-uw/pkg-message')
| -rw-r--r-- | mail/imap-uw/pkg-message | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/imap-uw/pkg-message b/mail/imap-uw/pkg-message index ab37cbb21a5a..a2687d0f55da 100644 --- a/mail/imap-uw/pkg-message +++ b/mail/imap-uw/pkg-message @@ -5,11 +5,10 @@ pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd -If PAM authentication support has been compiled in you may need to add -something like the following lines to /etc/pam.conf (PAM authentication is -default): +If PAM authentication support has been compiled in you may need to add the +following lines to /etc/pam.conf: imap auth required pam_unix.so try_first_pass imap account required pam_unix.so try_first_pass -pop3 auth required pam_unix.so try_first_pass -pop3 account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass |
