Hello,
I'm running a mailing list (using GNU
Mailman) and occasionally the
list receives mail having headers with
email addresses that have no @domain part.
(I don't know why, and it's out of my
hands in any case.)
When the list software resends the mail
to the list Postfix re-writes the email
ad
On 09/22/2008 08:02:44 AM, Wietse Venema wrote:
This is a shell script that sits between a Postfix SMTP client and
a Postfix SMTP server. It is implemented with awk and nc. awk
reads from the SMTP client and sends modified content into nc.
The shell script runs as a child process of the spawn
On 09/21/2008 12:08:08 PM, Wayne Catterton wrote:
What I'm wondering is if I missed something, is there something vital
I missed as far as security/mail processing?
I like sqlgrey, others prefer postgrey.
Karl <[EMAIL PROTECTED]>
Free Software: "You don't pay back, you pay forward."
ietse Venema wrote:
Karl O. Pinc:
>
> On 09/10/2008 06:14:44 PM, Wietse Venema wrote:
> > Karl O. Pinc:
> > > When there's more than one subscriber the same thing
> > > happens for mail sent to the first subscriber, but
> > > then the same message is sent
On 09/10/2008 06:14:44 PM, Wietse Venema wrote:
Karl O. Pinc:
> When there's more than one subscriber the same thing
> happens for mail sent to the first subscriber, but
> then the same message is sent to the second subscriber.
> Again, smtp sends a DATA command, gets back a
On 09/09/2008 04:48:47 PM, Wietse Venema wrote:
Instead of guessing, run a network sniffer that captures the
packet content.
Thank you. I knew someone would send a good idea my way.
Here's what I found:
Nc seems to be left hanging when there's more than
one subscriber to the email list; wh
On 09/09/2008 04:11:59 PM, Kenneth Kalmer wrote:
Hi all
I've spent a couple of hours Googling the topic before posting, and
couldn't
find anything really useful yet.
I need a way to save copies of email headers for later analysis, not
the
entire message. Is this possible out the box, with an a
y simple after-queue
filter script included in the postfix distribution and/or
documentation. Perhaps my script could be a starting point.
Thank you.
-
#!/bin/sh
# /usr/local/sbin/mailman-filter
#
#Copyright (C) 2008 Karl O. Pinc <[EMAIL PROTECTED]>
#
#This