Hello, A new server running Debian 9, apache and postfix. For some reason, the file /var/log/mail.err does not exist. Do I just create a file? What could be the reason that the file does not exist? Thanks
Maybe your server has not had any errors? On my debian host, mail.err has no lines made by postfix. Only dovecot seems to write there. Maybe you do not have dovecot installed or not running? Your topic is wrong. Unable to read is not the same thing as file does not exist.
The only reason I found out is when I click on "Show Mail Error-Log" in the ISPC3 it shows the image attached. Not sure if i have anything wrong or that is the way it supposes to be.
Well, to get something in that mail.err file do this: log out of Webmail/Outlook/Thunderbird stop database: systemctl stop mariadb.service try to log back in your e-mail program See what appears in mail.err Only thing I have in mail.err is dovecot complaining it can not access database. In case you want you system back to working state: systemctl start mariadb.service