• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

turn email loggin on

I

InigoG

Guest
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE

10.4.4
centos-5-x86
plesk8-mailman

PROBLEM DESCRIPTION

For some reason (I did not configure the system)
my log files for email ( "$PRODUCT_ROOT_D/var/log/maillog.") are all empty
how do I turn them on, I mean that events are getting logged?

thx
 
Thx to this great article:
http://qmail.jms1.net/logfiles.shtml
I have found the right path which is described in:
/etc/syslog.conf
or in my case in
/etc/rsyslog.conf

# Log all the mail messages in one place.
mail.* -/usr/local/psa/var/log/maillog

so the product root is in this case -/usr/local/psa
which is not of coarse the plesk product root where I was lookin'
 
Last edited by a moderator:
Back
Top