
OpenSMTPD: How to receive emails sent by remote hosts to OS local users
* The cover image is originally by Foto-Rabe and edited with great appreciation. ...
Jun 18, 20203 min read4 reactions0 comments
Tag archive

* The cover image is originally by Foto-Rabe and edited with great appreciation. ...
With mail servers, Just forwarding emails to multiple addresses is easy. Also, we can build an advanced mailing list system. This post is about how to build a GNU Mailman server on OpenBSD.
This post is about "smtpd -dv -Tlookup". I wrote about how to debug rcctl and find why an error occurs in OpenBSD last year. The "-d" option is still useful to me as well. But it's sometimes insufficient. It was when I used OpenSMTPD. Where there's a will, there's a way. smtpd.8 provides the way!

Populate /etc/mail/aliases echo "root: YOUR_LOCAL_USER" >> /etc/mail/aliases Enter...