cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
411 stars 285 forks source link

start postfix at runtime if sendmail is used #390

Closed Stunkymonkey closed 3 years ago

Stunkymonkey commented 3 years ago

@djdefi this is the correct fix for sendmail

it checks if sendmail is selected. If so then postfix is used. otherwise everything stays the same

fixes #232

Stunkymonkey commented 3 years ago

if someone is wondering, why this effort is needed: postfix only wants to run under root user