blob: bc618995e80397eb90db87ec72a1b50c0fd088a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#%PAM-1.0
#
#
# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
# distribution information.
#
# To use the authpam authentication module with courierpop3d, you must
# configure your PAM library to authenticate the "pop3" service.
# See your system documentation for information on how to configure your
# PAM services. In most cases, all you need to do is to install this file
# as /etc/pam.d/pop3, but check your system documentation to make sure.
auth required /lib/security/pam_pwdb.so shadow nullok
account required /lib/security/pam_pwdb.so
session required /lib/security/pam_pwdb.so
|