• 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

Mail Log files

Spyder

Regular Pleskian
Hi, guys...

Ok, the dummy machine is running 7.5.4 on Fbds 4.9, very fine besides 2 problems.

1. Qmail and other processe is working fine, but no one writen to log files.., 1st I think is the classical permission problems, and set al files in /usr/local/psa/var/log to

-rw-r--r-- 1 root psaadm 0 Oct 11 04:09 maillog

But still no writing logs...

2. The apache still not working..

I realy need some help with the log files (moved one test domain to this machine and need folow the logs... )

Tia.
 
install lsof (list of open files) and grep mail, there you can see if there is maillog used
 
Originally posted by jckennedy
install lsof (list of open files) and grep mail, there you can see if there is maillog used

Hi,

The problem is the "plesk mail system" simple don´t write nothing to file..

The mail is comming and going normaly but no traces (except some entries in messages)

Tia
 
Did you figure this one out? I have the same problem.

Thanks!

Chris
 
Hi, the problem in my case is simple..

When upgraded from 7.5.2 to 7.5.3 the installed change the order on syslog.conf in this way all needed entries are Ok, but in the wrong order.

example.

# news.notice /var/log/news/news.notice
!startslip
#mail.* /usr/local/psa/var/log/maillog

I simple moved the email from below startsleep to higer place like line 2 ;)

But verify if have the entries to maillog in /etc/syslog.conf

I hope this help
 
Back
Top