On 2014-04-16 Wed 04:59 AM |, Martin Braun wrote: > > I actually prefered when Dovecot had just one huge configuration file > instead of the one gazillion files it has now. >
I prefer it with separate files for logical parts. > Any ideas? > http://wiki2.dovecot.org/PasswordDatabase/ #10-mail.conf: mail_location = maildir:/var/mail/%u namespace inbox { type = private separator = / inbox = yes # http://wiki2.dovecot.org/Namespaces } mmap_disable = yes mail_plugin_dir = /usr/local/lib/dovecot #10-auth.conf: disable_plaintext_auth = yes auth_username_format = %Ln # http://www.dovecot.org/list/dovecot/2010-October/053427.html auth_mechanisms = cram-md5 !include auth-system.conf.ext #auth-system.conf.ext: passdb { driver = passwd-file args = scheme=cram-md5 /etc/mail/imap-cram-md5.passwd } userdb { driver = passwd } -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
