Variable: mail-passwd-files

mail-passwd-files is a customizable variable defined in mailalias.el.gz.

Value

("/etc/passwd")

Documentation

List of files from which to determine valid user names.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mailalias.el.gz
(defcustom mail-passwd-files '("/etc/passwd")
  "List of files from which to determine valid user names."
  :type '(repeat string)
  :group 'mailalias)