Adjust a few ENV VAR names
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
// function, with 4190 as a fallback.
|
||||
// Note: Add tls:// prefix to enable explicit STARTTLS
|
||||
// or add ssl:// prefix to enable implicit SSL.
|
||||
// From env ROUNDCUBEMAIL_MANAGESIEVE_PLUGIN_HOST (e.g. tls://mail.example.com:4190)
|
||||
$managesieveHost = getenv('ROUNDCUBEMAIL_MANAGESIEVE_PLUGIN_HOST');
|
||||
// From env ROUNDCUBEMAIL_PLUGIN_MANAGESIEVE_HOST (e.g. tls://mail.example.com:4190)
|
||||
$managesieveHost = getenv('ROUNDCUBEMAIL_PLUGIN_MANAGESIEVE_HOST');
|
||||
$config['managesieve_host'] = ($managesieveHost !== false && $managesieveHost !== '') ? $managesieveHost : 'localhost';
|
||||
|
||||
// authentication method. Can be CRAM-MD5, DIGEST-MD5, PLAIN, LOGIN, EXTERNAL
|
||||
|
||||
Reference in New Issue
Block a user