Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 23:48:55 +0100
From:      "Danny Carroll" <eximusers@dannysplace.net>
To:        <stable@freebsd.org>
Cc:        <ports@freebsd.org>, <sheldonh@freebsd.org>
Subject:   Exim 4.12 on FreeBSD not running queues
Message-ID:  <010f01c2bdb1$7353fba0$0164a8c0@llama>

next in thread | raw e-mail | index | archive | help
When I run emix -bd -q30m either from the shell or via normal startup
scripts it will not run the queue processor.
If I run it from the shell with -d -v -bd -q30m it processes ok.
If I manually run exim -q it will also run the queue...

It's running in a jail, not sure if that makes a difference.
Exim compiled from the exim-mysql port with -DWITHOUT_IPV6 cvsuppoed today,
but it was also doing this with exim 4.10

Tried multiple queue settings...
This is what happens when I run with -d -v

 2003-01-16 21:17:48 5 args: exim -d -v -bd -q30m
2003-01-16 21:17:48 exim 4.12 daemon started: pid=11845, -q30m, listening
for SMTP on port 25 (IPv4)
2003-01-16 21:17:48 2 args: /usr/local/sbin/exim -q
2003-01-16 21:17:48 Start queue run: pid=11847
2003-01-16 21:17:48 End queue run: pid=11847
2003-01-16 21:18:13 SMTP connection from [192.168.100.1]:1544 (TCP/IP
connection count = 1)
2003-01-16 21:18:13 18ZGSr-00035K-00 <= danny@mytestdomain.test H=(llama)
[192.168.100.1]:1544 I=[192.168.1.4]:25 P=smtp S=1317
id=00c901c2bd9c$38aa54f0$0164a8c0@llama T="test" from
<danny@mytestdomain.test> for danny@mytestdomain.test
2003-01-16 21:18:13 SMTP connection from (llama) [192.168.100.1]:1544 closed
by QUIT
2003-01-16 21:18:13 4 args: /usr/local/sbin/exim -d=0xfddeaefd -Mc
18ZGSr-00035K-00
2003-01-16 21:18:14 18ZGSr-00035K-00 =>
/usr/virtmail/dannysplace.net/danny/Maildir/ <danny@mytestdomain.test>
F=<danny@mytestdomain.test> R=virtual_user T=address_directory S=1489
2003-01-16 21:18:14 18ZGSr-00035K-00 Completed

This without...
2003-01-16 21:18:27 3 args: exim -bd -q30m
2003-01-16 21:18:27 exim 4.12 daemon started: pid=11868, -q30m, listening
for SMTP on port 25 (IPv4)
2003-01-16 21:18:41 SMTP connection from [192.168.100.1]:1546 (TCP/IP
connection count = 1)
2003-01-16 21:18:41 18ZGTJ-00035S-00 <= danny@mytestdomain.test H=(llama)
[192.168.100.1]:1546 I=[192.168.1.4]:25 P=smtp S=1282
id=00d201c2bd9c$496ea110$0164a8c0@llama T="test 2" from
<danny@mytestdomain.test> for danny@mytestdomain.test
2003-01-16 21:18:41 SMTP connection from (llama) [192.168.100.1]:1546 closed
by QUIT


The message in the second test will stay till I run "exim -q" or with -d
I have the logging turned up all the way (log_selector = +all).

Anyone seen this?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010f01c2bdb1$7353fba0$0164a8c0>