Gab IIpop
2013-Jul-12 19:32 UTC
[Dovecot] Difference between using auth_realms and setting up virtual mailboxes in postfix?
Hi, there is a possibility in the future that I might have to support multiple domain names(but using the same IP address). Postfix has something called 'virtual mailboxes' to help handle this. But I also noticed that dovecot has a setting "auth_realms" where I can specify domains separated by a space. What is the relationship between the two?
Axel Luttgens
2013-Jul-16 12:40 UTC
[Dovecot] Difference between using auth_realms and setting up virtual mailboxes in postfix?
Le 12 juil. 2013 ? 21:32, Gab IIpop a ?crit :> Hi, there is a possibility in the future that I might have to support > multiple domain names(but using the same IP address). Postfix has something > called 'virtual mailboxes' to help handle this.Hello Gab, Let's suppose you have a simple Postfix/Dovecot server and two domains. With Postfix, this is basically handled by telling it that emails for recipients in those domains are to be delivered thru Dovecot's lda or lmtp. On the Dovecot side, it is essentially a matter of having a mapping address->mailbox, so that lda or lmtp know where/how to store emails.> But I also noticed that dovecot has a setting "auth_realms" where I can > specify domains separated by a space. > > What is the relationship between the two?Very distant... Such realms may be used by some authentication mechanisms, and their names, even if often looking like domain names, may be quite arbitrary. HTH, Axel
Seemingly Similar Threads
- (no subject)
- Postfix + saslauthd SASL With Kerberos (FreeIPA) unable to send mail
- Need help in understanding auth digest-md5 and realm
- Postfix + saslauthd SASL With Kerberos (FreeIPA) unable to send mail
- Trouble setting up dovecot/postfix/mysql with virtual mailboxes..