To setup evolution for the first time just type:
|
|
For sending email make sure you select the “SMTP” mail server type. In the Host section type “localhost”.
If you previously used pine or any other mail client at CCRMA it will ask you if you want to import your mailboxes and your email addresses. Just choose the appropriate selection.
Evolution has an extensive list of tool-tips, on-line help as well as FAQs and tips.
To export contacts (email-addresses) in Evolution Left-click on the very first contact, now hold down Shift and left-click on the very last contact. Now right click and select "Save as VCard". You'll get a nice, 100% standard-compliant .vcf (palm compatibe) file which can be read in other address-book programs and even sync to hardware palms.
For Mailboxes also Left-click first, Shift-left-click last, Right-click Save As. It saves as standard mbox file with an .mbox extension which might be exported to other operating systems mail clients.
When in doubt in Evolution, highlight and right-click!
You can filter or rather direct your email to different folders. While procmail and spamassasin can filter unwanted spam mail (see below), you can still filter way more by using the filter utilities in Evolution. But let's start on how to redirect email to a specific folder:
Suppose you want to archive email from a particular list you are subscribed, let's say the PlanetCCRMA list.
It would be a good idea to take a look at different criteria in t he rules window for familiarizing with different filters if you want to classify your email and even if you want to have your own spam filters. Most email filters are created the way explained above just by changing rules and actions.
Working with contacts is also a very useful feature. Contacts not only file email address information, they also can store telephones, fax numbers, birthday information, you name it. Each contact can act like a card and as your phone book directory. In fact each contact can be a Vcard and exported to contact programs in other operating systems' software. You can attach a Vcard and send it over the Internet but perhaps the most useful feature is that you can synchronize your “palm pilot” with Evolution's contacts.
Evolution has a built-in script which runs “gnome-pilot” to synchronize information to and from your pilot just by following these steps:
Whether you have a serial Palm or a USB you should not run into much trouble while trying the HotSync push button on your device. If synchronization is not working make sure that Pilot Link is properly configured. You will need to make sure that you have read and write permissions on the device, which is normally /dev/pilot. If that does not work, check /dev/ttyS0 (maybe /dev/ttyS1) if you have a serial connection, or /dev/ttyUSB0 for a USB connection. You can do this by asking your system administrator for the right permissions or in your own system by becoming root and running the command: chmod 777 /dev/ttyUSB0 (or chmod 777 /dev/ttyS0).
You can have Evolution's composer (compose email window) Emacs-like key bindings. On older versions there is a tab in tools/ settings/ composer and even in the composer window menus over preferences. In newer versions this setup is done via your Gnome editor preferences. For this go to keyboard shortcuts on the Gnome-preferences menu and on the Text editing shortcuts tab select “emacs”.
Procmail can be used to create mailing lists, sort your incoming mail into separate folders/files (real convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automaticallyto someone.
Procmail should be invoked automatically over the .forward file mechanism as soon as mail arrives. Alternatively, when installed by a system administrator (and in the standard Red Hat Linux configuration), it can be invoked from within the mailer immediately. When invoked, it first sets some environment variables to default values, reads the mail message from stdin until an EOF, separates the body from the header, and then, if no command line arguments are present, it starts to look for a file named $HOME/.procmailrc. According to the processing recipes in this file, the mail message that just arrived gets distributed into the right folder (and more). If no rcfile is found, or processing of the rcfile falls off the end, procmail will store the mail in the default system mailbox.
You're not supposed to start procmail from the command line. Procmail expects exactly one mail message to be presented to it on its stdin. Usually the mail system feeds it into procmail.
There exists an excellent FAQ about Emailfilters (and procmail in particular), maintained by Nancy McGough which can be obtained and seen at: Email filtering
SpamAssassin is a mail filter to identify spam.
Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email.
The spam-identification tactics used include:
Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application.
SpamAssassin requires very little configuration; you do not need to continually update it with details of your mail accounts, mailing list memberships, etc. It accomplishes filtering without this knowledge, as much as possible.
So, SpamAssassin can be activated on your account by adding a filtering recipe to your ".procmailrc" file, if you have one, or creating one if you don't. Beware, you can lose email if you don't configure your .procmail file properly.
Please contact your system's administrator or staff for getting a current and correct procmail configuration and make sure you understand your regexps (regular expressions) and filters.
An example of a “$HOME/.procmailrc” configured to use SpamAssassin and which you can tailor to your specific requirements might be something like (procmail man page has more details on the syntax and structure of this file):
|
You can also use SpamAssassin directly inside Evolution. For this you will need to create a filter in order to process the message and then place it inside a “spam folder”. Following are the steps needed while in evolution:
It is advisable to do email backups and testing before using a spam filter. Sometimes some messages will get trapped inside the spam folder. If this kind of situation repeats you might want to add another rule to your spam filter to fix the problem. Therefore, periodically reviewing your spam folder for legitimate mail is a good idea.
Be aware that no matter how fast your computer is, adding a spam filter might slow down your mail download from the server significantly. However, depending on the volume of mail you receive, adding this kind of filtering will significantly reduce dealing with junk mail.
© Copyright 2001-2022 CCRMA, Stanford University. All rights reserved.
Created and Mantained by Juan Reyes