> Why not queue it in a qmail that sends everything remote (like a backup mx
> would). You only have to have care to enqueue mail for domains that you
> are supposed to (so you don't become an open relay).
>
> I think you only have to put the appropiate domains on the rcpthosts /
> morercpthosts
David Bouw wrote:
> I don't know if I will run in any problems (libs etc) if I try to install a
> new PERL package. (My experience with PERL is very limited, I solve most of
> my problems with PHP scripts).
One way of dealing with this is to segregate your software.
I'm building a complex qpsm
Many Thanks Hanno!
What dnswl flags in plugins are you setting to get it to skip early talker?
Of course dnswl is called first, is that all that is required?
Thanks,
Mike
>
> On Wed, 16 Jan 2008 16:57:31 -0500
> "mike.ashton" <[EMAIL PROTECTED]> wrote:
> > Issue, two large email sources for us, a
On Thu, 17 Jan 2008 10:55:38 -0500
"mike.ashton" <[EMAIL PROTECTED]> wrote:
> What dnswl flags in plugins are you setting to get it to skip early talker?
> Of course dnswl is called first, is that all that is required?
I'm running this in an... let's say... unsupported environment (with
hook_skip)
On Thu, 17 Jan 2008 19:59:38 +0100
Hanno Hecker <[EMAIL PROTECTED]> wrote:
> sub connect_handler {
> my ($self, $transaction) = @_;
> my $score = $self->qp->connection->notes("dnswl") || -1;
err, the above line should be:
my $score = self->qp->connection->notes("dnswl");
$score