On Tue, 7 Feb 2017, Kjetil Kjernsmo wrote:
On Monday 6. February 2017 01.15.30 frank wrote:
I literally just did DKIM last week. And the way I did it didn't touch
qpsmtpd, instead it's a couple helper scripts that feed qmail-remote,
messages are signed as they're being sent out.
ons said,
just cuz I had it.
You will need to grab
http://www.memoryhole.net/qmail/dkimsign.pl
and
http://www.memoryhole.net/qmail/qmail-remote.sh
Qmail TLS patch was from http://inoa.net/qmail-tls/
Hope this gives you a start.
-frank
P.S. If you're using tcpserver you should be able to a
Upgrading from a heavily customized and ancient version, I've always used
an empty $RELAYCLIENT in my tcpserver configs but the latest version
ignores the empty variable. This fixed it for me.
-frank
diff --git a/plugins/relay b/plugins/relay
index fdae3ad..6c7974b 100644
--- a/pl
The badrcptto plugin says it lets you give a custom response for a
matching regex but the code doesn't appear to use it. Shouldn't it be
something like this?
Thanks
-frank
diff --git a/plugins/badrcptto b/plugins/badrcptto
index 0dec099..eb3d31c 100644
--- a/plugins/badrcptto
+++
the latest version of
qpsmtpd).
Thanks everyone!
Frank
On Mon, 28 May 2007, abhilash s wrote:
Date: Mon, 28 May 2007 10:38:19 -0400
From: abhilash s <[EMAIL PROTECTED]>
To: qpsmtpd@perl.org
Subject: How to configure stunnel Ver. 4
Hi,
I would like to setup the smtps using qpsmtpd : I have followed the
steps of Method 1 in the following link :
ht
?
So what happens when the real smtpserver will not accapt the mail?
regards,
Frank
Charles Butcher schrieb:
Easy,
just use the queue/smtp-forward plugin. Any mail that is not rejected
will be forwarded to the real smtpserver.
On 20/10/2006, at 07:59, Frank Habermann wrote:
Hello,
i am new
denied and not marked as spam. so the spammail will not
going into any mailaccount.
Is it possible to do something like this with qpsmtpd? or with some
modifications?
Sounds that interessint to you?
Thanks for feedback.
regards
Frank Habermann
pgp9eUfCC467P.pgp
Description: PGP signature
Oh, quite right, sorry about that, thanks for clearing up that point. I
totally skipped the part about the retries, my mail-skimming abilities
seem to be failing me.
Although I don't have a better work-around, I still find that to be a
kludge to fix someone else's broken propreitary code. Luck
Slightly OT:
Even tho I agree that a disconnect is non-compliant at this stage (and I
do run my server non-compliant), I don't think the Lotus argument is valid
for this discussion. As a developer or administrator it is not my duty to
coddle the short-sighted, non-robust code from a well funde
Here's my take: Ever met an MTA/MUA that _changed_ it's HELO name
mid-stride when you refused the first one? I didn't think so.
My copy uses DENY_DISCONNECT :)
-f
On Wed, 8 Feb 2006, John Peacock wrote:
Date: Wed, 08 Feb 2006 11:10:50 -0500
From: John Peacock <[EMAIL PROTECTED]>
To: qpsmtp
Are these mails going to keep coming in like this? I didn't sign up for
the -bugs-followup list and it's being marked as potential spam in my
folders. Is this being done manually (like via BCC) or does the
-bugs-followup list automatically forward to the main list?
-f
On Wed, 18 Jan 2006, Bob
Are these mails going to keep coming in like this? I didn't sign up for
the -bugs-followup list and it's being marked as potential spam in my
folders. Is this being done manually (like via BCC) or does the
-bugs-followup list automatically forward to the main list?
-f
On Wed, 18 Jan 2006, Bob
Maybe what I'm looking for is out-of-spec and that's why it doesn't work
by default, I'm sure you folks can tell me.
As I've stated in other posts, I tend to be a BOFH and am overly
protective of my server. As a result I edited the clamdscan plugin to
return DENY_DISCONNECT instead of DENY. (I
the end of
the run() method where read_input was called from. Problem solved :)
-f
On Thu, 15 Dec 2005, Hanno Hecker wrote:
Date: Thu, 15 Dec 2005 18:08:01 +0100
From: Hanno Hecker <[EMAIL PROTECTED]>
To: frank <[EMAIL PROTECTED]>
Cc: qpsmtpd@perl.org
Subject: Re: loggin
Over the years I've made a number of minor changes to my copies of qpsmtpd
to do a little more, or perhaps more specific, logging for my own
purposes. For instance, I added a logging line to the respond() method so
I can see half of the SMTP conversation which is more useful to me as a
mail adm
On Wed, 6 Jul 2005, Charlie Brady wrote:
On Wed, 6 Jul 2005, Matt Sergeant wrote:
On 6 Jul 2005, at 15:40, Charlie Brady wrote:
That's an added complication, and more code - which usually means that
more things can go wrong. In what circumstances would someone want more
than one interface,
That info is in the connection object. I use:
my $remote_host = $self->qp->connection->remote_host;
my $remote_ip = $self->qp->connection->remote_ip;
.enjoy
-f
On Sat, 15 Jan 2005 [EMAIL PROTECTED] wrote:
Date: Sat, 15 Jan 2005 00:29:05 + (UTC)
From: [EMAIL PROTECTED]
To: qpsmtpd ML
Subject:
The config/relayclients file is only used by the check_relay plugin and it
does not set the according ENV variable when it finds a match (in my local
version at least, haven't checked new releases in a while). Usually
$ENV{RELAYCLIENT} is set by the program that accepts the TCP connection,
in many
it will help you too.
http://web.they.org/software/mailfun/hnbl.php
-frank
I had some new thoughts on this too. Doesn't using check_delivery leave
you open to a phishing attack where the attacker can blast you with
pseudo-random 'RCPT To:'s until they find ones that match and then sell
your addresses on their CDs? Granted, check_goodrcptto would as well, but
in my case I
Oops. It was late, I was frustrated and tired. It was somehow easier to
just code it than to surf around looking for it. Thanks for the heads up.
-f
On Tue, 1 Jun 2004, Guillaume Filion wrote:
> "frank" <[EMAIL PROTECTED]> wrote:
> > The domain only actually accept
e not-known-good rcpt attempts. Use at your
own risk.
http://web.they.org/software/mailfun/
-Frank
A couple grep's and less's later
The spool_dir is mentioned solely in lib/Qpsmtpd/Transaction.pm but does
appear to be configurable. From my brief sift thru the source, it would
appear to me that the spool_dir is used to hold the body of each message
as it is passsed from plug-in to plug-i
e yahoo
or hotmail. If the account starts getting overrun with spam (it will
happen) make a new one and put it in your code.
http://web.they.org/software/mailfun/hnbl.php
.enjoy
-Frank
On Tue, 23 Mar 2004, Sam Laffere wrote:
# frank wrote:
# > (note: I'm the author)
# >
# > I have to
days because the vast majority of the
propogation attempts are coming from hostnames that I block. Bonus.
-Frank
P.S. I've also since renamed the plugin to hnbl: HostName Bl[ao]ckList
(haven't nailed down the vowel yet) because the old name was ugly in my
logs.
On Tue, 23 Mar 2004, Skaag Ar
Why not use the native perl function instead of calling out to system()?
In my plugins/clamav I added (right after the tempfile creation):
chmod 0640, $filename;
For troubleshooting purposes, it's handy to comment out the line:
unlink($filename);
about halfway down the clam_scan() function.
FileSize 10M
ArchiveMaxRecursion 6
ArchiveMaxFiles 1000
The AllowSupplementaryGroups option is so I can add the clamav user to the
smtp user's group so user clamav can read the files to scan. I also had to
chmod the files for group readablility inside the plugin.
-f
On Fri, 30 Jan 2004 [EMAIL PROTECTE
If you're using DJB's tcpserver, you can set environment variables on a
per IP basis and use that as a flag for your white-listing in the config
file.
Like:
10.0.0.5:allow,WHITELISTIP=""
Then just look for the existance of $ENV{'WHITELISTIP'} to bypass the
plugins. Tho I'm not sure where that by
e should probably be a
check of the existing header first and only print the extra header if
needed, but this fors fine in my specific setup.
-Frank
P.S. If your question was related to the 'clamdscan' vs 'clamscan', the
former is a client to the 'clamd' daemon and t
spread the spam-trojan infection
is.
-Frank
On Tue, 20 Jan 2004, Peter J. Holzer wrote:
# Is there a plugin which matches client hostnames
# ($qp->connection->remote_host) against a regexp to block them?
#
# Given that lots of spam sources are hosted at comcast and other
# providers with eas
ly log items of priority X and
higher. I've tweaked most of my log() lines so only log what I really want
to as opposed to developer defaults.
Hit me off-list if you'd like summore detail.
-Frank
On Wed, 14 Jan 2004, Roger Walker wrote:
# So far, this seems to be working quite w
t
as "HELO hotmail.com" instead of their FQDN so you can't block against it.
There are probably more to add, new ones pop up from time to time, but
these are the worst ones I've found in the past 2 years.
-Frank
On Wed, 14 Jan 2004, Roger Walker wrote:
# Some of yo
modified to handle
multiple attachments?
Thanks!
Frank
trapolate from there. The syslogviewer doesn't squish lines into 80
columns tho, it prints in full glory. And like other people's analyzers,
my scripts are rather specialized for my needs but should be just general
enough to be useful by others.
http://web.they.org/software/weblogtail.html
-Fra
What he said. All the way.
Funny thing is, the traffic I'm blocking the most are the hits to domains
for which I run secondary mail so I'm already the alternate path. One of
the big reasons for the plugin was to stop all his double-bounces from
gumming up my system.
-Frank
On Fri, 2
ame
(questions, comments, and criticisms welcome)
-Frank
In plugins/check_badrcptto, is there a particular reason $recipient->user
isn't lowercased while $recipient->host is? Or was it just oversight?
-Frank
Hi,
Is there an easy way to implement rate limiting or tarpitting? Or can
anyone give me some pointers on how to implement such a plugin?
Vriendelijke groeten,
Frank Louwers
--
Openminds bvbawww.openminds.be
Tweebruggenstraat 16 - 9000 Gent - Belgium
39 matches
Mail list logo