[Dovecot] Different default realm per listener
Hi all!
I want create a large IMAP server setup where dovecot is listening on multiple interfaces and needs a different default realm on each interface. I'm using dovecot 2.0.5 on FreeBSD9 and authenticate against a LDAP database. I found an old mail thread from 2007 that said I'm basically screwed. Has that change since than? Is there any way to use different default realms per listener?
Best regards Kai
-- Kai Arif - System Administrator Inter.net Germany GmbH Knesebeckstraße 59-61 10719 Berlin Germany
Fon +49 30 25430 0 Fax +49 30 25430 499 arif@team.de.inter.net www.de.inter.net
Legal-Information: Inter.net Germany GmbH, HRB #79136, Amtsgericht Berlin Charlottenburg, UST-IdNr:: DE 813 165 159 FA für Körperschaften I Berlin, Geschäftsführer: Jörn Lubkoll
Zuständige Regulierungsbehörde: Bundesnetzagentur Chemnitz, Liselotte-Herrmann-Str. 20a, 09127 Chemnitz, Registriernummer: 06/164
On Wed, 2011-11-02 at 15:28 +0100, Kai Arif wrote:
Hi all!
I want create a large IMAP server setup where dovecot is listening on multiple interfaces and needs a different default realm on each interface. I'm using dovecot 2.0.5 on FreeBSD9 and authenticate against a LDAP database. I found an old mail thread from 2007 that said I'm basically screwed. Has that change since than? Is there any way to use different default realms per listener?
v2.0 can almost do it:
local 1.2.3.4 { auth_default_realm = foo.org } local 1.2.3.5 { auth_default_realm = bar.org }
Unfortunately that will currently fail, because per-IP auth settings don't work.. It will hopefully be fixed some day.
participants (2)
-
Kai Arif
-
Timo Sirainen