Hello,

I try to configure SOGo in multi-domain mode with multiple IMAP/SMTP servers, but I can't make it work.
Here is my sogo.conf file.
I also tried to copy the SOGoUserSources block inside each domain block, and removed the main one, but no change.
Thanks in advance for any help !


{

SOGoProfileURL = "mysql://sogo:***@127.0.0.1:3306/sogo/sogo_user_profile";
OCSFolderInfoURL = "mysql://sogo:***@127.0.0.1:3306/sogo/sogo_folder_info";
OCSSessionsFolderURL = "mysql://sogo:***@127.0.0.1:3306/sogo/sogo_sessions_folder";
SOGoUserSources = { ... };

[...]

domains = {
        firstdomain.fr = {
            SOGoMailDomain = "firstdomain.fr";
            SOGoIMAPServer = "mail1.hosting.com";
            SOGoSMTPServer = "mail1.hosting.com";
        };
        otherdomain.com = {
            SOGoMailDomain = "otherdomain.com";
            SOGoIMAPServer = "mail2.hosting.com";
            SOGoSMTPServer = "mail2.hosting.com";
        };
};

}
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to