On 18 May 2014 05:37, Gilles Chehade <gil...@poolp.org> wrote: > On Sat, May 17, 2014 at 10:40:13PM -0400, Allan Streib wrote: >> On Sat, May 17, 2014, at 05:30 PM, Allan Streib wrote: >> >> > Just upgraded to -current from my local mirror. Was previously working >> > with a recent-ish -current (late April or early May) >> >> By "current" I meant "snapshot" sorry if that caused any confusion. >> > > I'll have a look at this, thanks > > -- > Gilles Chehade > > https://www.poolp.org @poolpOrg >
I've found that if there is anything processed from the offline queue then smtpd stops immediately. If I remove all offline files then smtpd starts up fine but as soon as I send an email (using mutt) it exits. Running '/usr/sbin/smtpd -v -d' and then using mutt I see $ sudo /usr/sbin/smtpd -v -d debug: init ssl-tree info: OpenSMTPD 5.4.3 starting debug: bounce warning after 4h debug: using "fs" queue backend debug: using "ramqueue" scheduler backend debug: using "ram" stat backend info: startup [debug mode] debug: init ssl-tree debug: ca_engine_init: using RSAX engine support debug: queue: done loading queue into scheduler debug: parent_send_config_ruleset: reloading debug: parent_send_config: configuring pony process debug: parent_send_config: configuring ca process debug: smtp: listen on 127.0.0.1 port 25 flags 0x0 pki "" debug: init private ssl-tree debug: smtp: listen on IPv6:fe80::1%lo0 port 25 flags 0x0 pki "" debug: smtp: listen on IPv6:::1 port 25 flags 0x0 pki "" debug: smtp: will accept at most 501 clients debug: smtpd: scanning offline queue... debug: smtpd: offline scanning done debug: smtp: new client on listener: 0x8a03e068120 smtp-in: New session 7d58bb784abfedee from host 1000@localhost [local] warn: ca -> pony: pipe closed warn: control -> pony: pipe closed warn: lka -> pony: pipe closed warn: queue -> pony: pipe closed warn: parent -> pony: pipe closed warn: scheduler -> control: pipe closed $ When I had four files in offline, then there were 4 "New session" lines before the 'warn' messages start. All on -current as of yesterday, including mutt. .... Ken