Remove extra whitespace at the end of some lines.
[dragonfly.git] / contrib / libpam / modules / pam_mail / README
1 # $FreeBSD: src/contrib/libpam/modules/pam_mail/README,v 1.1.1.1.2.2 2001/06/11 15:28:19 markm Exp $
2 # $DragonFly: src/contrib/libpam/modules/pam_mail/Attic/README,v 1.2 2003/06/17 04:24:03 dillon Exp $
3 This is the README for pam_mail
4 -------------------------------
5
6 This PAM module tells the User that he has new/unread email.
7
8 Options for:
9 auth:   for authentication it provides pam_authenticate() and
10         pam_setcred() hooks.
11
12         "debug"         write more information to syslog
13         "dir=maildir"   users mailbox is maildir/<login> 
14         "hash=count"    mail directory hash depth
15         "close"         print message also on logout
16         "nopen"         print message not on login
17         "noenv"         don't set the MAIL environment variable
18         "empty"         also print message if user has no mail
19