RE: tmp dir and logs

2006-01-30 Thread Sydney Bogaert
Hi, For what i know, the temp files are from unterminated connections. If a connection has not been normally ended, the sender should automatically resend the mail. You can delete those files, they will not be processed later. For the logging, see here : http://cr.yp.to/daemontools/multilog.ht

RE: tmp dir and logs

2006-01-30 Thread Sydney Bogaert
> > Which might be fine, but sometimes perl will die or be killed without > executing the cleanup code. Have you considered unlinking the file as soon > as it is created? As long as qpsmtpd has an open file handle, the file is > usable, and you don't need to do any extra cleanup. > Is this behav

RE: Sorbs

2006-04-25 Thread Sydney Bogaert
There is also xbl.spamhaus.org Or (combined list) : sbl-xbl.spamhaus.org (one lookup less). Sydney > -Message d'origine- > De : Max Clark [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 26 avril 2006 1:17 > À : Matt Sergeant > Cc : qpsmtpd@perl.org > Objet : Re: Sorbs > > Matt, > > I

RE: smtp authentication

2006-05-16 Thread Sydney Bogaert
> We actually have the authentication portion of the module functioning, the > only part we are having trouble with is in getting qpsmtpd to relay the > message to the appropriate server. If the recipient domain is in the > rcpthosts file then of course it has to be relayed to the server that did

RE: LMTP/DSPAM

2006-07-12 Thread Sydney Bogaert
The main problem is that dspam expects ONE user at a time. If there are multiple recipients, we run into problems, I think. There was a discussion some times ago, and Norman Maurer wrote a dspam plugin for qpsmtpd : http://dspam.nuclearelephant.com/dspam-users/1617.html but the URL is not respon

RE: milter plugin errors

2006-08-17 Thread Sydney Bogaert
You could use the syntax milter:1 paramsforthefirstmilter and after, milter:2 params and so on. It is explained in the logging/file plugin. I think it should work for other plugins. Sydney. > -Message d'origine- > De : Eric Gerlach [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 17 août 2006

RE: WTF does this do???

2006-09-22 Thread Sydney Bogaert
> > I've just revisited it and I'm wondering... wtf does this line do: > > if ( $args{cdb_file} =~ /^\d+$/ ) { > > I *think* it's saying "if the argument named "cdb_file" is made up > entirely of digits". > Exactly. Sydney.

RE: SMTPd authentication plugin

2006-09-27 Thread Sydney Bogaert
Please post it to the wiki. It is better to have it all in a central place without having to dig into the mailing list archives to find the url again. Sydney. > -Message d'origine- > De : James Turnbull [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 27 septembre 2006 2:28 > À : qpsmtpd@pe

RE: Apache

2006-10-02 Thread Sydney Bogaert
> I'm wondering how (if) are you setting something like Max connections > from a single IP with the apache modules?. > > I have found a module that read this from Scoreboard, but it seems > to be something for apache 1. ? > It could maybe work with mod_cband ??? http://cband.linux.pl/ Sydney.

RE: using as spamproxy

2006-10-20 Thread Sydney Bogaert
The mail will not be queued. There will be a "temporary delivery error" at the end of the transaction. Sydney. -Message d'origine- De : Frank Habermann [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 octobre 2006 9:24 À : qpsmtpd@perl.org Objet : Re: using as spamproxy That sounds great!

RE: using as spamproxy

2006-10-24 Thread Sydney Bogaert
> > The mail will not be queued. > > There will be a "temporary delivery error" at the end of the > transaction. > > Yes and no. If you include multiple delivery plugins, qpsmtpd will try > each in turn (unless it gets a DENY answer), so you *could* attempt an > inline SMTP delivery and then fall

RE: tiny new plugin: check_basicheaders

2006-11-03 Thread Sydney Bogaert
> > Is it possible to modify check_basicheaders to ignore email from > whitelisted sources? I'd like to use the plugin, but with the ability > to whitelist some systems that send automated emails that otherwise fail. > > Is it enough to add ># Always allow relayclients and whitelisted hosts/

RE: Blocking email with a date older than "x" days

2006-11-04 Thread Sydney Bogaert
> Yeah, I think qpsmtpd is a great program. But I think it can be much > better and much more versatile than it already is. My biggest issue with > it is its ties to qmail. It is a long time ago that you didn't read the homepage of qpsmtpd. Qpsmtpd isn't tied with qmail anymore. It is an autonomo

RE: Changes to the Wiki

2007-01-08 Thread Sydney Bogaert
> 2. I've left the plugins page > (http://wiki.qpsmtpd.org/plugins) intact > and in its current position due to the page's external links. I've > checked Google and this (and the start page) seem to be > pretty much the only pages referenced in external links. Err, not exactly... http://www.g

RE: hook_queue question

2007-04-24 Thread Sydney Bogaert
> > I have just started writing a specialized plugin sending outgoing > email. How do I figure out what the user authenticated as from > hook_queue? > Looking in lib/Qpsmtpd.pm $self->qp->authenticated $self->qp->auth_user $self->qp->auth_mechanism Sydney

RE: helper scripts

2007-08-22 Thread Sydney Bogaert
> > I wrote some small helper scripts for parsing logs. Would they be > useful enough to include in qpsmtpd? > > > -- > JT Moree You assume here that the process numbers are different for each message. While it will work for forkserver and tcpserver, that is not the case with prefork or Apache

RE: connections hanging around forever

2007-08-29 Thread Sydney Bogaert
> > Hi all, > > I've been using qpsmtpd for about 6 months now but I've just > signed up for > this list. I recently upgraded to 0.40 and I'm running on a > modified Mandriva > using qmail and with qpsmtpd running under tcpserver. > > I've long had a problem with connections from certain >

RE: require_resolvable_fromhost denying mails

2007-09-17 Thread Sydney Bogaert
> > I had added 64.30.237.0/24 to the config/whitelisthosts file, but > > still its blocking the mails, Is the entry I have entered in > > config/whitelisthosts file is wrong.? > > > > This configuration doen't work for me. It still blocks mails, How I > have to modify the config/whitelisthosts f

RE: authnull plugin in config.sample/plugins enables relaying?

2007-09-23 Thread Sydney Bogaert
> > > Would it not be a good idea to remove the authnull plugin from the > > "default" install to avoid this? > > Yup, it's gone from svn trunk (since a day or two ago). > > - ask > > -- > http://develooper.com/ - http://askask.com/ > The problem I think is that this config is found in the .

RE: [PATCH] SMTP-AUTH broken

2008-03-30 Thread Sydney Bogaert
> > After tracing it down to rev 814-818, a friend of mine came up with this > patch and it seems to make it work for me again. Maybe someone with deep > qpsmtpd knowledge could take a look at it > > Greetz > -Jokey > I would test this path ASAP. Auth is indeed broken : nothing is advertised as

RE: Qpsmtpd::Apache - connections not timing out

2009-08-30 Thread Sydney Bogaert
> If I telnet to port 25: > > [r...@vg02 qpsmtpd-apache]# telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 vg02.yo61.net ESMTP qpsmtpd 0.82 ready; send us your mail, but not > your spam. > > > ...it just sits there, and doesn't timeout. > > D

RE: Re: Qpsmtpd::Apache - connections not timing out

2009-08-30 Thread Sydney Bogaert
Robin Bowes > Envoyé : dimanche 30 août 2009 22:12 > À : qpsmtpd@perl.org > Objet : Re: Qpsmtpd::Apache - connections not timing out > > On 30/08/09 21:06, Sydney Bogaert wrote: > > Yes, me. > > > > It is like if the timeout begins counting after the first byte received.

RE: alter email body

2012-02-29 Thread Sydney Bogaert
Hi, You will have to code it in the queue hook. This is how I dit it a long time ago... Sydney -Message d'origine- De : Nod Nod [mailto:nnsv...@googlemail.com] Envoyé : mercredi 22 février 2012 10:08 À : qpsmtpd@perl.org Objet : alter email body Hi, i am looking for an way to add an mu

RE: postfix-queue taking a LONG time on large mails

2012-11-30 Thread Sydney Bogaert
Hello, Did you specify FLAG_MASK_EXTERNAL as argument to queue/postfix-queue ? Does it change something ? I've had problems with the plugin until I added this parameter. Sydney -Message d'origine- De : Michael Holzt [mailto:k...@fqdn.org] Envoyé : jeudi 29 novembre 2012 01:09 À : qpsmt