Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.
Few days ago I started configuring corporate mail server that should be deployed on OpenBSD and comprise the following features:
- Easy to configure and powerful MTA (Postfix)
- Virtual domains and user accounts (this information is stored in MySQL database)
- Antispam and antivirus checking for all accounts (spamassassin and clamav via amavis-new)
- Secure access to mailboxes through POP3, IMAP and HTTP (squirellmail)
- Secure SMTP server
- Extremal Stability and Security
Actually OpenBSD 4.2 was chosen because of it’s “security by default”. Thankfully Daniele Mazzocchio from friendly site www.kernel-panic.it wrote an excellent article about how to build such mail server on this operating system:
Offering a reliable and secure email service is probably one of the top priorities of most system administrators; therefore, in the next chapters, we will build a full-featured mail server, based on open-source software and focusing on security. Read more…
The only thing that is not covered by it is mail content filtering with maildrop and vacation messages that users often ask to set while they are out. Working on it! ![]()

1 Response to “OpenBSD: Secure Mail Server with Postfix, MySQL, ClamAV, SpamAssassin, Amavis-new”