[Ilugc] Need solution for Indimail server

  • From: mbhangui@xxxxxxxxx (Manvendra Bhangui)
  • Date: Sun, 27 Jan 2013 10:09:31 +0530

On Sun, Jan 27, 2013 at 9:34 AM, Mohan L <l.mohanphy at gmail.com> wrote:



On Sat, Jan 26, 2013 at 12:19 AM, kumaran partanthaman <
kumaranbsc at gmail.com> wrote:

Greetings All,

I am using IndiMail server. I deleted log files in my server after that
email is not working. Its cause any issues. Please give the solution for
me..What step I will do now..


Note:

I restart the mail service and reboot the server also. Email server is not
working still now...Please advice.

Thanks & Regards,
Kumaran Paranthaman


Please do check if you have the directory /var/log/indimail with the
following permissions

indimail:/var/log>ls -ld indimail
drwxr-xr-x. 31 qmaill nofiles 4096 Sep 29 07:59 indimail


The stdout and stderr are all redirected to individual fifos and picked up
by a program called multilog. If multilog is not able to create the new
files or write to the log files, the fifo get full. The design is such that
not a single line of any error message can ever get lost in indimail

Next time you want to clear the log files, issue the following command

# /var/indimail/bin/svc -a /service/*/log
# find /var/log/indimail -name '@*' -exec rm -f {} \;


-- 
Regards Manvendra - http://www.indimail.org

Other related posts: