RE: [Exim] exim "breaks" after a reboot

Página Inicial
Delete this message
Reply to this message
Autor: Philipp Gaschütz
Data:  
Para: chris, exim-users
Assunto: RE: [Exim] exim "breaks" after a reboot
> Jun 4 15:38:01 va /USR/SBIN/CRON[325]: (mail) CMD ( if [ -x
> /usr/sbin/exim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q
> >/dev/null
> 2>&1; fi)
>
> If I'm understanding this correctly, it appears that my
> messages are being
> appended to /dev/null! Why would it do this, and how can I
> make it stop?


No, this means that any output generated by Exim (Messages sent to the
screen) are supressed.

Have you checked the panic log?
Have you tried to start exim manually?
Try setting verbose Logging to 9 in Exim...

hope that helps,
-philipp