[Dovecot] DOVECOT v2.0.11 using SIEVE not working
Matt Mc Namara
matt at gr-lakes.com
Sun May 8 16:50:24 EEST 2011
Thanks for your response.
Regarding the ports, I was referring to the services. Which I verified they
are running. What would cause the scripts to run but do nothing?
service managesieve-login {
inet_listener sieve {
port = 4190
}
inet_listener sieve_deprecated {
port = 2000
}
the LDA is enabled and the changes have been made to sendmail. I created a
new sendmail.cf file and the added lines are in there. When I receive an
email the .dovecot.sieve is executed but does nothing. I've attached the
output of dovecot -n.
# 2.0.12: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.35.12-88.fc14.i686 i686 Fedora release 14 (Laughlin)
auth_mechanisms = plain login
disable_plaintext_auth = no
listen = *
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_privileged_group = mail
maildir_very_dirty_syncs = yes
mbox_write_locks = fcntl
passdb {
driver = pam
}
service imap-login {
inet_listener imap {
port = 143
}
}
service pop3-login {
inet_listener pop3 {
port = 110
}
inet_listener pop3s {
ssl = no
}
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
driver = passwd
}
----- Original Message -----
From: "Stephan Bosch" <stephan at rename-it.nl>
To: <dovecot at dovecot.org>
Sent: Saturday, May 07, 2011 3:31 AM
Subject: Re: [Dovecot] DOVECOT v2.0.11 using SIEVE not working
> On 5/7/2011 12:54 AM, Matt Mc Namara wrote:
>> Hi,
>>
>> I'm trying to get sieve working with dovecot. I seem to have everything
>> enabled but my scripts done seem to work.
>
>
>> both sieve-filter (2000) and sieve (4190) are running
>>
> Uh, what do you mean with sieve-filter in this case?
>
> Regarding your problem:
> - Make sure you are using the Dovecot LDA
> (http://wiki2.dovecot.org/LDA) and/or LMTP
> (http://wiki2.dovecot.org/LMTP).
> - Make sure the LDA Sieve plugin is enabled
> (http://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)
> - Make sure that the sieve scripts are found. You can obtain more
> information by enabling mail_debug.
>
> If the above does not solve your problem, it is important to post your
> dovecot -n output here.
>
> Regards,
>
> Stephan.
More information about the dovecot
mailing list