Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Stan Hoeppner
On 9/21/2011 9:49 AM, Andreas Berton wrote: On Wed, 21 Sep 2011, Stan Hoeppner wrote: That said, with an NFS share it'd be absolutely trivial to modify this script for a split multi MX/outbound environment, and not much more difficult without NFS. In the latter case, in short, each outbound

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Stan Hoeppner
On 9/21/2011 5:09 PM, mouss wrote: Le 20/09/2011 15:16, Stan Hoeppner a écrit : On 9/19/2011 5:38 PM, john wrote: I think this is off topic. I am running Ubuntu 11.04 as a SOHO server with postfix/dovecot/Amavis-new/Spamassassin/Clamav setup as my email service. Does anybody know of a program

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Stan Hoeppner
On 9/21/2011 1:48 PM, Steve Jenkins wrote: AWESOME little script. Nice, Stan! One minor detail stops me from using it, however. I have an old domain hosted on my server that no longer gets any legit mail, but that serves as a great honeypot. So I direct any emails sent to that domain via Postfi

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Josef Karliak
Hi, I use whitelisting from "Sent Items" folder from IMAP (one my mail site) or from logfile of antivir/antispam SW on linux. I get a text file with email addreses that I save into a mysql. Spamassassisn with plugin made by Martin Gregorie check if address exists in database (Postgress

Re: Substitution with newlines in header_checks

2011-09-22 Thread Wietse Venema
bug. > > Great. Thanks for the information. > > Is it a bug that I should submit somewhere, or is that what I have > just done? While fixing this, I found an unrelated multi-line bug with replies from a before-queue content filter. Wietse ==> /home/ftp/upload/me/201109

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Steve Jenkins
On Thu, Sep 22, 2011 at 3:38 AM, Stan Hoeppner wrote: > On 9/21/2011 1:48 PM, Steve Jenkins wrote: > >> AWESOME little script. Nice, Stan! >> >> One minor detail stops me from using it, however. I have an old domain >> hosted on my server that no longer gets any legit mail, but that >> serves as a

Many to one address rewriting, exceptions exist.

2011-09-22 Thread Randy Ramsdell
I cannot find the the way to grab all "to's" rewritten to go to a single "to:". We need to send all mail coming out of our QA environment and send that to a single, probably, local address. The list of senders will be in the thousands and so using a catchall for these has to be configured. We

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-22 Thread Stan Hoeppner
On 9/22/2011 10:47 AM, Steve Jenkins wrote: On Thu, Sep 22, 2011 at 3:38 AM, Stan Hoeppner wrote: On 9/21/2011 1:48 PM, Steve Jenkins wrote: AWESOME little script. Nice, Stan! One minor detail stops me from using it, however. I have an old domain hosted on my server that no longer gets any l

Re: Many to one address rewriting, exceptions exist.

2011-09-22 Thread Wietse Venema
Randy Ramsdell: > I cannot find the the way to grab all "to's" rewritten to go to a single > "to:". We need to send all mail coming out of our QA environment and > send that to a single, probably, local address. The list of senders will > be in the thousands and so using a catchall for these has

Re: Many to one address rewriting, exceptions exist.

2011-09-22 Thread Randy Ramsdell
On 09/22/11 15:51, Wietse Venema wrote: Randy Ramsdell: I cannot find the the way to grab all "to's" rewritten to go to a single "to:". We need to send all mail coming out of our QA environment and send that to a single, probably, local address. The list of senders will be in the thousands and s

Re: Substitution with newlines in header_checks

2011-09-22 Thread Kevin Locke
On Thu, 2011-09-22 at 11:05 -0400, Wietse Venema wrote: > Kevin Locke: >> On Wed, 2011-09-21 at 19:30 -0400, Wietse Venema wrote: >>> Kevin Locke: /^X-Spam-Status: Yes.*tests=(.*) autolearn=/ REJECT Message identified as spam by SpamAssassin using the following tests: $1 This

Re: Many to one address rewriting, exceptions exist.

2011-09-22 Thread Wietse Venema
Randy Ramsdell: > > /etc/postfix/main.cf: > > virtual_alias_maps = hash:/etc/postfix/virtual > > > > /etc/postfix/virtual: > > # All example.com users become mails...@example.net. > > @example.com mails...@example.net > > > > # Except for f...@example.com, which stays itself.

Re: Many to one address rewriting, exceptions exist.

2011-09-22 Thread Amedeo Rinaldo
Il 22/09/2011 22:33, Wietse Venema ha scritto: .. [cut] .. /etc/postfix/virtual.pcre: # Everything else goes to the mailsink. /./mails...@example.net Wietse Similar need, to intercept specific local-part for all domains. If i'm not wrong, something l

How should I get user/Group security right when using lots of other apps with Postfix ?

2011-09-22 Thread daver . mailsvr
Greetings! I've been working on moving our mail server from an old CommuniGate system to one based on Postfix. It's taken me ages to get a Linux machine running and then digging through all the really-detailed Postfix docs & config examples, but they've been a lot of help!! I finally have a runn