Fix: Add SRS to fix SPF issues on redirect #611 (#814)

* add srs support

* change autorestart behavior

* this may work now

* make postsrsd’s own wrapper file

* fix dockerfile formatting

* fixing tests
This commit is contained in:
Jurek Barth 2018-02-06 08:11:57 +01:00 committed by Johan Smits
parent 3b7fc5930c
commit e1e4542390
6 changed files with 70 additions and 3 deletions

View file

@ -121,3 +121,11 @@ autorestart=true
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
command=/usr/local/bin/check-for-changes.sh
[program:postsrsd]
startsecs=0
autostart=true
autorestart=unexpected
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
command=/usr/local/bin/postsrsd-wrapper.sh