/etc/mailcheckrc is in mailcheck 1.91.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # mailcheckrc Default configuration for Mailcheck program
#
# This is a sample mailcheckrc file. It provies a good starting point,
# but it probably isn't exactly what you want. See mailcheck(1) for
# more information.
# If you edit /etc/login.defs to turn off mailbox checking, you'll
# probably want to enable this next line:
#/var/spool/mail/$(USER)
# If you're using qmail's Maildir feature, you'll probably want to
# enable this line:
#$(HOME)/Maildir/
# For qmail's mbox file in user's home directory:
#$(HOME)/Mailbox
# Mailcheck also supports remote POP3 and IMAP mailboxes. Most users
# will want to set these up in a .mailcheckrc file in their home
# directory, not here.
# If you have a remote POP3 mailbox, use a line like the following
# if your username is the same there as here.
#pop3://servername
#
# If your POP3 username is different there than here:
#pop3://username@servernameint
#
# In either case, you need to put an entry in $HOME/.netrc for the password.
# .netrc is in the form:
#
# machine mail.example.com login rmf1 password MyPasWrd
#
# where mail.example.com, rmf1, and MyPasWrd are the values for your account,
# and machine, login, and password are literal text in the file.
# An IMAP account is similar to a POP account, but you can specify a
# mailbox path:
#imap://servername/inbox
# For both POP3 and IMAP, you can specify a nonstandard port:
#pop3://servername:1110
#imap://servername:1143/inbox
|