>How is it that the first 3 times the mail is accepted then on the 4th it
>rejects due to server config error ?
>No changes made ?
>Then continue to rec emails.
>*sigh*
>md
>
>Sep 14 03:01:25 mx666 postfix/smtp[7488]: 79C4A38:
>to=<[EMAIL PROTECTED]>, orig_to=<root>, 
>relay=68.156.89.115[68.156.89.115], delay=0, status=sent (250 Mail accepted)


>Sep 14 03:01:27 mx666 postfix/smtp[7488]: 089C245B:
>to=<[EMAIL PROTECTED]>, orig_to=<root>, 
>relay=68.156.89.115[68.156.89.115], delay=0,
>status=sent (250 Mail accepted)


>Sep 14 10:43:08 mx666 postfix/smtp[7842]: 1D45630:
>to=<[EMAIL PROTECTED]>, 
>relay=68.156.89.115[68.156.89.115], delay=2, status=sent (250 Mail accepted)


>Sep 14 11:12:08 mx666 postfix/smtpd[7864]: B1F9330: reject: RCPT from
>ms-smtp-03.tampabay.rr.com[65.32.1.41]: 451 Server configuration error;
>from=<[EMAIL PROTECTED]> 
>to=<[EMAIL PROTECTED]>
>proto=ESMTP helo=<ms-smtp-03.tampabay.rr.com>


>Sep 14 23:17:35 mx666 postfix/smtp[8400]: B3BC438: 
>to=<[EMAIL PROTECTED]>, 
>orig_to=<[EMAIL PROTECTED]>, 
>relay=68.156.89.115[68.156.89.115], delay=0, status=sent (250 Mail accepted)

the 451 server config error is specific to one msg, and to a specific 
setting matched by postfix based on the PTR  + envelope data in that 
.  Since the RCPT TO is common to all msgs, look elsewhere.  That leaves 
you the

rr.com as SMTP client,

rr.com as HELO field,

buyersadvantage4homes as envelope sender.

Typical error is to do an access map like this:

buyersadvantage4homes.com ACL from_senders_bw

.... where you are missing the STMP numeric response code, 5xx, after the 
domain name.

If you can't find it (and sometimes it's difficult),  then in master.cf, 
add -v to the smtpd line, postfix reload,

tail -n 1000 -f /var/log/maillog | egrep -i "451 server"

then remove the -v, and go egrepping for the "451 server" that occured when 
-v was active. postfix will have logged specific access or config param it 
was processing when the 451 occurred.

Len



Reply via email to