diff options
Diffstat (limited to '')
-rw-r--r-- | man/login.defs.d/MAIL_CHECK_ENAB.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/login.defs.d/MAIL_CHECK_ENAB.xml b/man/login.defs.d/MAIL_CHECK_ENAB.xml new file mode 100644 index 0000000..584f328 --- /dev/null +++ b/man/login.defs.d/MAIL_CHECK_ENAB.xml @@ -0,0 +1,18 @@ +<!-- + SPDX-FileCopyrightText: 1991 - 1993, Julianne Frances Haugh + SPDX-FileCopyrightText: 1991 - 1993, Chip Rosenthal + SPDX-FileCopyrightText: 2007 - 2008, Nicolas François + SPDX-License-Identifier: BSD-3-Clause +--> +<varlistentry condition="no_pam"> + <term><option>MAIL_CHECK_ENAB</option> (boolean)</term> + <listitem> + <para> + Enable checking and display of mailbox status upon login. + </para> + <para> + You should disable it if the shell startup files already check for + mail ("mailx -e" or equivalent). + </para> + </listitem> +</varlistentry> |