ClamAV Milter
CentOS 7 – still discovering it. ClamAV & ClamAV Milter related things have changed a bit.
CentOS 7 – still discovering it. ClamAV & ClamAV Milter related things have changed a bit.
Roundcube Webmail is a mature and nice enough web email interface. The installation process is pretty simple: you need to download the package, unpack it, copy it to the web folder, create a database, import the database schema and configure […]
One of biggest problems nowadays is the SPAM or Bulk mails. Added to the initial Postfix’s configuration of RBL’s you can add some further blockers for SPAM that gets thru. Greylisting One of the things you need to know about […]
Firewall CentOS 7 now uses FirewallD, which is not bad, but I don’t think it’s mature enough. So to just disable it and get back to the classic iptables service there are some steps: systemctl stop firewalld systemctl disable firewalld […]
On a typical Linux mail server mail is stored on the disk either using one big file in /var/mai/%user either in one Maildir in users’s home folder. This Maildir usually contains one small file for each mail stored on your […]
This mail server will use Postfix as a MTA, Dovecot as an LDA, IMAP/POP Server, and MariaDB(MySQL) to store user login information. It will also use PostfixAdmin web interface to manage domain, users and mail administrators information. HTTPD To run […]
First thing is to chose the Distro. For this install I chose CentOS 7, basically a RHEL clone, version 7 is the latest one. Download You can download the minimal install ISO from here. Then you need to burn this […]