•
In this final part of the ISPMail on RHEL series, we configure SELinux to secure our mail server setup. Learn how to grant Postfix read access to Dovecot’s user database, allow Dovecot full control over its mail spool directory, and enable Apache (via Roundcube) to send emails—while keeping SELinux in…
•
In this article, we explore how to implement MTA-STS (Mail Transfer Agent Strict Transport Security) to enhance the security of email communications. We’ll cover the necessary DNS records, the policy file structure, and how to correctly publish it on a web server. A practical, step-by-step guide to securing your domain…
•
In this sixth part of the ISPMail on RHEL series, we set up Roundcube, a modern webmail interface, on AlmaLinux. While optional, this feature is extremely useful for users accessing their mailbox from networks that block IMAP or SMTP ports, such as hotels and airports. This article guides you through…
•
In this fifth article about configuring an email server on RHEL compatible distro AlmaLinux, we provide tools to other servers to protect themselves from emails that claim to come from our domain. We are talking about: SPF, DKIM and DMARC. The first two provide the destination email server, tools to…
•
This guide walks you through configuring Dovecot as an IMAP server on RHEL, integrating it with Postfix and SQL authentication. Learn how to secure your setup with SSL/TLS, optimize mailbox storage, and enable Sieve for server-side mail filtering.
•
Configure Postfix on AlmaLinux with SQLite for virtual domains, users, aliases, and sender validation. Prevent forged emails and ensure secure delivery with database queries. Step-by-step setup for Postfix integration with Dovecot.
•
Learn how to set up an SQLite database for Postfix and Dovecot on RHEL. Ideal for SOHO mail servers, SQLite offers great performance on small VPS. This guide covers database creation, virtual users, aliases, and bcrypt password hashing for secure authentication.
•
This guide walks you through setting up a complete email server with Postfix, Dovecot, and RoundCube on AlmaLinux. Inspired by ISPMail, it replaces MySQL with SQLite for efficiency on small VPS instances. A pragmatic, no-nonsense approach for tech-savvy users.