File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
5656// %s - domain name after the '@' from e-mail address provided at login screen
5757// For example %n = mail.domain.tld, %t = domain.tld
58- $ config ['imap_host ' ] = 'tls:// ' .$ _ENV ['RC_IMAP_SERVER_NAME ' ]: 143 ;
58+ $ config ['imap_host ' ] = 'tls:// ' .$ _ENV ['RC_IMAP_SERVER_NAME ' ];
5959$ config ['imap_conn_options ' ] = array (
6060 'ssl ' => array ('verify_peer ' => false , 'verify_peer_name ' => false ),
6161 'tls ' => array ('verify_peer ' => false , 'verify_peer_name ' => false ),
7070// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
7171// %z - IMAP domain (IMAP hostname without the first part)
7272// For example %n = mail.domain.tld, %t = domain.tld
73- $ config ['smtp_host ' ] = 'tls:// ' .$ _ENV ['RC_SMTP_SERVER_NAME ' ]: 587 ;
73+ $ config ['smtp_host ' ] = 'tls:// ' .$ _ENV ['RC_SMTP_SERVER_NAME ' ];
7474$ config ['smtp_conn_options ' ] = array (
7575 'ssl ' => array ('verify_peer ' => false , 'verify_peer_name ' => false ),
7676 'tls ' => array ('verify_peer ' => false , 'verify_peer_name ' => false ),
104104);
105105
106106// skin name: folder from skins/
107- $ config ['skin ' ] = 'larry ' ;
107+ $ config ['skin ' ] = 'elastic ' ;
108108
109109$ config ['enable_installer ' ] = false ;
110110
You can’t perform that action at this time.
0 commit comments