User Tools

Site Tools


ubuntu:email:install_dovecot

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:email:install_dovecot [2020/12/06 13:26] peterubuntu:email:install_dovecot [2020/12/06 13:30] (current) peter
Line 144: Line 144:
  
   * 993: IMAP.   * 993: IMAP.
-  * 587: SMTP+  * 110: POP3.  Only needed if using POP. 
 +  * 587: SMTP.
  
 ---- ----
Line 184: Line 185:
 </code> </code>
  
 +----
 +
 +===== Configuring Email Client =====
 +
 +To configure Thunderbird to use your new Postfix/Dovecot email system
 +
 +<code>
 +IMAP server: sharewiz.net
 +    Port: 993
 +    Security: SSL/TLS
 +    Authentication Method: normal password
 +    Username: peter@sharewiz.net
 +SMTP server: sharewiz.net
 +    Port: 587
 +    Security: STARTTLS
 +    Authentication Method: normal password
 +    Username: peter@sharewiz.net
 +</code>
 +
 +To configure Mutt to use your new Postfix/Dovecot email system:
 +
 +<code>
 +set spoolfile=imaps://sharewiz.net:993/INBOX
 +set folder=imaps://sharewiz,net:993/
 +set smtp_url=smtp://peter@sharewiz.net:587
 +#               ^ do not use smtps here
 +
 +# Alternative ways of giving username and password.
 +set imap_user="peter@sharewiz.net"
 +set imap_pass="`abraxas -q work-email-fallback`"
 +set smtp_pass=$imap_pass
 +set smtp_authenticators="plain"
 +</code>
ubuntu/email/install_dovecot.1607261195.txt.gz · Last modified: 2020/12/06 13:26 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki