User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
email:configure-dovecot [2025/03/04 10:01] – [Main changes] willyemail:configure-dovecot [2025/03/12 09:30] (current) willy
Line 11: Line 11:
 Edit **doveconf.conf**: Edit **doveconf.conf**:
 <code> <code>
-protocols = imap lmtp sieve managesieve+protocols = imap lmtp sieve
 login_greeting = IMAP server ready. login_greeting = IMAP server ready.
 # Optional DEBUG stuff to enable if things don't work: # Optional DEBUG stuff to enable if things don't work:
Line 43: Line 43:
  
 This is required because postfix will use dovecot to deliver mail to mailboxes internally and to perform SASL authentication as well. This is required because postfix will use dovecot to deliver mail to mailboxes internally and to perform SASL authentication as well.
 +
 +===== Setup Sieve =====
 +
 +Sieve let's you create custom filters that will filter your inbound emails.
 +
 +Changes in **conf.d/20-lmtp.conf**:
 +<code>
 +protocol lmtp {
 +  mail_plugins = $mail_plugins sieve
 +}
 +</code>
 +
 +And specify which folder should store the filters.
 +
 +Changes in **conf.d/90-sieve.conf**:
 +<code>
 +plugin {
 +  sieve = file:/home/vmail/storage/%d/%n/sieve;active=/home/vmail/storage/%d/%n/.dovecot.sieve
 +</code>
  
 ===== Setup authentication ===== ===== Setup authentication =====

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information