technoquarter
random stuff ahead
Pages
(Move to ...)
Home
About
Series
▼
Tuesday, February 10, 2015
OpenBSD Mail Server - Part 8, Conclusion
›
So there you have it: an OpenBSD mail server that uses several base tools plus a few packages. As mentioned in the beginning, if you find a...
1 comment:
OpenBSD Mail Server - Part 7, Roundcube and httpd
›
1. Finally, the last bit, and pretty much optional. If a PHP webmail client is desired, install roundcubemail and php-fpm from packages. ...
OpenBSD Mail Server - Part 6, Dovecot and Dovecot-Pigeonhole
›
1. Install dovecot and dovecot-pigeonhole from packages. 2. Edit login.conf per the docs in /usr/local/share/doc/pkg-readmes/dovecot-*. ...
1 comment:
Monday, February 9, 2015
OpenBSD Mail Server - Part 5, DKIMproxy
›
1. Follow the steps here to create public and private keys that will be used by DKIMproxy. 2. Create a TXT record for each domain the ser...
2 comments:
OpenBSD Mail Server - Part 4, SpamAssassin and SpamPD
›
1. Install p5-Mail-SpamAssassin and spampd from packages. 2. Edit /etc/mail/spamassassin/local.cf and uncomment the "rewrite_header...
3 comments:
Friday, February 6, 2015
OpenBSD Mail Server - Part 3, ClamAV and ClamSMTP
›
1. Install clamav and clamsmtp from packages. 2. Edit /etc/freshclam.conf -- comment out the “Example” line and uncomment the "Databa...
Thursday, February 5, 2015
OpenBSD Mail Server - Part 2, OpenSMTPD and spamd
›
1. Read the man page for smtpd and smtpd.conf and review the configuration files. 2. Set up virtual users and virtual domains: # cat /et...
2 comments:
OpenBSD Mail Server - Part 1, Initial Setup
›
1. Install OpenBSD 5.6. If using the auto-partitioner, make sure enough space is allocated to /usr and /usr/src to allow for extracting the...
2 comments:
Wednesday, February 4, 2015
OpenBSD Mail Server - Intro
›
The goal: Create a reasonably secure email server on OpenBSD 5.6 using base plus a few packages. The base components will be OpenSMTPD ...
2 comments:
Home
View web version