← Back to context

Comment by npodbielski

5 hours ago

> however it's quite a lot of ongoing effort - it's not just set up and forget.

I have seen those kinds of opinions on internet already few times. No it is not that complicated. Yes you need to buy server. Yes you need to setup the DNS. Yes you need to maintain, and update server and its software. But this is like that with everything you selfhost.

Beside that you need mostly 1 time operations like: - setup domain entries - setup SPF - setup DKIM - setup certs - install server (of course) - test if this works - setup some Google Postmaster account because they do not like new domains sending them emails

I do not remember anything else beside some administrative tweaks here and there. But!

I never attempted to run postfix, dovecot combo myself. I was aiming to run whole thing on Docker and forget about configuring dozens of config files on Linux host. With docker you can just migrate whole set of volumes to new machine and that is it. I am running Mailcow BTW.

Lately I moved whole thing to new machine by just running one script https://docs.mailcow.email/backup_restore/b_n_r-coldstandby/...

On the other hand you need to have some technical knowledge, but I do not think this is harder then any other containerized software.

If you are running spam filters then don't they need constant attention?

Dont you need to keep on top of DMARC reports?

eg https://www.duocircle.com/dmarc/how-to-fix-spf-records-by-an...

  • I am not sure about other mailsevers but with Mailcow I occasionally (once per week maybe) get spam notification (release/delete call to action) that I just click and that is all. I have DMARC reports coming in but as far as I remember they are about my own server outgoing emails. So no, I do not think so.

    As for my own emails they were rejected maybe by just few times. But I do not use email much - just some personal communication. I am not running marketing campaigns that places my IP on some blacklist.

    I think I just one time was on one of spam lists. I just emailed them or applied for removal via some webform and they removed the entry pretty much instantly. I do not remember other problems.

  • As far as I understand this article it talks about different IPs in SPF. This is just one machine with one IP. I do not send big quantities of emails from other servers. And even if I would need to I would just create mail box and send emails via that mailbox.