dspam plugin for qpsmtpd

2005-12-21 Thread Norman Maurer
Hi guys, i just finished my first version of a dspam plugin for qpsmtpd. Here is the link to the plugin.. plz have a look at it. http://wiki.debian-made.de//space/snipsnap-index/downloads/dspam IT must be called before rcpt_ok plugin. ps: how can i alter a message for each user diffrent ?

Re: dspam plugin for qpsmtpd

2005-12-22 Thread Norman Maurer
Hmm, i m not using lmtpd at all just call dspam client and add the needed header after that. So i just pass the message to dspam commandline tool. The dspam-imap-train.pl works greate vor my courier-imap installation. Bye Am Donnerstag, den 22.12.2005, 02:00 -0500 schrieb Bob Dodds: > Nor

Re: Domain Alias in Qpsmtpd

2009-01-29 Thread Norman Maurer
Hi, beware that you need to restart qpsmtpd everytime you update the aliasdomains file. If thats not what you want you need to parse the aliasdomains file everytime you reach the rcpt_hook. Cheers, Norman 2009/1/29 Matt Sergeant : > On Wed, 28 Jan 2009 16:23:01 +0100, Julien wrote: >> The config

Minor hooks.pod fix

2009-04-27 Thread Norman Maurer
Hi all, while writing a plugin for our new spamfilter implementation I noticed some minor error in the documentation. From the documentation it sounds like the hook_ok and hook_deny hooks get the previous hook as parameter.. The truth is. it is the previous plugin. Bye, Norman Here is a patch:

Contribution of max_rcpt and check_tarpit plugin ?

2009-04-29 Thread Norman Maurer
Hi guys, are you interested in a max_rcpt and tarpit_plugin ? I would like to contribute the two plugins back to you for inclusion .. Bye, Norman

Getting previous authenticated user in hooks

2010-03-10 Thread Norman Maurer
Hi all, I'm in the need of lookup the authenticated user (which was for example provided by auth login) later in the plugin chain. I tried to store it via transaction->note(...) but after digging a bit more through the docs it seems like the transaction notes stuff get reset before the mail from s

Re: Getting previous authenticated user in hooks

2010-03-10 Thread Norman Maurer
Nevermind I was overlookin the $self->auth_user; function. Sorry for the noise.. Bye, Norman 2010/3/10 Norman Maurer : > Hi all, > > I'm in the need of lookup the authenticated user (which was for > example provided by auth login) later in the plugin chain. I tri

Re: Qpsmtpd vs Haraka performance

2011-09-13 Thread Norman Maurer
Very interesting... Thanks for sharing! Bye, Norman 2011/9/13 David Nicol : > okay... > > > Is the difference entirely attributable to perl virtual ops taking > longer than compiled V8, or is there an algorthmic difference, or some > kind of choke limit that was reached? > > Matt Sergeant to me