From 422e76f0c2e94c7eba4e17d2bc0559cd5ec9648b Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Mon, 6 Apr 2020 03:28:33 -0400 Subject: [PATCH] Configure webmail filter to connect properly --- files/patches | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/patches b/files/patches index bcb1cbd..374477d 100755 --- a/files/patches +++ b/files/patches @@ -36,6 +36,9 @@ shopt -q expand_aliases||{ unalias -a;shopt -s expand_aliases;};builtin alias += + append ""; {{ - "\$config['default_host'] = 'ssl://' . gethostname();" - "\$config['smtp_server'] = 'tls://' . gethostname() . ':587';" + - "\$config['managesieve_port'] = 4190;" + - "\$config['managesieve_host'] = gethostname();" + - "\$config['managesieve_usetls'] = true;" }} }}