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 [2026/01/15 18:00] willyemail:configure-dovecot [2026/01/22 17:58] (current) – [Setup Sieve] willy
Line 81: Line 81:
 } }
 </code> </code>
 +
 +And enable sieve for lmtp (local delivery), edit **conf.d/20-lmtp.conf**:
 +<code>
 +protocol lmtp {
 +    mail_plugins {
 +    sieve = yes
 +  }
 +</code>
 +
  
 ===== Setup authentication ===== ===== Setup authentication =====