Overview
E-mail is a method of communication that allows computer users to send messages to other users electronically. Every person with a Unix ICS account automatically has an ICS e-mail account too. E-mail is read, sent, and managed by connecting to a computer or computers designated for those purposes. E-mail messages are tranmitted by use of several protocols, POP, IMAP, and SMTP. The protocols POP and IMAP are used to retrieve and read messages, the protocol SMTP is used to send messages.
Contents
- What's my e-mail address?
- What e-mail clients/readers are supported at ICS?
- What's the name of the incoming e-mail POP server?
- What's the name of the incoming e-mail IMAP server?
- What's the name of the outgoing e-mail SMTP server?
- What's the difference between IMAP and POP?
- How do I access ICS/UCI e-mail services from off campus?
- How do I forward my e-mail elsewhere?
- How do I send automatic replies when I'm away?
- How do I filter out spam?
Links
- Mail Filtering with Procmail
- Mail, Virus Scanner, and SpamAssassin FAQ
- IMAP Frequently Asked Questions
Your e-mail address is yourloginname@ics.uci.edu.Q: What e-mail clients/readers are supported at ICS?The suggested clients are Thunderbird and Pine. Documentation on the pine e-mail readers is available via a UNIX man page.Q: What's the name of the incoming e-mail servers?Under the ICS Unix environment these readers is available via a module. For example, to use Pine, first run the command
module load pineto load the pine module.Instructions for seting up the Mozilla Thunderbird e-mail client are here.
TheQ: What's the name of the outgoing e-mailPOPserver: pop.ics.uci.edu.
TheIMAPserver: imaplb.ics.uci.edu.Note: SSL is required from off campus
More information is available in the document IMAP Frequently Asked Questions.
SMTPserver?TheQ: What's the difference between IMAP and POP?SMTPserver: smtp.ics.uci.edu.This server is only available from on campus of via the VPN. If you connect to the Internet through an Internet Service Provider, then you should use your service provider's
SMTPserver or be sure to follow the directions in the next section "How do I access ICS e-mail services from off campus?"The differences between IMAP and POP are explained here.Q: How do I access ICS/UCI e-mail services from off campus?If the ISP you are connecting through provides anQ: How do I forward my e-mail elsewhere?SMTPserver, we recommend that you configure your e-mail client to use that server. If you do not wish to configure your e-mail client to use the ISP'sSMTPserver, you still have more options:Use the
VPNsoftware provided by NACS.Or
Use NACS SMTP server with authentication. Click here for more information.
To use the VPN software follow the instructions on the NACS website.
Important Note: For all new undergraduate ICS accounts, your ICS mail will automatically forward to your UCI email.Q: How do I send automatic replies when I'm away?There are several ways to forward your e-mail:
- mailboss will allow you to specify an email address to forward or copy your mail to.
- Create a .forward file with the e-mail address you would like your ICS e-mail forwarded to.
- Use procmail. See this page for information on using procmail.
- Send an e-mail to helpdesk@ics.uci.edu with your ICS e-mail address and the address that you would like your e-mail forwarded to.
There are two ways to enable automatic replies:Q: How do I filter out SPAM?You can filter out SPAM in a variety of ways. The easist is to use the MailBoss application. This application will allow you to set a specific SPAM scores to filter to another folder or trash. You can also specify a whitelist of addresses to allow through no matter what the score.Other ways are to set up filtering via rules in a client such as Mozilla Thunderbird. You can read the manual or visit NACS' How To Filter Mail page for more information.