Re: Authenticated sender and milter

2011-09-21 Thread Jeetu
On 21/09/11 8:36 PM, Kris Deugau wrote: MIMEDefang provides all sorts of useful info from the MTA in various global variables. The one you're looking for is $SendmailMacros{"auth_authen"}, and should be available without any special configuration. thanks for the help, kris. This really wor

Re: Substitution with newlines in header_checks

2011-09-21 Thread Wietse Venema
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 works great, except that the message is chopped off at the

Re: Substitution with newlines in header_checks

2011-09-21 Thread 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 works great, except that the message is chopped off at the first >> line break in th

Re: Substitution with newlines in header_checks

2011-09-21 Thread Wietse Venema
Kevin Locke: > /^X-Spam-Status: Yes.*tests=(.*) autolearn=/ REJECT Message identified as > spam by SpamAssassin using the following tests: $1 > > This works great, except that the message is chopped off at the first > line break in the X-Spam-Status header. This header_checks pattern: /^Rec

Re: Any way to minimize Postscreen logging?

2011-09-21 Thread Wietse Venema
Steve Jenkins: > On Wed, Sep 21, 2011 at 3:03 PM, mouss wrote: > > Le 21/09/2011 16:02, Steve Jenkins a ?crit : > >> I couldn't find anything in the docs, but is there an option to > >> minimize Postscreen's log output? For troubleshooting I'd turn logging > >> back to full, but perhaps an option

Substitution with newlines in header_checks

2011-09-21 Thread Kevin Locke
Hi All, I have configured Postfix to work with SpamAssassin (using SpamPD) as an SMTPD Proxy Filter similarly to the instructions on the SpamAssassin Wiki[1]. I would like to include a list of the failed tests in the SMTP rejection message to allow legitimate senders to address the problems on th

Re: Any way to minimize Postscreen logging?

2011-09-21 Thread Steve Jenkins
On Wed, Sep 21, 2011 at 3:03 PM, mouss wrote: > Le 21/09/2011 16:02, Steve Jenkins a écrit : >> I couldn't find anything in the docs, but is there an option to >> minimize Postscreen's log output? For troubleshooting I'd turn logging >> back to full, but perhaps an option to only show the NOQUEUE

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

2011-09-21 Thread mouss
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... that can white li

Re: Any way to minimize Postscreen logging?

2011-09-21 Thread mouss
Le 21/09/2011 16:02, Steve Jenkins a écrit : > I couldn't find anything in the docs, but is there an option to > minimize Postscreen's log output? For troubleshooting I'd turn logging > back to full, but perhaps an option to only show the NOQUEUE output in > the maillog? Assuming this doesn't exist

Re: Header, body checks are they useful when using Amavis-new+Spamassassin?

2011-09-21 Thread mouss
Le 20/09/2011 00:06, john a écrit : > I am running Ubuntu 11.04 as a SOHO server with > postfix/dovecot/Amavis-new/Spamassassin/Clamav setup as my email service. > > I currently use header and body checks in postfix as part of my > anti-spam measures. > How useful and/or how effective are these me

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

2011-09-21 Thread Steve Jenkins
On Wed, Sep 21, 2011 at 7:35 AM, Stan Hoeppner wrote: > On 9/20/2011 6:54 PM, Peter Blair wrote: >> >> On Tue, Sep 20, 2011 at 9:16 AM, Stan Hoeppner >>  wrote: >>> >>> 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

RE: Authenticated sender and milter

2011-09-21 Thread Murray S. Kucherawy
> -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Kris Deugau > Sent: Wednesday, September 21, 2011 8:06 AM > To: Postfix users > Subject: Re: Authenticated sender and milter > > man mimedefang-filter has the complete list

Re: Authenticated sender and milter

2011-09-21 Thread Wietse Venema
Kris Deugau: > Jeetu wrote: > > im trying to use mimedefang milter to append footer based on > > Authenticated sender address > > MIMEDefang provides all sorts of useful info from the MTA in various > global variables. > > The one you're looking for is $SendmailMacros{"auth_authen"}, and should

Re: Authenticated sender and milter

2011-09-21 Thread Kris Deugau
Jeetu wrote: im trying to use mimedefang milter to append footer based on Authenticated sender address MIMEDefang provides all sorts of useful info from the MTA in various global variables. The one you're looking for is $SendmailMacros{"auth_authen"}, and should be available without any spe

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

2011-09-21 Thread Andreas Berton
On Wed, 21 Sep 2011, Stan Hoeppner wrote: On 9/20/2011 6:54 PM, Peter Blair wrote: On Tue, Sep 20, 2011 at 9:16 AM, Stan Hoeppner wrote: > 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/A

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

2011-09-21 Thread Stan Hoeppner
On 9/20/2011 6:54 PM, Peter Blair wrote: On Tue, Sep 20, 2011 at 9:16 AM, Stan Hoeppner wrote: 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

Re: problem sending mail

2011-09-21 Thread Roland de Lepper
Hi Wietse, Thanks...it helps! Don't know why this parameter was set. Kind regards, Roland de Lepper On Wed, Sep 21, 2011 at 4:22 PM, Wietse Venema wrote: > Roland de Lepper: > > relay_transport = error > > Why? >

Re: problem sending mail

2011-09-21 Thread Wietse Venema
Roland de Lepper: > relay_transport = error Why?

problem sending mail

2011-09-21 Thread Roland de Lepper
Hi, I've setup a Postfix mailsystem for my local users. Postfix is authenticating these users via LDAP to our MS-ADS2008R2. This al works wel, but when I try to send a mail to a non-local user ( gmail.com for example), i do get the following error and the mail is not send: NOQUEUE: reject: RCPT f

Re: Any way to minimize Postscreen logging?

2011-09-21 Thread Noel Jones
On 9/21/2011 9:02 AM, Steve Jenkins wrote: > I couldn't find anything in the docs, but is there an option to > minimize Postscreen's log output? For troubleshooting I'd turn logging > back to full, but perhaps an option to only show the NOQUEUE output in > the maillog? Assuming this doesn't exist,

Re: Any way to minimize Postscreen logging?

2011-09-21 Thread Wietse Venema
Steve Jenkins: > I couldn't find anything in the docs, but is there an option to > minimize Postscreen's log output? For troubleshooting I'd turn logging > back to full, but perhaps an option to only show the NOQUEUE output in > the maillog? Assuming this doesn't exist, I think that might be a nice

Any way to minimize Postscreen logging?

2011-09-21 Thread Steve Jenkins
I couldn't find anything in the docs, but is there an option to minimize Postscreen's log output? For troubleshooting I'd turn logging back to full, but perhaps an option to only show the NOQUEUE output in the maillog? Assuming this doesn't exist, I think that might be a nice feature for future ver

Re: Header, body checks are they useful when using Amavis-new+Spamassassin?

2011-09-21 Thread Stan Hoeppner
On 9/20/2011 1:39 PM, Ned Slider wrote: On 20/09/11 14:50, Stan Hoeppner wrote: On 9/19/2011 6:31 PM, Noel Jones wrote: I don't know of any up-to-date header/body checks repository. AFIK the ones found on the internet are outdated enough to be ineffective and just waste time. These might be

Re: Authenticated sender and milter

2011-09-21 Thread Wietse Venema
Jeetu: > On 21/09/11 5:59 PM, Wietse Venema wrote: > > Jeetu: > >> > im trying to use mimedefang milter to append footer based on > >> > Authenticated sender address > > And where does that header come from? > > im using postfix on my outbound server, where client authenticates and > sends mail

Re: Authenticated sender and milter

2011-09-21 Thread Jeetu
On 21/09/11 5:59 PM, Wietse Venema wrote: Jeetu: > im trying to use mimedefang milter to append footer based on > Authenticated sender address And where does that header come from? im using postfix on my outbound server, where client authenticates and sends mails. i got this headers if i

Re: Authenticated sender and milter

2011-09-21 Thread Wietse Venema
Jeetu: > im trying to use mimedefang milter to append footer based on > Authenticated sender address And where does that header come from? Wietse

RE: Blacklists for you MTA

2011-09-21 Thread Jack
> -Original Message- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Peter Evans > Sent: Wednesday, September 21, 2011 7:23 AM > To: postfix-users@postfix.org > Subject: RE: Blacklists for you MTA > > > On Mon, 19 Sep 2011, Marek Salwerowicz

Re: Authenticated sender and milter

2011-09-21 Thread Jeetu
On 21/09/11 4:33 PM, Wietse Venema wrote: Yes. If a milter APPENDS a header, that header will be vislible only to milters that are invoked later. Milter does get Authenticated sender headers. are trying to say to use policy service to PREPEND that header ? If this does not answer the questi

RE: Blacklists for you MTA

2011-09-21 Thread Peter Evans
> On Mon, 19 Sep 2011, Marek Salwerowicz wrote: > > reject_rbl_client zen.spamhaus.org, > > reject_rbl_client t1.dnsbl.net.au, > > reject_rbl_client dnsbl.njabl.org, > > reject_rbl_client sbl.spamhaus.org, > > reject_rbl_client cbl.abuseat.org, > > reject_rbl_client dul.dnsbl.sorbs.net, > > reject_

Re: Authenticated sender and milter

2011-09-21 Thread Wietse Venema
Jeetu: > Hi, > > Im working on milter application which works on Authenticated sender > It seems postfix doesnt send Authenticated sender: Headers to Milter. > it there any workaround for this ? Yes. If a milter APPENDS a header, that header will be vislible only to milters that are invoked later

Re: Issue integrating with Cyrus-SASL

2011-09-21 Thread Crazedfred
> Crazedfred: > > >? Crazedfred : > > > > What is the result of:find / -name smtpd.conf > > > > > > sudo find / -name smtpd.conf > > > /usr/lib/sasl2/smtpd.conf > > > read the debian documentation! > > Could you elaborate? > Am I looking for the wrong file? > > I have seen several hints on th

Authenticated sender and milter

2011-09-21 Thread Jeetu
Hi, Im working on milter application which works on Authenticated sender It seems postfix doesnt send Authenticated sender: Headers to Milter. it there any workaround for this ? -- -Jeetu

Re: DKIM signing problem

2011-09-21 Thread alex
On 09/19/2011 05:50 PM, Steve Jenkins wrote: On Sun, Sep 18, 2011 at 11:14 PM, Murray S. Kucherawy wrote: I suggest trying again with OpenDKIM (http://www.opendkim.org). The dkim-milter package has been unmaintained for a couple of years now. It lives on under the new name, with lots of bu