• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

qmail log format.

O

oneanilstar

Guest
The log format in the file /usr/local/psa/var/log/maillog is wrong and is showing as below. It is missing the email account name and the mailbox name. Any idea why is causing this and how can modify the log format in file?

Current log format
======================================
Oct 27 17:31:33 host123 smtp_auth: smtp_auth: SMTP user : logged in from (null)@isp.isp.com [11.11.22.22]
======================================


======================================
The actual log format should be as follows.
======================================
Oct 27 09:28:18 server smtp_auth: smtp_auth: SMTP user [email protected] : /var/qmail/mailnames/domain.com/test12 logged in from [email protected] [11.11.11.11]
======================================

Details:

[root@ser control]# rpm -q psa-qmail
psa-qmail-1.03-cos5.build84080425.19

[root@ser control]# rpm -q drweb-qmail
drweb-qmail-4.33-cos5.build84080425.19

[root@ser control]# rpm -q psa
psa-8.4.0-cos5.build84080425.19
 
Back
Top