MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: quacos on 2014-04-09, 18:40:37

Title: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: quacos on 2014-04-09, 18:40:37
On a fresh KloxoMR installation (no upgrade from classic Kloxo) Qmail doesn't create any log.
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: Kloxo-DR on 2014-04-09, 20:23:26
Do

qmailctl start
service rsyslog restart

Write the output here.
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: MRatWork on 2014-04-09, 20:27:10
Qmail-toaster in Kloxo-MR not using multilog (built-in in Qmail-toaster) but splogger. Many reasons why using splogger instead multilog.
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: quacos on 2014-04-16, 13:20:13
@Kloxo-DR
# qmailctl start
Already running.
Stopping qmail-toaster: svscan qmail logging.
qmail-send: nessun processo terminato
Starting qmail-toaster: svscan.

#service rsyslog restart
Shutting down system logger:                               [  OK  ]
Starting system logger:                                    [  OK  ]

@MRatWork So how can I check the log?
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: MRatWork on 2014-04-16, 13:45:11
See 'log manager' or /var/log/messages (Kloxo-MR read this file).
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: fossxplorer on 2014-08-18, 13:38:50
So this means Qmail debug outputs are directed to /var/log/messages?
I can't see anything related to Qmail there.
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: idove on 2017-04-12, 12:02:56
Just to inform,
that the same thing happen to me, no maillog, just old files maillog-1 and maillog-2,

And post above helped, and now is working:
Code: [Select]
Do

service rsyslog restart

Write the output here.

Acctualy immediately after rsyslog restart, maillog appears.
Title: Re: No /var/log/maillog, no /var/log/kloxo/maillog
Post by: idove on 2017-05-03, 08:55:48
Also I noticed that my maillog disappear very often,
so I need to use this command from time to time
Code: [Select]
service rsyslog restart

What is the resaon for that? How to prevent?

I only need to watch maillog when something isn't working with mail, so firstly I try to look in maillog, which i notice everytime that it's missing.

This is on version kloxo-mr 6.5.0.
Tnx.