Re: check_relay - strange behavior

2005-01-23 Thread roger-qpsmtpd-list
On Sun, 23 Jan 2005, Michael C. Toren wrote: > On Sun, Jan 23, 2005 at 05:51:24PM +, [EMAIL PROTECTED] wrote: > > > > $transaction->notes( 'pop-b4-smtp', 1 ) ; > > > > > > I'm working from what I 'THINK' I know from reading existing > > plugins and creating my own. There doesn't seem to be

Re: check_relay - strange behavior

2005-01-23 Thread Michael C. Toren
On Sun, Jan 23, 2005 at 05:51:24PM +, [EMAIL PROTECTED] wrote: > > > $transaction->notes( 'pop-b4-smtp', 1 ) ; > > > > > > In the check_relay plugin, I added this to test, first thing: > > > > I'm working from what I 'THINK' I know from reading existing > plugins and creating my own. Th

Re: check_relay - strange behavior

2005-01-23 Thread roger-qpsmtpd-list
On Sun, 23 Jan 2005, Michael C. Toren wrote: > On Sat, Jan 22, 2005 at 01:53:35AM +, [EMAIL PROTECTED] wrote: > > I have a bit of a different plugin running that handles > > pop-before-smtp by reading a list of recent IPs that have popped an > > account, and if there is a match with the co

Re: check_relay - strange behavior

2005-01-23 Thread Michael C. Toren
On Sat, Jan 22, 2005 at 01:53:35AM +, [EMAIL PROTECTED] wrote: > I have a bit of a different plugin running that handles > pop-before-smtp by reading a list of recent IPs that have popped an > account, and if there is a match with the connecting IP, it sets a > transaction note: > > $tra

Re: check_relay - strange behavior

2005-01-22 Thread Michael Holzt
> I have a bit of a different plugin running that handles > pop-before-smtp by reading a list of recent IPs that have popped an > account, and if there is a match with the connecting IP, it sets a > transaction note: You might want to try out my 'qppoprelay' plugin which just does that, and

check_relay - strange behavior

2005-01-22 Thread roger-qpsmtpd-list
I have a bit of a different plugin running that handles pop-before-smtp by reading a list of recent IPs that have popped an account, and if there is a match with the connecting IP, it sets a transaction note: $transaction->notes( 'pop-b4-smtp', 1 ) ; In the check_relay plugin, I a

Re: check_relay - strange behavior

2005-01-22 Thread roger-qpsmtpd-list
Further information, and a temporary fix: I read the tcp file for qmail instead of the one for qpsmtpd, so the RELAYCLIENT was not being set after all. I set up simple debug code in all of the plugins, and here's what it reported for a connection that should have been allo