• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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