Author Topic: Managesievie and quota  (Read 2510 times)

Offline the_extremist

  • Newbie
  • *
  • Posts: 9
Managesievie and quota
« on: October 07, 2020, 06:36:16 AM »
Hello, I have a problem with quota and managesieve.
On this settings qouta and managesieve works.
Code: [Select]
userdb {driver = static
args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n allow_all_users=yes
}

Trying to set quota on mysql with postfix admin and it works when I change driver to sql and args, as the example:
Code: [Select]
userdb {

  driver = sql
  args = /etc/dovecot/dovecot-sql.conf.ext
}
 


But now managesieve not working. I get error on Roundcube unable connect to server.

What I have to change to managasieve works ?