On Mon, Jul 05, 2004 at 01:39:16PM +0200, Seferovic Edvin wrote:
> Thank you.. but what is with log files? Where are they stored?
As you can see in the /var/qmail/boot/qmail-SERVICE/log/run file, the
logs are stored in /var/qmail/log/qmail-/SERVICE
> What happened with qmailctl script?
You have to change the filenames, e.g.:
log)
tail -f /var/qmail/log/qmail/current |/usr/local/bin/tai64nlocal
;;
smtplog)
tail -f /var/qmail/log/qmail-smtpd/current | /usr/local/bin/tai64nlocal
;;
imaplog)
tail -f /var/qmail/log/qmail-imapd/current | /usr/local/bin/tai64nlocal
;;
imapslog)
tail -f /var/qmail/log/qmail-imapd-ssl/current | tai64nlocal
;;
pop3log)
tail -f /var/qmail/log/qmail-pop3d/current | tai64nlocal
;;
pop3slog)
tail -f /var/qmail/log/qmail-pop3d-ssl/current | tai64nlocal
;;
Oskar