[Email Problem] Exim Panic Log

muliahost

Verified User
Joined
Feb 10, 2008
Messages
8
Dear All,

I have DA installed on FreeBSD 6.2 with kernel recompile to support quota features. But I'm getting error with exim. I can't login via webmail to that server with error messages:

ERROR
Error connecting to IMAP server: localhost.
60 : Operation timed out

Then check in to DA Admin, I got status of dovecot :

dovecot Process is stopped
exim exim (pid 28424 )

Check in to shell if Port 143 open:

shells# netstat -tan | grep ":143"
(nothing)

Check /var/log/exim/panic.log:

2008-02-14 15:10:21 Exim configuration error in line 592 of /etc/exim.conf:
group daemon was not found

check in to /etc/exim.con line 591 - 593:

file_transport = address_file
group = daemon
pipe_transport = majordomo_pipe

check if there is a daemon group:

shells# grep daemon /etc/group
daemon:*:1:
shells# id daemon
uid=1(daemon) gid=1(daemon) groups=1(daemon)

But still can't send out emails and can't login into webmail (IMAP down). Is there any solutions?

Thank you


MuliaHost
 
Back
Top