• People love GUI mail clients
  • POP3 vs. IMAP
  • only use POP3S or IMAPS
  • dovecot is a good server: yum install dovecot
  • dovecot needs minor tweaking: see QuickConfig guide
  • configure user mail location by uncommenting the line:
    mail_location = mbox:~/mail:INBOX=/var/mail/%u
    
    in the file /etc/dovecot/conf.d/10-mail.conf
  • dovecot logs things in /var/log/maillog
  • dovecot is restarted with /etc/init.d/dovecot restart
  • NEXT
    PREVIOUS
    Master Index