[Dovecot] Virtual Domains and Master Users

Roderick A. Anderson raanders at acm.org
Wed Oct 15 23:19:47 EEST 2008


Can I have a master users list for each virtual domain?  I'm not sure 
from what I read on the page:

	http://wiki.dovecot.org/Authentication/MasterUsers


auth default {
   mechanisms = plain login CRAM-MD5

   passdb passwd-file {
      args = /var/mail/vhosts/%d/passwd.masterusers
      master = yes
      pass = yes
   }
   passdb passwd-file {
     args = username_format=%n /var/mail/vhosts/%d/passwd
   }

   userdb passwd-file {
     args = username_format=%n /var/mail/vhosts/%d/passwd
   }
...
}


TIA,
Rod
-- 


More information about the dovecot mailing list