OSDN Git Service

commited.
[pam-smtpauth/pam_smtpauth.git] / sample / pam_smtpauth.conf
1 # PasswordPrompt specifies the string of the password prompt.
2 PasswordPrompt = Password: 
3
4 # SMTPServer_<n> specifies the string of SMTP Authentication server.
5 # <n> is the number of server order.
6 SMTPServer_0 = mail.example.com:25
7 SMTPServer_1 = smtps:mail.example.com:465
8
9 # Timeout specifies the timeout seconds of connection to SMTP
10 # Authentication server. (default is 30 seconds)
11 Timeout = 60
12
13 # SSLCertificateFile specifies the path of a PEM encoded certificate file.
14 SSLCertificateFile = /usr/share/ssl/certs/ca-bundle.crt
15
16 # BlockedUserListFile specifies the path of a file that the unacceptable
17 # users is written.
18 #BlockedUserListFile = /etc/pam_smtpauth.blockedusers
19
20 # DebugLevel specifies the debugging output level.
21 # This  parameter is available if it was configured with --enable-debug=yes
22 #DebugLevel = 0