[Dovecot] Master credentials for sieve
23 Mar
2011
23 Mar
'11
12:51 p.m.
Is there a method for using master credentials for sieve only? We sometimes need to install/edit sieve script for some of our users. Currently, we just edit the files on the file server, but that doesn't appear the most sensible way for me
23 Mar
23 Mar
11:16 p.m.
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.
4982
Age (days ago)
4995
Last active (days ago)
4 comments
2 participants
participants (2)
-
Edgar Fuß
-
Timo Sirainen