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
>
> 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
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
> 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
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
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
>
> 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.
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
> 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.
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!
> > 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
>
> 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/
> 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
> 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
>
> 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
>
> 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
>
> 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
>
> > 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
>
> > 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 .
>
> 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
> 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
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.
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
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
24 matches
Mail list logo