mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update config-imap.php
This commit is contained in:
parent
24cdce2f30
commit
906d1772e1
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@
|
||||||
define('IMAP_SERVER', 'localhost');
|
define('IMAP_SERVER', 'localhost');
|
||||||
|
|
||||||
// connecting to default port (143)
|
// connecting to default port (143)
|
||||||
define('IMAP_PORT', 143);
|
define('IMAP_PORT', 993);
|
||||||
|
|
||||||
// best cross-platform compatibility (see http://php.net/imap_open for options)
|
// best cross-platform compatibility (see http://php.net/imap_open for options)
|
||||||
define('IMAP_OPTIONS', '/notls/norsh');
|
define('IMAP_OPTIONS', '/ssl/novalidate-cert');
|
||||||
|
|
||||||
// overwrite the "from" header with some value
|
// overwrite the "from" header with some value
|
||||||
// options:
|
// options:
|
||||||
|
|
Loading…
Add table
Reference in a new issue