There are several ways you can connect to the BSOE e-mail server to read your e-mail. Using the web-based e-mail client and Thunderbird are the only two officially supported configurations. If you can configured other client software to work with our mail servers, you may do so. However, please be advised that BSOE techstaff cannot support software products other than web-based e-mail and Thunderbird.
The BSOE uses the Google Apps for Education for our e-mail service. This e-mail service has a very full-featured and very fast web-based e-mail client. To use the web-based e-mail client, all you need to do is visit the web e-mail home page and log in using your BSOE credentials.
Configuring Thunderbird is fairly easy. Please see the Thunderbird Configuration Page for details.
You can use Mutt or mailx to read your e-mail while logged in to the BSOE interactive Linux/UNIX servers. Please keep in mind that these two e-mail readers are not officially supported by BSOE techstaff.
To configure Mutt to use BSOE google mail add the following to your .muttrc:
set imap_user = "Your User Name"@soe.ucsc.edu
set spoolfile = imaps://imap.gmail.com/INBOX
set folder = imaps://imap.gmail.com/
set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
set smtp_url="smtps://"Your User Name"@soe.ucsc.edu@smtp.gmail.com"
To configure mailx, add the following to your .mailrc file:
account soegmail {
set folder=imaps://"your_user_name"@soe.ucsc.edu@imap.gmail.com
set record=+Sent
set from=""your_user_name" <"your_user_name"@soe.ucsc.edu>"
set smtp-use-starttls
set smtp=smtp://smtp.soe.ucsc.edu
set smtp-auth=login
set smtp-auth-user="your_user_name"@soe.ucsc.edu
}
set from=""your_user_name" <"your_user_name"@soe.ucsc.edu>"
If you would like to configure an e-mail client other than Thunderbird, you can use the following configuration information:
For BSOE Google Mail:
SSL must be used to protect your mail transactions. Our outgoing mail server will not 'RELAY' your mail (that is, send mail addressed from you to someone outside the BSOE) unless your mail client supports "SMTP AUTH" and SSL.
If you are using Apple Mail on Mac OS 10.5 (Leopard), please set your e-mail client to send mail using port 465 - setting to "default ports" will cause timeout errors (even though "default ports" includes 465).
Our incoming IMAP server is compatible with both the IMAPS protocol (port 993) and the STARTTLS command (port 587).
If you will be away from your desk for an extended period of time, you can set an auto-reply message which will be automatically sent to anyone who sends you e-mail while you are away. To set your auto-reply message, follow these steps:
When you have returned to your desk, you can repeat the steps above except instead of checking the "Send auto-reply message" box, you should un-check it.
To forward your BSOE e-mail to another server, follow these steps:
If you are experiencing a problem using the BSOE e-mail service, please open an IT Request ticket.