From ScorecWiki
(Redirected from Documentation:EMail)
[edit]
Client Configuration
Information about available clients and their configuration is at Tutorial:Using_Email.
[edit]
Spam Filtering
Pass your email through Spamassassin with procmail by creating a file called /net/mail/<your username>/.procmailrc with the following contents:
# pass message through spamc with lockfile spamassassin.lock :0fw: spamassassin.lock | /usr/bin/spamc # put spam in Spam folder at top level of Maildir :0 * ^X-Spam-Status: Yes $MAILDIR/.Spam/
Note that you can replace Spam with whatever you want the directory where your spam is delivered to be called, just don't use a name containing illegal characters (like slashes and any punctuation).
[edit]
Mail Forwarding
You can forward the mail addressed to your SCOREC account by creating a file in /net/mail/<YourLogin> called .forward. This file must contain the email address to which the emails should be forwarded to. The /net/mail file system is visible from all public SCOREC machines that are not part of a cluster.