June 2016
Beginner
456 pages
9h 31m
English
Sometimes you may face problems such as e-mails not being sent, delayed delivery or mail bouncing, issues while fetching e-mails, and login failures. In this recipe, we will learn how to identify the exact problem behind these issues. We will learn how to use debugging tools and read the logs of Postfix and Dovecot.
You will need access to a root account or an account with sudo privileges.
It is assumed that you have already installed Postfix and Dovecot servers.
Follow these steps to troubleshoot the mail server:
stop/waiting or not running then the respective service is not running:
$ sudo service postfix status ...Read now
Unlock full access