From 3ef3fac74f0f36e775ffa436493b926637424391 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Mon, 10 Jan 2000 14:08:30 +0000 Subject: [PATCH] Add items for pop3 and imap PR: conf/14714 Submitted by: Ronald F. Guilmette --- etc/pam.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/pam.conf b/etc/pam.conf index 19f3e50a006a..32635d26e6a1 100644 --- a/etc/pam.conf +++ b/etc/pam.conf @@ -30,6 +30,10 @@ xdm account required pam_unix.so try_first_pass xdm session required pam_deny.so xdm password required pam_deny.so +# Mail services +imap auth required pam_unix.so try_first_pass +pop3 auth required pam_unix.so try_first_pass + # If we don't match anything else, default to using getpwnam(). other auth required pam_unix.so try_first_pass other account required pam_unix.so try_first_pass