[Exim] Re: message frozen

Top Pagina
Delete this message
Reply to this message
Auteur: Suresh Ramasubramanian
Datum:  
Aan: exim
Onderwerp: [Exim] Re: message frozen
+++ edunagin [exim-users] <05/09/01 17:21 -0400>:
> can someone tell me what this means? it appears every hour in my
> /var/log/exim_mainlog.
> 2001-09-05 16:23:03 15cpCJ-0000E2-00 Message is frozen
> i am using the default configure file with the added to routers:
> smarthost:
> driver = domainlist
> transport = remote_smtp
> route_list = "* mail.core.com bydns"


Exim is trying to run the queue every hour - even if you are not connected.
Take exim out of queue mode (remove the -q1h from your initscript) and call
exim -qff by hand, or from /etc/ppp/ip-up.local (or whatever)

    -suresh