Configure webmail filter to connect properly
This commit is contained in:
parent
a935d5cc58
commit
422e76f0c2
1 changed files with 3 additions and 0 deletions
|
@ -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;"
|
||||
}}
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue