<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Dear mailinglist,</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I have the problem that I had to migrate a setup and since then my user's sieve script does no longer log anything.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I have sieve_user_log unset and sieve points to a folder (ready for ManageSievev service). In the old config I had sieve point to the symlink and sieve_dir point to the folder of all scripts. As sieve_dir is deprecated I use the sieve directive only (see below).</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">According to my understanding of https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration this should result in user logging in <span style=" font-family:'Hack';">~/.dovecot.sieve.log. This file is never generated by dovecot and if I create it manually, it is not filled.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'Hack';">Can you tell me, what I am missing here in order to get the per-user logs running?</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'Hack';">Thank you very much</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'Hack';">Christian</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;"># dovecot --version </span><span style=" font-family:'monospace';"><br />2.2.27 (c0f36b0) <br /></span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'monospace';"># dovecot -n <br /># 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf <br /># Pigeonhole version 0.4.16 (fed8554) <br /># OS: Linux 4.9.0-8-amd64 x86_64 Debian 9.6  <br />auth_mechanisms = plain login <br />disable_plaintext_auth = no <br />mail_location = maildir:~/Mailbox <br />managesieve_notify_capability = mailto <br />managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body en<br />otify environment mailbox date index ihave duplicate mime foreverypart extracttext <br />namespace inbox { <br /> inbox = yes <br /> location =  <br /> mailbox Drafts { <br />   auto = create <br />   special_use = \Drafts <br /> } <br /> mailbox Junk { <br />   auto = subscribe <br />   special_use = \Junk <br /> } <br /> mailbox Sent { <br />   auto = subscribe <br />   special_use = \Sent <br /> } <br /> mailbox Trash { <br />   special_use = \Trash <br /> } <br /> prefix =  <br />} <br />passdb { <br /> driver = pam <br />} <br />passdb { <br /> args = scheme=CRYPT username_format=%u /etc/dovecot/users <br /> driver = passwd-file <br />} <br />plugin { <br /> sieve = file:~/sieve;active=~/.dovecot.sieve <br />} <br />postmaster_address = postmaster@wolf-stuttgart.net <br />protocols = " imap sieve sieve" <br />service auth { <br /> unix_listener /var/spool/postfix/private/auth { <br />   mode = 0666 <br /> } <br />} <br />service managesieve-login { <br /> inet_listener sieve { <br />   port = 4190 <br /> } <br />} <br />ssl = required <br />ssl_cert = </etc/letsencrypt/live/imap/fullchain.pem <br />ssl_key =  # hidden, use -P to show it <br />userdb { <br /> driver = passwd <br />} <br />userdb { <br /> args = username_format=%u /etc/dovecot/users <br /> driver = passwd-file <br />} <br />protocol lda { <br /> mail_plugins = " sieve" <br />}<br /><br /></span></p></body></html>