References/In-Reply-To delivery plugin

2008-05-05 Thread julien
I need the $transaction method to get Reference or In-Reply-To in the new mail. Everything else should be writable by myself Thanks for your help. Julien.

Re: References/In-Reply-To delivery plugin

2008-05-07 Thread julien
LOGWARN, "could not close $maildir/tmp/$file: $!") and return(DECLINED, "queue error (close)"); link "$maildir/tmp/$file", "$maildir/new/$file" or $self->log(LOGWARN, "could not link $maildir/tmp/$file to $maildir/new/$file: $!")

Re: References/In-Reply-To delivery plugin

2008-05-07 Thread julien
s mailbox not in the general one ... I need a perl method to search recursively a file containing "Reference : xxx" or "In-Reply-To : xxx" and return the maildir basename. I need the $transaction method to get Reference or In-Reply-To in the new mail. Everything else should be writable by myself Thanks for your help. Julien.

Spamassasin and relay client

2008-09-26 Thread julien
t"); return (OK); } ... The code is working. But is there a more elegant way to do that ? Can you add an option to the spamassassin plugin like "disable_check_for_relay_client" ? I am using the debian relase of qpsmtpd. Thanks, Julien

Re: Spamassasin and relay client

2008-09-26 Thread julien
$transaction); } -- Then I replace the spamassin call in config/plugins file by sa_norelay, and switch to the 0.40 version or newer. Am I right ? It is more elegant to leave the spam plugins unchange ! Thanks you Hanno ! and thanks to qpsmtpd developper and contributor !

Re: Spamassasin and relay client

2008-09-29 Thread julien
$dir){ if(file_exists($dir.$parent)){ $self->compile(, $dir.$parent); break; } } I known it is not a perl code but I have just a little experience in this language. Julien. Quoting [EMAIL PROTECTED]: Thanks for your reply ! I'm using

Domain Alias in Qpsmtpd

2009-01-28 Thread Julien
Hello, I have installed qmail-ldap with qpsmtpd. It works great. I then install a patch for qmail : http://www.qmail-ldap.org/wiki/index.php/Domain_aliasing So I have "domain alias" working in qmail : any domain alias is rewrite before looking to the ldap database. If I have a user

Re: Domain Alias in Qpsmtpd

2009-01-28 Thread Julien
ds 4 check_relay auth/auth_ldap_bind require_resolvable_fromhost rhsbl dnsbl check_badmailfrom check_badrcptto check_spamhelo rcpt_ldap rcpt_ok check_loop queue/qmail-queue --- thanks for your quick reply ! Julien. Le mercredi 28 janvier 2009 à 13:50 +, Steve Kemp a écrit

Re: Domain Alias in Qpsmtpd

2009-01-28 Thread Julien
Le mercredi 28 janvier 2009 à 14:00 +, Steve Kemp a écrit : > On Wed Jan 28, 2009 at 14:57:31 +0100, Julien wrote: > > > I have read this topic, but it don't work for me ... > > (I'll assume you didn't forget to restart.) I do a : svc -d /service/qpsm

Re: Domain Alias in Qpsmtpd

2009-01-28 Thread Julien
I'm running a qpsmtpd-0.40 from website Le mercredi 28 janvier 2009 à 09:24 -0500, Matt Sergeant a écrit : > On Wed, 28 Jan 2009 15:13:31 +0100, Julien wrote: > > Without any success, I still got/get the original recipient. > > What version of qpsmtpd? I think changing t

Re: Domain Alias in Qpsmtpd

2009-01-28 Thread Julien
config('aliasdomains'); ? Then a map { (split ... /(.*):(.*)/ ... Thanks again Julien. Le mercredi 28 janvier 2009 à 15:26 +0100, Julien a écrit : > I'm running a qpsmtpd-0.40 from website > > Le mercredi 28 janvier 2009 à 09:24 -0500, Matt Sergeant a écrit : > > On Wed,

Re: Domain Alias in Qpsmtpd Solution

2009-01-29 Thread Julien
Hello, I finish to write the plugin so Qpsmtpd is compatible with Domain aliasing patch for QMail. This plugin read the same config file /var/qmail/control/aliasdomains. Here is a link to the patch : http://www.qmail-ldap.org/wiki/index.php/Domain_aliasing Thanks for your help ! Julien My

Qmail dash_ext support

2009-03-02 Thread Julien
ou only have to define julien-catch...@nura.eu as a valid address and then qmail-ldap accept julie...@nura.eu addresses (with a limited deep search of 4 levels) I search for a plugin but I found no one. Is there plug-in that do this job ? Thanks, Julien.

Re: qmail-ext plugin?

2009-07-20 Thread Julien
Hello, I use check_goodrcptto plugins with the following configuration : check_goodrcptto extn - http://www.openfusion.com.au/of/labs/qpsmtpd/check_goodrcptto Julien Le lundi 20 juillet 2009 à 07:49 +0100, Robin Bowes a écrit : > Hi, > > I seem to remember someone mentioning