Re: SMTP AUTH module and authsql plugin

2004-06-29 Thread Guillaume Filion
John Peacock [EMAIL PROTECTED] Here is a complete implementation of SMTP AUTH, including three plugins: Is it going to be added to CVS? I've been using it since the patch was released and it works well. It would still be nice to support Cyrus SASL (Authen::SASL::Cyrus:

Put added headers on the front not the back

2004-06-29 Thread Matt Sergeant
I haven't examined whether it's qpsmtpd or Mail::Internet that does this yet - but I would like to change $headers-add() to put headers onto the front of the email instead of the back. The reason being that the current implementation will break future internet standards such as DomainKeys

cvs commit: qpsmtpd/lib/Qpsmtpd Auth.pm Plugin.pm SMTP.pm

2004-06-29 Thread Matt Sergeant
cvsuser 04/06/29 14:45:09 Modified:lib/Qpsmtpd Plugin.pm SMTP.pm Added: lib/Qpsmtpd Auth.pm Log: Auth changes (John Peacock with minor modifications by baud) Revision ChangesPath 1.8 +1 -0 qpsmtpd/lib/Qpsmtpd/Plugin.pm Index: Plugin.pm

cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Matt Sergeant
cvsuser 04/06/29 14:45:35 Added: plugins authdeny authnull authsql Log: Auth changes (John Peacock with minor modifications by baud) Revision ChangesPath 1.1 qpsmtpd/plugins/authdeny Index: authdeny

Re: SMTP AUTH module and authsql plugin

2004-06-29 Thread Matt Sergeant
On 17 Jun 2004, at 01:13, John Peacock wrote: Ask bjørn hansen wrote: On Jun 16, 2004, at 4:28 PM, Robert Spier wrote: Here is a complete implementation of SMTP AUTH Could you s/\t//g; and resend? Tabs don't work well in open environments. Eww. 4 spaces per tab please! Whatever makes it

Re: cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Jim Winstead
On Tue, Jun 29, 2004 at 09:45:35PM -, Matt Sergeant wrote: Index: authsql === #!/usr/bin/perl -w =head1 NAME authsql - Authenticate to vpopmail via MySQL maybe this should have a more descriptive name --

Re: cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Devin Carraway
On Tue, Jun 29, 2004 at 02:52:11PM -0700, Jim Winstead wrote: authsql - Authenticate to vpopmail via MySQL maybe this should have a more descriptive name -- auth_vpopmail_mysql? Let's not build any more assumptions about SQL engines in than are justified; Perl has DBI, and DBI can connect

Re: cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Jim Winstead
On Tue, Jun 29, 2004 at 04:09:50PM -0700, Devin Carraway wrote: On Tue, Jun 29, 2004 at 02:52:11PM -0700, Jim Winstead wrote: authsql - Authenticate to vpopmail via MySQL maybe this should have a more descriptive name -- auth_vpopmail_mysql? Let's not build any more assumptions about

Re: cvs commit: qpsmtpd/plugins authdeny authnull authsql

2004-06-29 Thread Devin Carraway
On Tue, Jun 29, 2004 at 04:13:19PM -0700, Jim Winstead wrote: the main reason i brought it up wasn't so much that it refers to MySQL, but vpopmail. i didn't look at the plugin too closely, but i'm guessing that it presumes a particular schema. If it does, and it can't be reduced to a column

Re: Put added headers on the front not the back

2004-06-29 Thread Keith C. Ivey
Matt Sergeant [EMAIL PROTECTED] wrote: I haven't examined whether it's qpsmtpd or Mail::Internet that does this yet - but I would like to change $headers-add() to put headers onto the front of the email instead of the back. Sounds fine to me. Actually that mostly fixes the problem with