Nikolaos Milas schrieb:

No, this did not solve the problem. I changed to vmail

service quota-warning {
executable = script /opt/mail1.sh
user = vmail
unix_listener quota-warning {
}
}

This is what works for me:

service quota-warning {
  executable = script /usr/local/etc/dovecot/quota-warning.sh
  unix_listener quota-warning {
    user = vmail
  }
  user = vmail
}

Reply via email to