Add LDAP_MAILBOXES_BASE_DN

this got removed by mistake in the email refactor assuming this
was unused (but it is used by sogo)

(cherry picked from commit 6589ba0988)
This commit is contained in:
Girish Ramakrishnan
2018-12-16 18:04:30 -08:00
parent a536e9fc4b
commit 4eec2a6414
3 changed files with 105 additions and 16 deletions

View File

@@ -815,7 +815,8 @@ function setupEmail(app, options, callback) {
{ name: 'MAIL_SIEVE_SERVER', value: 'mail' },
{ name: 'MAIL_SIEVE_PORT', value: '4190' },
{ name: 'MAIL_DOMAIN', value: app.domain },
{ name: 'MAIL_DOMAINS', value: mailInDomains }
{ name: 'MAIL_DOMAINS', value: mailInDomains },
{ name: 'LDAP_MAILBOXES_BASE_DN', value: 'ou=mailboxes,dc=cloudron' }
];
debugApp(app, 'Setting up Email');