summaryrefslogtreecommitdiff
path: root/modules/pam_mail
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-12-12 08:22:03 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-12-12 08:22:03 +0000
commit5d69bed7b14ca3eead77e4675547cbc8456aab62 (patch)
treef9d64dae90224df85ba5568aad986a62f1844cf8 /modules/pam_mail
parent964e18bfb0d348a75783246f19ab9655717aa969 (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- 2005-12-12 Thorsten Kukuk <kukuk@suse.de> * modules/pam_mail/README: Document "quiet" and "standard" options.
Diffstat (limited to 'modules/pam_mail')
-rw-r--r--modules/pam_mail/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/pam_mail/README b/modules/pam_mail/README
index 155bd1db..c236fa8c 100644
--- a/modules/pam_mail/README
+++ b/modules/pam_mail/README
@@ -8,10 +8,11 @@ auth: for authentication it provides pam_authenticate() and
pam_setcred() hooks.
"debug" write more information to syslog
- "dir=maildir" users mailbox is maildir/<login>
+ "quit" only inform about new mail
+ "standard" don't print name of mail
+ "dir=maildir" users mailbox is maildir/<login>
"hash=count" mail directory hash depth
"close" print message also on logout
"nopen" print message not on login
"noenv" don't set the MAIL environment variable
"empty" also print message if user has no mail
-