User Tools

Site Tools


network:email

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:email [2013/04/20 04:58]
clee231 Added SIG-SysAdmin WIP email client
network:email [2021/05/02 21:36] (current)
Line 1: Line 1:
-**Email checking is currently limited to command line only**+====== ​Email ======
  
-**Sending still works correctly**+**you can use a [[http://​www.feep.net/​sendmail/​tutorial/​intro/​forward.html|.forward file]] in your home directory with an alternate email located in to to forward the email else-ware ​**
  
-**you can use a .forward file with an alternate email located in to to forward the email else-ware ** 
  
-email is handled by 2 servers:+====== Checking and Sending Email ======
  
-====== servers ======+All ACM user get email accounts using standard ACM credentials
  
-===== postfix (smtp)=====+username@acm.cs.uic.edu
  
-postfix is an smtp server running on port 25.+Users can use the following methods
  
-when a new email comes in postfix puts the mail in $HOME/Mailder/new+  - A command line mail client run on the acm.cs.uic.edu server 
 +  - A standard ​mail client configured for IMAP and SMTP (ie thuderbird/​phone mail app/etc) 
 +  - ACM webmail access at https://acm.cs.uic.edu/webmail
  
-===== dovecot (imaps)=====+===== Mail Client Configuration ​=====
  
-when a user goes to check their mail+IMAP Settings 
 + 
 +<​code>​ 
 +Server = acm.cs.uic.edu 
 +Port = 143 
 +Security = STARTTLS (also called TLS) 
 +Authentication Method: Normal Password (also called Plain or Plain Text) 
 +</​code>​ 
 + 
 +SMTP Settings 
 + 
 +<​code>​ 
 +Server = acm.cs.uic.edu 
 +Port = 587 
 +Security = STARTTLS (also called TLS) 
 +Authentication Method: Normal Password (also called Plain or Plain Text) 
 +</​code>​ 
 + 
 + 
 +Email is handled by 2 servers: 
 + 
 +====== Servers ====== 
 + 
 +===== postfix (SMTP)===== 
 + 
 +postfix is an SMTP server running on port 25 and 587. 
 + 
 +When a new email comes in postfix puts the mail in $HOME/​Mailder/​new 
 + 
 +===== dovecot (IMAP)===== 
 + 
 +dovecot is an IMAP server running on port 143 and 993 
 + 
 +When a user goes to check their mail
  
 dovecot looks for email in $HOME/​Maildir dovecot looks for email in $HOME/​Maildir
-====== checking email ====== 
-All ACM user get email accounts using standard ACM credentials 
  
-user@acm.cs.uic.edu+====== Resources ======
  
-user can either check email via imaps or https://​acm.cs.uic.edu/​squirrelmail or http://acm.cs.uic.edu/mail+[[http://books.google.com/books?​id=0pDFcu6QhY4C&​num=13|Linux E-mail 
 + ]]
  
-Alternatively,​ SIG-SysAdmin(clee231) has been working on setting up a better online imap email client. ​ Check it out here: http://brink.cs.uic.edu/email+[[https://wiki.archlinux.org/index.php/dovecot]]
  
  
network/email.1366433939.txt.gz · Last modified: 2021/05/02 21:36 (external edit)