SOGo multi-domain setup

This commit is contained in:
andryyy
2016-12-20 15:24:33 +01:00
parent e0dc88cf7e
commit 85b243a15b
6 changed files with 107 additions and 20 deletions

View File

@@ -15,6 +15,15 @@
SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES;
// Multi-domain setup
// Domains are isolated, you can define visibility options here.
// Example:
// SOGoDomainsVisibility = (
// (domain1.tld, domain5.tld),
// (domain3.tld, domain2.tld)
// );
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
SOGoSMTPServer = "postfix:588";