Hi,> Is there any answer to my problem with sieve not working with
Dovecot
2.4.1 from Debian 13?
I have twice been told that it will work if my configuration includes:
protocol lmtp {
mail_plugins {
sieve = yes
}
}}
I have sieve running on 2.4.1 running on Arch with:
sieve_plugins {
sieve_imapsieve = yes
sieve_extprograms = yes
}
sieve_global_extensions {
vnd.dovecot.pipe = yes
vnd.dovecot.execute = yes
}
protocol lmtp {
mail_plugins {
sieve = yes
}
}
protocol imap {
mail_plugins {
imap_sieve = yes
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
Amd it just works fine.
Regards
Bjoern
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org