The mail system starts up with docker-compose up -d - however,
port 25 and 587 refuse a connection while other (e.g. 143 (IMAP)) work.
The postfix service isn't running at all, in container in
'/var/log/mail/mail.err' (and '[...]mail.log') postfix logged an error:
postfix/master[1093]: fatal: open lock file /var/lib/postfix/master.lock: cannot open file: Permission denied
When this happens there should be at least an error logged to docker or startup cancelled.
The mail system starts up with
docker-compose up -d- however,port 25 and 587 refuse a connection while other (e.g. 143 (IMAP)) work.
The postfix service isn't running at all, in container in
'/var/log/mail/mail.err' (and '[...]mail.log') postfix logged an error:
When this happens there should be at least an error logged to docker or startup cancelled.