Hosting Simplelogin and Docker-mailserver #765
-
|
Hi everyone I'm trying to host Simplelogin in my personal server alonside with Docker-mailserver. My docker-mailserver already contains a Postfix installation (that I can change). I would like to know what I need to do to make Simplelogin works alongside with Docker-mailserver. My problem is that I'm not being able to receive e-mails. I've configured the transports accordingly, but I get the following error on Postfix:
What should I do? I've already added |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I was able to solve it. For anyone with this issue, you can simply set |
Beta Was this translation helpful? Give feedback.
-
|
Hi @delucca, |
Beta Was this translation helpful? Give feedback.
I was able to solve it.
For anyone with this issue, you can simply set
smtp_tls_security_level = mayonmain.cf, them the TLS would not be always required.