fresh EFA4 on CentOS 8 no logging
Posted: 15 Nov 2020 11:05
Hi,
some days ago I installed EFA4 with the one step installer (I guess 4.0.3) on a fresh CentOS 8 (CentOS-8.2.2004-x86_64-minimal.iso) but I noticed that there is nothing in e.g. maillog and I had to use "journalctl -u postfix -f" (but this also means that fail2ban would not detect anything)
I fixed it by running:
maybe this is something you should include in the efa one step installer?
Cheers!
Tobias
some days ago I installed EFA4 with the one step installer (I guess 4.0.3) on a fresh CentOS 8 (CentOS-8.2.2004-x86_64-minimal.iso) but I noticed that there is nothing in e.g. maillog and I had to use "journalctl -u postfix -f" (but this also means that fail2ban would not detect anything)
I fixed it by running:
Code: Select all
dnf install rsyslog -y
systemctl start rsyslog.service
systemctl enable rsyslog.service
Cheers!
Tobias