004-mail-server.txt (852B) [raw]
1 # 004-mail-server 2 3 _Tues Sept 21, 2021_ 4 5 We threw this together late in our first pairing session to set 6 up the site. I think having a solid email server is an important 7 part of standing up a site (allows forwarding cron email to an 8 inbox that's read, etc). And of course giving out email accounts 9 is crucial to attract people to a tilde ;) 10 11 The setup mostly followed Gilles' [excellent 12 post](https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-with-opensmtpd-dovecot-and-rspamd/) 13 but I replaced the rspamd bits with opensmtpd-filter-dkimsign, which is super 14 simple to set up (see the README that comes with the installed pkg). 15 16 I'll post the whole config soon once we get git hosting set up! 17 18 EDIT: Sat Sep 25 00:20:01 EDT 2021 19 20 Git hosting is up and here's the 21 [config](https://git.alexkarle.com/garbash-config/file/etc/mail/smtpd.conf.html)