Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
email:configure-dovecot [2025/03/04 10:01] – [Main changes] willy | email:configure-dovecot [2025/03/12 09:30] (current) – willy | ||
---|---|---|---|
Line 11: | Line 11: | ||
Edit **doveconf.conf**: | Edit **doveconf.conf**: | ||
< | < | ||
- | 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/ | ||
+ | < | ||
+ | protocol lmtp { | ||
+ | mail_plugins = $mail_plugins sieve | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | And specify which folder should store the filters. | ||
+ | |||
+ | Changes in **conf.d/ | ||
+ | < | ||
+ | plugin { | ||
+ | sieve = file:/ | ||
+ | </ | ||
===== Setup authentication ===== | ===== Setup authentication ===== |