Tagged articles
10 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Sep 11, 2025 · Operations

Build a Self‑Hosted Email Server on CentOS 7: Step‑by‑Step Guide

Learn how to set up a complete email system on CentOS 7 using Postfix, Dovecot, MariaDB, Nginx, and Roundcube, covering software installation, configuration, database setup, SSL/TLS, DKIM, SPF, DMARC, and testing, with detailed commands and troubleshooting tips.

CentOSdovecotemail server
0 likes · 29 min read
Build a Self‑Hosted Email Server on CentOS 7: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Jul 11, 2023 · Operations

Top 5 Open‑Source Email Servers for Linux and How to Install Them

This guide reviews the five most reliable open‑source mail servers for Linux—Postfix, Exim, Qmail, Courier, and Dovecot—highlighting their key features and providing exact installation commands for both Debian/Ubuntu and RHEL/CentOS distributions.

courierdovecotemail server
0 likes · 4 min read
Top 5 Open‑Source Email Servers for Linux and How to Install Them
ITPUB
ITPUB
Aug 17, 2017 · Operations

Why MySQL Errcode 28 Can Appear Even With Plenty of Disk Space

A MySQL fatal error claiming "Can't create/write to file ... (Errcode: 28)" turned out not to be a lack of disk space but exhausted inodes caused by millions of tiny maildrop files generated by cron‑driven Postfix notifications, and the article walks through the investigation and fix.

Errcode28croninodes
0 likes · 8 min read
Why MySQL Errcode 28 Can Appear Even With Plenty of Disk Space
ITPUB
ITPUB
May 20, 2016 · Operations

Why MySQL Errcode 28 Happens Even With Free Disk Space—and How to Fix It

A MySQL fatal error citing Errcode 28 can stem from inode exhaustion caused by a flood of cron-generated emails, not just lack of disk space, and the article walks through diagnosing the issue with df, df -i, and locating the offending Postfix maildrop directory.

Errcode28Linuxcron
0 likes · 7 min read
Why MySQL Errcode 28 Happens Even With Free Disk Space—and How to Fix It