Hello,
Standard settings. Changed only in .env:
hostname: mail
domainname: mycooldomain.com
I can not receive and send mail. In the logs of the server writes:
`
`
My DNS:
mail 300 MX 10 mail.mycooldomain.com
mail A xx.162.187.xx
What could be the problem?
had the same since last night, you need to create 2 empty files in your config/ directory :
postfix-send-access.cf
postfix-receive-access.cf
this will make it work
it probably needs a real fix though
@mmarchand 4 hours googling, and you fixed the problem for 2 lines :)
I'll continue to test further, but it seems like the letters are sent now and come :)
Thanks for reporting. I introduced that problem. PR is testing right now.
@mmarchand Thank you 馃槃
Ran into the same issue last night when watchtower upgraded to the latest build. @mmarchand thank you.
:D
Should be fixed in: #846
Most helpful comment
had the same since last night, you need to create 2 empty files in your config/ directory :
postfix-send-access.cf
postfix-receive-access.cf
this will make it work
it probably needs a real fix though