Re: pop-before-smtp with mysql

2003-08-27 Thread James H. Thompson
I'm in the process of testing a plugin to do this. I'll post it as soon as I verify it works. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Ashish Pawaskar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 5:32 AM Subject: pop-before-smtp

Re[2]: pop-before-smtp with mysql

2003-08-27 Thread Ashish Pawaskar
Wednesday, August 27, 2003 Hello Everyone, I have implemented this for pop before smtp: qpsmtpd/plugins> cat check_pop_table ### BEGIN ### sub register { my ($self) = shift; $self->register_hook("rcpt", "check_pop_table"); } sub check_pop_table { use DBI; my ($self) = shift;

[PATCH] plugins/check_badrcptto

2003-08-27 Thread Robert James Kaes
Hi, The attached patch fixes a warning issued by qpsmtpd because "use strict" is enabled. -- Robert --- qpsmtpd/plugins/check_badrcptto 2002-09-10 13:17:15.0 -0400 +++ qpsmtpd.work/plugins/check_badrcptto2003-08-27 14:02:06.0 -0400 @@ -16,7 +16,7 @@ return

rblsmtpd or plugins/dnsbl

2003-08-27 Thread Robert James Kaes
Hi, I've just installed qpsmtpd on my system and it's working great. I have a bit of a style question though: right now I'm running rblsmtpd before running qpsmtpd. I noticed the "dnsbl" plugin so I'm wondering if most people use the rblsmtpd program at all? The flip side of the question would b