qmail-scanner

2004-07-06 Thread Hans Sandsdalen
Hi

I have used qmail-scanner with qmail-smtpd for a long time, but now I
want to try qpsmtpd. Are there any way to reject any executable
attatchments (for example *.exe) like in qmail-scanner?

-- 
/ hans - System Manager, Kongsberg Spacetec 
/   http://www.spacetec.no
/   http://www.sandsdalen.net  
/-
/ HANS = High Availability No Superman


signature.asc
Description: This is a digitally signed message part


Re: $MAXCONNIP for qp-forkserver (was: Re: NOOP handler)

2004-07-06 Thread Charlie Brady

On Mon, 5 Jul 2004, Tim Wesemann wrote:

   http://linux.voyager.hr/ucspi-tcp/tcpserver-limits-2004-03-27.diff
  This diff adds a MAXCONNIP to qpsmtpd-forkserver. I set the default to
  my $MAXCONNIP = 5;
 
 The problem with this patch is that it simply drops connections after the
 MAXLOAD, MAXCONNIP, or MAXCONNC thresholds are met. Some bad MTA's will
 treat dropped connections as permanent (5xx) errors and bounce the message.

Such bad MTAs are *fundamentally* broken. The longer we try to support
them, the longer it will be before people stop using them (because they
are so unreliable).

---
Charlie



[EMAIL PROTECTED]

2004-07-06 Thread Matt Sergeant
Ask,
Please unsubscribe the above address. He's running Challenge/Response 
on mails sent to the qpsmtpd list.

People: Challenge/Response is BROKEN by design. DO NOT RUN IT! Yes, it 
may work for you, but at the expense of everyone else whose address 
gets forged in spam.

Matt.


Re: Global plugin variables

2004-07-06 Thread Matt Sergeant
On 6 Jul 2004, at 20:04, Mark Powell wrote:
On Sat, 3 Jul 2004, Matt Sergeant wrote:
On 2 Jul 2004, at 13:31, Mark Powell wrote:
It seems that notes() doesn't gain you much over using a variable
directly
or am I missing something?
Notes allows you to pass values between *different* plugins.
Notes also guarantees that it will be reset at the end of a connection
or transaction, whereas setting an entry in the plugin hash might live
longer than that.
I've been using notes(), but have found that the values are not reset 
upon
a RSET command. Should they be?
The transaction notes field should be reset at the start of the next 
command after an RSET. The connection notes should persist.

Matt.