I just set up my first ever email server and I’m proud of myself! 😊 Do you have any advice to avoid common problems? I mean something beginners often do that they shouldn’t. Thanks!
I just set up my first ever email server and I’m proud of myself! 😊 Do you have any advice to avoid common problems? I mean something beginners often do that they shouldn’t. Thanks!
Docker container with exposed ports. The container has postfix and rspamd for spam mitigation and some useful scripts for postfix management such as creating accounts, wiping data etc. Actually it comes preconfigured, the only thing you have to do is:
Did you docker compose? Do you mind sharing it :)
Of course! It’s called docker-mailserver. It has extensive documentation, so it all becomes easy! 😃
Are you running it locally or on a VPS?
On a VPS, as my provider does not allow me to set the revDNS which is required for sending emails. I mean it isn’t actually required but most services like Gmail will drop your emails.
Great thank you!