Fix quarantine delivery button
This commit is contained in:
parent
5de841f063
commit
dacc0d0b2c
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ shopt -q expand_aliases||{ unalias -a;shopt -s expand_aliases;};builtin alias +=
|
|||
}}
|
||||
}}
|
||||
|
||||
~ edit /opt/admin/src/AppBundle/CommandInternal/DeliverQuarantineCommand.php; {{
|
||||
# Quarantine "deliver" / deliver:quarantine should send to host, not localhost
|
||||
- sub "\['msmtp', '-f'.*" "['msmtp', '--host', gethostname(), '-f', \$meta['from']];"
|
||||
}}
|
||||
|
||||
~ edit /etc/nginx/sites-enabled.templates/{no-,}https; {{
|
||||
# Remove the listen lines that lack an address
|
||||
- del 'listen __HTTP_PORT__;'
|
||||
|
|
Loading…
Reference in a new issue