• 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.

Qmail: No traffic or comon log

V

VIB-host

Guest
Hi someone please help me out here

I have Plesk 7.5.3 Up to date (Writen time) whit the following components from 4psa.com:

  • 4PSA Clean Server
  • 4PSA Client Backup
  • 4PSA Spam Guardian

This is running on a FreeBSD 4.9-RELEASE

The rest is standart setup.

The problem is now, that i can't find any kind of lock files for Qmail nor inside plesk see any mail traffic statistic.

I would really like to be able to see the Qmail log file, so I can set up spamtraps.

And It would be nice to see how much traffik the difrent clients generate by mail traffik.

Anybody who know what to do?

PS: Don't forget to tell me the answer like a 2 year old kid :)
 
The given file came out whit this:

mail.* -/usr/local/psa/var/log/maillog
*.err;kern.debug;auth.notice;mail.crit /dev/console
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.* /var/log/security
auth.info;authpriv.info /var/log/auth.log
#mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
cron.* /var/log/cron
*.emerg *
# uncomment this to log all writes to /dev/console to /var/log/console.log
#console.info /var/log/console.log
# uncomment this to enable logging of all log messages to /var/log/all.log
# touch /var/log/all.log and chmod it to mode 600 before it will work
#*.* /var/log/all.log
# uncomment this to enable logging to a remote loghost named loghost
#*.* @loghost
# uncomment these if you're running inn
# news.crit /var/log/news/news.crit
# news.err /var/log/news/news.err
# news.notice /var/log/news/news.notice
!startslip
*.* /var/log/slip.log
!ppp
*.* /var/log/ppp.log


However the /usr/local/psa/var/log/maillog file is emty
 
line with this:
mail.* -/usr/local/psa/var/log/maillog
need change to this:
mail.* /usr/local/psa/var/log/maillog
 
Originally posted by Flintus
line with this:
mail.* -/usr/local/psa/var/log/maillog
need change to this:
mail.* /usr/local/psa/var/log/maillog

Thanks, I had that in mind, but I like to be sure before doing something I'm not use to mees whit. Then the last question, how do I reload/restart/reload /etc/syslog.conf (syslogd) whitout rebooting the system. and If you know what is the common command to reload objects insite /etc/ I will be happy
 
under root permission
run this command:
killall -1 syslogd
 
Back
Top