Bug#610439: Since last exim4 update, all messages are frozen in a queueonly demon.

David Hill hilld at binarystorm.net
Tue Jan 18 19:50:09 UTC 2011


Hi Andreas,

    I'm starting it with /etc/init.d/exim4.out and /etc/init.d/exim4.out ... 
my configuration is the one suggested by mailscanner themselves and is/was 
working great.   Rolling back to stable debian solves the issue.

Dave



user at server:/etc/default$ cat exim4
# /etc/default/exim4
EX4DEF_VERSION=''

# 'combined' -   one daemon running queue and listening on SMTP port
# 'no'       -   no daemon running the queue
# 'separate' -   two separate daemons
# 'ppp'      -   only run queue with /etc/ppp/ip-up.d/exim4.
# 'nodaemon' - no daemon is started at all.
# 'queueonly' - only a queue running daemon is started, no SMTP listener.
# setting this to 'no' will also disable queueruns from 
/etc/ppp/ip-up.d/exim4
QUEUERUNNER='no'
# how often should we run the queue
QUEUEINTERVAL='15m'
# options common to quez-runner and listening daemon
COMMONOPTIONS=''
# more options for the daemon/process running the queue (applies to the one
# started in /etc/ppp/ip-up.d/exim4, too.
QUEUERUNNEROPTIONS=''
# special flags given to exim directly after the -q. See exim(8)
QFLAGS=''
# options for daemon listening on port 25
SMTPLISTENEROPTIONS=''



user at server:/etc/default$ cat exim4.out
# /etc/default/exim4
EX4DEF_VERSION=''

# 'combined' -   one daemon running queue and listening on SMTP port
# 'no'       -   no daemon running the queue
# 'separate' -   two separate daemons
# 'ppp'      -   only run queue with /etc/ppp/ip-up.d/exim4.
# 'nodaemon' - no daemon is started at all.
# 'queueonly' - only a queue running daemon is started, no SMTP listener.
# setting this to 'no' will also disable queueruns from 
/etc/ppp/ip-up.d/exim4
QUEUERUNNER='queueonly'
# how often should we run the queue
QUEUEINTERVAL='5m'
# options common to quez-runner and listening daemon
COMMONOPTIONS='-C /var/lib/exim4/config.out.autogenerated'
# more options for the daemon/process running the queue (applies to the one
# started in /etc/ppp/ip-up.d/exim4, too.
QUEUERUNNEROPTIONS=''
# special flags given to exim directly after the -q. See exim(8)
QFLAGS=''
# options for daemon listening on port 25
SMTPLISTENEROPTIONS=''


exim4 vs exim4.out
--- exim4.out   2011-01-17 21:53:02.000000000 -0500
+++ exim4       2008-08-07 06:27:55.000000000 -0400
@@ -37,12 +37,12 @@
 export LANG

 #read default file
-QUEUERUNNER='queueonly'
-QUEUEINTERVAL='5m'
-UPEX4OPTS='-o /var/lib/exim4/config.out.autogenerated -d /etc/exim4.out'
-PIDFILE="/var/run/exim4/exim.out.pid"
-QRPIDFILE="/var/run/exim4/eximqr.out.pid"
-[ -f /etc/default/exim4.out ] && . /etc/default/exim4.out
+QUEUERUNNER='no'
+QUEUEINTERVAL='15m'
+UPEX4OPTS=''
+PIDFILE="/var/run/exim4/exim.pid"
+QRPIDFILE="/var/run/exim4/eximqr.pid"
+[ -f /etc/default/exim4 ] && . /etc/default/exim4

 upex4conf() {
   UPEX4CONF="update-exim4.conf"
@@ -67,7 +67,7 @@


 DAEMON="/usr/sbin/exim4"
-NAME="exim4 outgoing"
+NAME="exim4 incoming"

 ##test -x $DAEMON || exit 0
 test -x /usr/lib/exim4/exim4 || exit 0



----- Original Message ----- 
From: "Andreas Metzler" <ametzler at downhill.at.eu.org>
To: "David Hill" <reportbug at binarystorm.net>; <610439 at bugs.debian.org>
Sent: Tuesday, January 18, 2011 12:55 PM
Subject: Re: Bug#610439: Since last exim4 update, all messages are frozen in 
a queueonly demon.


> On 2011-01-18 David Hill <reportbug at binarystorm.net> wrote:
>> Package: exim4
>> Version: 4.72-3
>> Severity: important
>
>
>> Since last exim4 (4.72-3 and 4.73-rc1) updates, all messages are frozen 
>> in a queueonly demon.
>
>> cat /var/spool/exim4.out/msglog/1PfDVi-0001xs-Bk
>> 2011-01-18 10:30:34 user at montcalm.dyndns.org 
>> <www-data at montcalm.dyndns.org> R=local_user T=cyrus_delivery defer (-1)
>> 2011-01-18 10:30:34 user at montcalm.dyndns.org 
>> <www-data at montcalm.dyndns.org> R=procmail T=procmail_pipe defer (-1)
>> *** Frozen
> [...]
>
>
> Hello,
>
> how do you start the daemon, what does your /etc/default/exim4 look
> like?
>
> cu andreas
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1191 / Virus Database: 1435/3388 - Release Date: 01/18/11
> 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Pkg-exim4-maintainers mailing list