Web Hosting Talk







View Full Version : qmail Viewing Multilog


nickc7
06-06-2004, 04:35 AM
Hi All, this may sound like a daft question but how can I view multilog output?

My qmail server logs to multilog and I want to check through the logs because I'm not seeing mail I am expecting and need to see the defferal.

Thanks, Nick

e12pilot
06-06-2004, 01:49 PM
Nick,
Depending on your install the logs may be located:
/var/log/qmail/
To watch the log I always:
tail -f /var/log/qmail/current

Let me know if this works.

Peter

choon
06-06-2004, 02:19 PM
Normally I would use:
cat /var/log/qmail/* | less
Depending where is your log directory for qmail :rolleyes: