Skip to content

Commit

Permalink
Fix quarantine delivery button
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Mar 23, 2020
1 parent 5de841f commit dacc0d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/patches
Original file line number Diff line number Diff line change
Expand Up @@ -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__;'
Expand Down

0 comments on commit dacc0d0

Please sign in to comment.