search for: extrasettings

Displaying 2 results from an estimated 2 matches for "extrasettings".

2017 Jan 02
1
two listeners with different "driver = " configs
...setup with multiple passdb:s. something like: service imap-login { inet_listener imap { port = 143 } inet_listener imap2 { port = 144 } } and then in first passdb fetch configuration variables: passdb { driver = passwd-file args = username_format=port_%{lport} /etc/dovecot/extrasettings.passwd result_failure = continue result_internalfail = continue result_success = continue } passdb { ?. } and in second passdb {} you can use %{passdb:variables} that you set in the first passdb. Probably can?t set driver = %{passdb:driver} tough.. maybe with setup like this you can achiev...
2016 Dec 29
5
two listeners with different "driver = " configs
Hi, I would like to have two seperate imap listeners, with different authentication settings, but the mailstore and userbase etc will be identical. I know I can do this: > service imap-login { > inet_listener imap { > port = 143 > } > inet_listener imap2 { > port = 144 > } > } But I'm unsure how to configure imap/143 with "driver =