ftamas85 I wanted to add the dovecot, postfix server to the fail2ban manager, but I received the following error message: [ /var/log/mail.log ] The log file does not exist and cannot be created How can I turn it on?
aaPanel_Kern Hello, is it possible to try to create this file manually? touch /var/log/mail.log ftamas85
ftamas85 aaPanel_Kern The empty file was successfully created, but the one actually created by the server is called maillog.
ftamas85 ln -s /var/log/maillog /var/log/mail.log It works well, please fix it so that the Fail2ban manager does not look for the mail.log file, or the installer creates the link.