|
|
| (42 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| ==Pine==
| | Please refer to the [https://ccrma.stanford.edu/docs/email/Email.html CCRMA Documentation] for setting up your Email account. |
| | |
| Pine is a terminal based email program. That means that you use it from inside a terminal window by typing:
| |
| | |
| <pre>~> pine</pre>
| |
| | |
| This program is especially good when you have low bandwidth access. Some CCRMA users prefer this program to any others. Conveniently, it uses the same IMAP folder as Webmail ('<code>mail</code>': see IMAP below) so that you can configure all your mail clients to source the same set of folders (the joy, as it were, of IMAP).
| |
| | |
| | |
| Here's what it looks like:
| |
| | |
| [[Image:pine-main-menu.png]]
| |
| | |
| It is a very simple program based on the 'pico' text editor. It does take some getting used to however. Its advantage is that it requires less internet bandwidth to work, so it's great for quick reads and access in remote locations. Lots of CCRMA folks love this program, so don't hesitate to ask around. There is no mouse interaction, but lots of arrow and single text key input for navigation and email functions.
| |
| | |
| ==Webmail==
| |
| | |
| With CCRMA Webmail you can access your email from a web browser by visiting:
| |
| | |
| <pre>http://ccrma.stanford.edu/webmail</pre>
| |
| | |
| Type you username and password in the login field and you are in. If it's your first time using the program, it will ask you to specify some settings then bring you to your '''Inbox'''. Webmail defaults to the '<code>mail</code>' directory (in your home directory '<code>~/mail</code>') for storing your various email folders. This folder is convenient for use with IMAP clients as well.
| |
| | |
| Webmail also allows manipulations of files and directories in your home directory through 'WebDisk.' Check that out.
| |
| | |
| ==Planet CCRMA Email Clients: Evolution, Thunderbird, KMail==
| |
| | |
| With these more advanced email clients you can read your email at CCRMA. Unfortunately, at the moment our IMAP server is woefully out of date and we are working hard to get this together. So, in the meantime please use POP or 'local delivery.'
| |
| | |
| ===SMTP Outgoing===
| |
| SMTP Server: localhost
| |
| | |
| ===POP===
| |
| | |
| server: ccrma.stanford.edu
| |
| | |
| Secure server connection: SSL
| |
| | |
| ===Local Delivery===
| |
| server: localhost
| |
| | |
| ==Forwarding==
| |
| | |
| Since we are using SpamAssassin for spam control at CCRMA using the <code>.forward</code> system of forwarding is no longer desirable, because the <code>.forward</code> file is accessed and its function is carried out before that of <code>.procmailrc</code>. So, your email gets forwarded '''before''' it gets processed through SpamAssassin and filters. Forwarding is therefor better done in <code>.procmailrc</code>. See [http://cm-wiki.stanford.edu/wiki/Spam_Control_at_CCRMA#Forwarding_with_Spam_Control] for how to do this.
| |
|
| |
|
| [[Category:CCRMA User Guide]] | | [[Category:CCRMA User Guide]] |
Please refer to the CCRMA Documentation for setting up your Email account.