• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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