Re: Serving one domain on multiple servers
Nicolas de Bari Embriz Garcia Rojas <[email protected]> Wed, 16 Nov 2011 11:41:18 +0000
| Newsgroups | gmane.mail.qmail.ldap |
|---|---|
| Message-ID | <CABro9=+bTVuWhw++ivfMOBamMasaw92auFDYeiidHuzxugiJMw@mail.gmail.com> |
Hi, enable ldap-cluster and QMQP (mainly used in clusters) later your schema could just be something like: mail: [email protected] mailMessageStore: /yuour/path/u/s/e/user mailHost: mail1.domain.tld That will cover the "incoming" part so that the email will be stored on the specified "mailHost" server. regards On Tue, Nov 15, 2011 at 9:19 PM, Khodayar Doustar <[email protected]> wrote: > Hi all, > I'm planning to install lwq with ldap on a distributed mail system, > separated servers for webmail(roundcube), mail gateway (lwq), directory and > authentication server (ldap) and mail hubs(lwq), each one on separated > server(s). > All is OK with lwq but the fact that I'm going to host just one domain on > more than on mail hub server, it means that mailboxes of some users will be > stored in hub1.domain.com server and some other users will be stored in > hub2.domain.com. > I just want to know if that's possible, is ldap capable of handling such a > system? For example could I have such information for users: > mailname: [email protected] > mailhost: hub1.domain.com > mailpath: /var/qmail/domains/domain.com/user1 > and > mailname: [email protected] > mailhost: hub2.domain.com > mailpath: /var/qmail/domains/domain.com/user2 > and how the user creation will take place? Is that possible to choose > between servers the user is going to be created on? Or could it be > distributed between servers? > Any hint would be greatly appreciated since I couldn't find anything about > this case on the web. > Warm regards, > Khodayar Doustar