[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
howtos:network_services:dovecot_with_sieve [2015/10/01 22:50 (UTC)] – created timhowtos:network_services:dovecot_with_sieve [2015/10/02 20:01 (UTC)] – [Sources] tim
Line 40: Line 40:
  
 we also might as well configure an error log file for each user's scripts, so after that line, add a new line we also might as well configure an error log file for each user's scripts, so after that line, add a new line
-sieve_user_log = file:/var/vmail/vhosts/%d/%n/sieve/sieve_error.log+<code>sieve_user_log = file:/var/vmail/vhosts/%d/%n/sieve/sieve_error.log</code>
 Now edit /etc/dovecot/conf.d/20-lmtp.conf and uncomment the mail_plugins line in the protocol lmtp section and modify it to read <code>mail_plugins = $mail_plugins sieve</code> Now edit /etc/dovecot/conf.d/20-lmtp.conf and uncomment the mail_plugins line in the protocol lmtp section and modify it to read <code>mail_plugins = $mail_plugins sieve</code>
 ===== Open the firewall for ManageSieve ===== ===== Open the firewall for ManageSieve =====
Line 46: Line 46:
 that is it for basic installation, although if you were following [[howtos:network_services:postfix_dovecot_mysql|Creating a Virtual Mail Server with Postfix, Dovecot and MySQL]] you will also need to add port 4190 to the firewall with something like that is it for basic installation, although if you were following [[howtos:network_services:postfix_dovecot_mysql|Creating a Virtual Mail Server with Postfix, Dovecot and MySQL]] you will also need to add port 4190 to the firewall with something like
 <code>iptables -A INPUT -p tcp --dport 4190 -m state --state NEW -j ACCEPT</code> <code>iptables -A INPUT -p tcp --dport 4190 -m state --state NEW -j ACCEPT</code>
 +
 +You may also want to restart dovecot to make sure it sees your newly added plugins
 +<code>/etc/rc.d/rc.dovecot restart</code>
  
 ===== Configuring Thunderbird for Sieve ===== ===== Configuring Thunderbird for Sieve =====
Line 64: Line 67:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
-{{tag>howtos}}+{{tag>howtos email postfix dovecot mysql ssl}}
 howtos:network_services:dovecot_with_sieve ()