• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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