Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Stan Hoeppner
Grobe, Tony put forth on 9/24/2010 12:36 PM: >> | j...@main:~/bin> grep "222.255.237.6" /opt/rsync/dnswl/postfix-dnswl- >> permit >> | 222.255.237.6/32permit_auth_destination >> >> -- Matthias > > That's fine, and solves the problem of using unmodified files from dnswl, but > it complica

RE: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Grobe, Tony
EJECT mails to > a specific domain -> ERROR mail to postmaster) > > On Fri, Sep 24, 2010 at 5:08 PM, Stan Hoeppner > wrote: > > >>>> postfix-dnswl-permit > >>>> 222.255.237.6/32 permit_auth_destination low vinabook.com DNSWLId > 17147 >

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Matthias Leisi
On Fri, Sep 24, 2010 at 5:08 PM, Stan Hoeppner wrote: postfix-dnswl-permit 222.255.237.6/32  permit_auth_destination low vinabook.com DNSWLId 17147 > AFAIK, ACCEPT/PERMIT actions don't allow optional text.  I believe > eliminating the verbose data would be preferable, yes. OK, fixed:

RE: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Grobe, Tony
Greetings, > -Original Message- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Stan Hoeppner > Sent: Friday, September 24, 2010 11:08 AM > > Matthias Leisi put forth on 9/24/2010 9:12 AM: > > Hi all, > > > > On Thu, Sep 23, 2010 at 12:15 AM

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Stan Hoeppner
Matthias Leisi put forth on 9/24/2010 9:12 AM: > Hi all, > > On Thu, Sep 23, 2010 at 12:15 AM, mouss wrote: > >>> postfix-dnswl-header >>> 222.255.237.6/32 PREPEND X-REPLACEME: low vinabook.com DNSWLId 17147 >>> >>> postfix-dnswl-permit >>> 222.255.237.6/32 permit_auth_destination low vinabook

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-24 Thread Matthias Leisi
Hi all, On Thu, Sep 23, 2010 at 12:15 AM, mouss wrote: >> postfix-dnswl-header >> 222.255.237.6/32  PREPEND X-REPLACEME: low vinabook.com DNSWLId 17147 >> >> postfix-dnswl-permit >> 222.255.237.6/32  permit_auth_destination low vinabook.com DNSWLId 17147 > no, it was that way since a long time.

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-22 Thread mouss
Le 22/09/2010 03:57, Stan Hoeppner a écrit : Wietse Venema put forth on 9/21/2010 10:12 AM: Michael Weissenbacher: Hi Wietse! Michael Weissenbacher: Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd restriction: "med" That is also a configuration error. This error was re

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-21 Thread Stan Hoeppner
Wietse Venema put forth on 9/21/2010 10:12 AM: > Michael Weissenbacher: >> Hi Wietse! >> >>> Michael Weissenbacher: Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd restriction: "med" >>> >>> That is also a configuration error. >>> >> This error was really HARD to track.

Re: Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-21 Thread Wietse Venema
Michael Weissenbacher: > Hi Wietse! > > > Michael Weissenbacher: > >> Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd > >> restriction: "med" > > > > That is also a configuration error. > > > This error was really HARD to track. Took me the whole day. But now i > finally found

Problem with postfix-dnswl-permit (Was Re: REJECT mails to a specific domain -> ERROR mail to postmaster)

2010-09-21 Thread Michael Weissenbacher
Hi Wietse! > Michael Weissenbacher: >> Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd >> restriction: "med" > > That is also a configuration error. > This error was really HARD to track. Took me the whole day. But now i finally found the real cause. On this server I am using t

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Wietse Venema
Michael Weissenbacher: > Sep 21 15:04:58 smtp1 postfix/smtpd[14679]: warning: unknown smtpd > restriction: "med" That is also a configuration error. Wietse

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Michael Weissenbacher
Hi Wietse! > > Oops. You are getting postmaster noticifications because of the > "Server configuration error". See the maillog file for details. > You need to fix that regardless. > Sorry for the stupid question, but is maillog == /var/log/mail.log ? I think i may have found the problem, i foun

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Wietse Venema
Michael Weissenbacher: > In: MAIL From: SIZE=28675 > Out: 250 2.1.0 Ok > In: RCPT To: > Out: 451 4.3.5 Server configuration error Oops. You are getting postmaster noticifications because of the "Server configuration error". See the maillog file for details. You need to fix that regardless.

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Michael Weissenbacher
Hi Wietse! > > Perhaps some helpful maintainer changed the default setting. > > Please try the following: > > $ postconf -d notify_classes > > The command output should be: > > notify_classes = resource, software > > Apparently, YOUR machine was configured to also notify the postmaste

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Wietse Venema
Michael Weissenbacher: > Hi Wietse! > > Wietse Venema: > > > > Please look at the output from this command: > > > > $ postconf -n notify_classes > > > > This parameter was changed from its default value. Why? > > > > Wietse > > > No, i didn't change that parameter before: > # postconf

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Michael Weissenbacher
Hi Wietse! Wietse Venema: > > Please look at the output from this command: > > $ postconf -n notify_classes > > This parameter was changed from its default value. Why? > > Wietse > No, i didn't change that parameter before: # postconf -n notify_classes # Now i changed it to: noti

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Wietse Venema
Michael Weissenbacher: > > BUT - now for every mail that is sent to olddomain.com an ERROR Mail is > > sent to the Postmaster that looks like this: > > +++ snip1 +++ > > From: Mail Delivery System [mailto:mailer-dae...@mail.ourserver.com] > > Sent: Tuesday, September 21, 2010 12:45 PM > > To: Postm

Re: REJECT mails to a specific domain -> ERROR mail to postmaster

2010-09-21 Thread Michael Weissenbacher
Sorry i just spotted a mistake in the telnet example, correct is the following: +++ snip2 +++ $ telnet localhost 25 Trying 127.0.0.1... Connected to mail.myserver.com. Escape character is '^]'. 220 mail.myserver.com ESMTP Postfix ehlo localhost 250-mail.myserver.com 250-PIPELINING 250-SIZE 26214400