You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I think I’ve tried about everything. I’m running a cachet server with a docker container. I’m trying to send emails with my host machine’s postfix configuration. I’ve tested postfix on my host machine and it sends emails fine. However the container doesn’t seem to want to send emails out using the sendmail.
The mailing configuration is configured the following way:
MAIL_DRIVER=sendmail
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_ADDRESS=[DEPRECATED]
MAIL_NAME=[DEPRECATED]
MAIL_ENCRYPTION=null
I received this solution from an online source (cachethq/cachet#2490) and it still didn’t seem to work (even with the different port).
Hey all, I think I’ve tried about everything. I’m running a cachet server with a docker container. I’m trying to send emails with my host machine’s postfix configuration. I’ve tested postfix on my host machine and it sends emails fine. However the container doesn’t seem to want to send emails out using the sendmail.
The mailing configuration is configured the following way:
I received this solution from an online source (cachethq/cachet#2490) and it still didn’t seem to work (even with the different port).
I also configured my sendmail to allow docker requests on my host machine following this guide (https://www.michelebologna.net/2019/send-an-email-from-a-docker-container/). Which basically says to add the docker inet to inet_interfaces and the docker container ip to mynetworks.
However after all of this I’m still stuck.
Thanks for any help
The text was updated successfully, but these errors were encountered: