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