| | |
| | | // Note: tls:// prefix in managesieve_host is also supported |
| | | $config['managesieve_usetls'] = false; |
| | | |
| | | // Connection scket context options |
| | | // See http://php.net/manual/en/context.ssl.php |
| | | // The example below enables server certificate validation |
| | | //$config['imap_conn_options'] = array( |
| | | // 'ssl' => array( |
| | | // 'verify_peer' => true, |
| | | // 'verify_depth' => 3, |
| | | // 'cafile' => '/etc/openssl/certs/ca.crt', |
| | | // ), |
| | | // ); |
| | | $config['managesieve_conn_options'] = null; |
| | | |
| | | // default contents of filters script (eg. default spam filter) |
| | | $config['managesieve_default'] = '/etc/dovecot/sieve/global'; |
| | | |