10 Apr
2012
10 Apr
'12
7:06 p.m.
On 10.4.2012, at 18.29, Stéphane Locatelli wrote:
My dovecot server (2.0.18 on FreeBSD 9) has multiple interface. I would like to configure the authentication (pop and imap) to append different domain according to the local IP address.
I've tested this:
local 10.0.0.1 { auth_default_realm = domain1.com }
local 10.0.0.2 { auth_default_realm = domain2.com }
But it doesn't work. I get this error message:
doveconf: Fatal: Error in configuration file /usr/local/etc/dovecot/dovecot.conf line 58: Auth settings not supported inside local/remote blocks: auth_default_realm
As it says, currently they aren't supported. It would need some extra code. Depending on your passdb you may be able to do this in your passdb configuration.