summaryrefslogtreecommitdiffstats
path: root/etc/pam.conf
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-01-10 14:08:30 +0000
committerphantom <phantom@FreeBSD.org>2000-01-10 14:08:30 +0000
commit67b117eb9dea433abc1632752903055521f2a188 (patch)
tree8b72ea154a9009783919058f4e5dcd623a391b40 /etc/pam.conf
parentefb67858cd00d6fc63dcea28056a0b375b38aea0 (diff)
downloadFreeBSD-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/pam.conf')
-rw-r--r--etc/pam.conf4
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
OpenPOWER on IntegriCloud