1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Make webmails use a different port without proxy protocol

This commit is contained in:
Florent Daigniere
2023-05-09 12:06:04 +02:00
parent a9c92f19ef
commit 7d39741c47
4 changed files with 6 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ $config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
// Sieve script management
$config['managesieve_host'] = 'tls://{{ FRONT_ADDRESS or "front" }}:4190';
$config['managesieve_host'] = 'tls://{{ FRONT_ADDRESS or "front" }}:14190';
$config['managesieve_conn_options'] = array(
'ssl' => array(
'verify_peer' => false,

View File

@@ -33,7 +33,7 @@
},
"Sieve": {
"host": "{{ FRONT_ADDRESS }}",
"port": 4190,
"port": 14190,
"type": 2,
"shortLogin": false,
"ssl": {