Hello,
All you mention is done. I'm not using a Debian based distribution so
the dpkg commands won't work for me. But I can assure you that all the
packages are present. The sieve daemon is listening on 4190, and even
answers the connections. But the greeting is a one line "Ready" message
without anything else where as all the examples I see online are
multiple lines. So it's not that the daemon' isn't running. It is. But
somehow the communications are getting screwed up.
On 4/28/2021 4:15 AM, Yassine Chaouche wrote:
Le 4/28/21 à 7:42 AM, Dan Egli a écrit :
For some reason my sieve daemon won't allow people to log on.
Dan Egli >From my Test Server
1/ Are dovecot-sieve and dovecot-managesieved installed ?
# dpkg-query -W dovecot-managesieved dovecot-sieve
2/ Is there something listening on the sieve port ?
$ lsof -i :sieve -n
3/ if not, is sieve enabled ?
/etc/dovecot/conf.d/20-lmtp.conf: mail_plugins = $mail_plugins sieve
quota
You can start with these 3 points and go from there.
Report back in case you still can't get it to work.
-- Yassine
--
Dan Egli
From my Test Server