MAILCHECK(1) | General Commands Manual | MAILCHECK(1) |
mailcheck - Check multiple mailboxes and/or Maildirs for new mail
mailcheck [-lbcsh] [-f rcfile]
mailcheck is a simple, configurable tool that allows multiple mailboxes to be checked for the existence of mail. For local mail, it supports both the traditional mbox format and the newer Maildir format. Mail can also be checked for on remote servers using either the POP3 or IMAP protocol.
Typically, one would invoke mailcheck in /etc/profile or a user-specific login script. E-mail junkies may also find it useful to invoke mailcheck occasionally to check for new mail in alternate mailboxes.
The author uses mailcheck to keep track of messages arriving in mailboxes corresponding to several mailing lists he subscribes to.
Configuring mailcheck is simple. Upon startup, mailcheck looks for a file called .mailcheckrc in the user's home directory. If that file does not exist, the default configuration file /etc/mailcheckrc is used instead.
Lines beginning with a hash sign (#) are treated as comments and will not be processed. Lines beginning with pop3: or imap: are parsed like URLs and used to connect to network mail servers. All other lines are treated as pathnames to mailbox files or Maildir directories.
Environment variables in the format $(NAME) will be expanded inline. For example:
When connecting to POP3 or IMAP servers, the account password is not stored in the mailcheckrc file. Instead, the .netrc file in the user's home directory is used. This file, originally intended for use with ftp(1) and later used by fetchmail(1), should be readable only by the user owning it. It stores server/user/password combinations in the form:
machine servername login username password password
Copyright (C) 1996, 1997, 1998, 2001, Jefferson E. Noxon.
Portions Copyright (C) 1996, Free Software Foundation, Inc.
Portions Copyright (C) 1996, Gordon Matzigkeit.
Portions Copyright (C) 1998, Trent Piepho.
Other copyrights may apply.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
On Debian GNU/Linux see /usr/share/common-licenses/GPL
Mailcheck was written for Debian GNU/Linux by Jefferson E. Noxon <jeff@planetfall.com>.
POP3 and IMAP support was added by Rob Funk <rfunk@funknet.net>.
Several enhancements by Tomas Hoger <thoger@pobox.sk>.
It is probably not a good idea to store passwords in a .netrc file.
No SSL/TLS support for POP3 and IMAP.
2 July 2005 |