Quote:have you a typo in you dovecot.conf? the dovecot.conf in the howto does not include any goup=vmail line...
Are you sure ?
Code:
protocol lda {
.
.
.
mail_plugins = cmusieve
}
auth pysieved {
mechanisms = plain
passdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
passdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
socket listen {
client {
path = /var/run/pysieved/auth
mode = 0660
user = vmail
group = mail
}
master {
path = /var/run/pysieved/auth-master
mode = 0660
user = vmail
group = mail
}
}
user = vmail
}
Point 5 -->
http://www.isp-control.net/ispcp/wiki/howto_avelsieve
Greez BeNe