Re: Problem with xinetd

2008-12-29 Thread Hanno Hecker
On Mon, 29 Dec 2008 06:04:55 + (GMT) Hans Salvisberg wrote: > but when I try to run it from xinetd as above, then I get > >Can't call method "connected" on an undefined value at > lib/Qpsmtpd/TcpServer.pm line 174. > > What am I doing wrong? Nothing .) The "connected" call works on an

AW: Problem with xinetd

2008-12-29 Thread Hans Salvisberg
Hanno Hecker wrote: > > What am I doing wrong? > Nothing .) Thanks for restoring my sanity! BTW, does it make any difference whether I install qpsmtpd as in... perl Makefile.PL make make test make install make clean ... or not? I'll be happy to test the updated trunk. Sorry to come in so lat

plugin to plugin communication in async mode

2008-12-29 Thread bryanh
I am writing a qpsmtpd-async plugin to send various blocking operation commands to a group of pre-forked (at startup time) handler processes. 1.) For purposes of description plugin1 is called: handlerProcess plugin2 is called: rcpt_ok 2.) rcpt_ok at init performs a self->isa_plugin(handlerProcess