[Dovecot] Master credentials for sieve

Timo Sirainen tss at iki.fi
Wed Mar 23 23:16:27 EET 2011


On Wed, 2011-03-23 at 11:51 +0100, Edgar Fuß wrote:
> Is there a method for using master credentials for sieve only?

In v2.0 I believe it's possible to do:

protocol sieve {
  passdb {
    master = yes
    ...
  }
}

Another possibility would be to use %s, e.g.:

passdb {
  driver = passwd-file
  master = yes
  args = /etc/dovecot/master.%s
}

Then use master.sieve file.




More information about the dovecot mailing list