diff options
author | phantom <phantom@FreeBSD.org> | 2000-01-10 14:08:30 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-01-10 14:08:30 +0000 |
commit | 67b117eb9dea433abc1632752903055521f2a188 (patch) | |
tree | 8b72ea154a9009783919058f4e5dcd623a391b40 /etc | |
parent | efb67858cd00d6fc63dcea28056a0b375b38aea0 (diff) | |
download | FreeBSD-src-67b117eb9dea433abc1632752903055521f2a188.zip FreeBSD-src-67b117eb9dea433abc1632752903055521f2a188.tar.gz |
Add items for pop3 and imap
PR: conf/14714
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pam.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf index 19f3e50..32635d2 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 |