Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Milter: data, reject=451 4.3.2 Please try again later

5,384 views
Skip to first unread message

for...@gmail.com

unread,
Apr 2, 2010, 10:48:39 AM4/2/10
to
This morning I reviewed my logs to find a couple of sites being
rejected with this error:

Milter: data, reject=451 4.3.2 Please try again later

One was from aol.com. I checked my milter timeouts, connection rates,
etc., and nothing seems out of the ordinary. Other mail got through,
which I thought was interesting (from an .edu site).

I ultimately rebooted the system, which didn't make any difference.
I'm very puzzled! Does anyone have a clue about what's triggering
this?

I'm running sendmail-8.13.8, SpamAssassin/Milter, ClamAV/Milter ...
it's basically the same general config I've been running for years,
and I've never seen that error appear in my logs before.


Thanks.

mikea

unread,
Apr 2, 2010, 10:55:23 AM4/2/10
to

I suspect that you need to look into, and possibly instrument, the milter
that is issuing the message setting the "REJECT" flag. This most probably
is not an issue with sendmail itself, but with the milter.

Certainly the information in the error message is insufficient for real
problem determination to be carried on, but equally certainly it is a
notice that problem determination needs to be done.

--
Mike Andrews, W5EGO
mi...@mikea.ath.cx
Tired old sysadmin

for...@gmail.com

unread,
Apr 2, 2010, 12:26:11 PM4/2/10
to
At first, I suspected Spamassassin might be the culprit -- someone
decided to write a spamass-milter-wrapper script in the distribution,
which adds another level of complexity, so I double-checked the
permissions -- ultimately, I tested spamd without the wrapper, and I'm
still getting the same problems. Curiously, it only seems to be from
certain sites thus far. Here is a complete log that I'm seeing:


Apr 2 12:20:11 mail sendmail[4776]: o32GK58f004776: from=<notification
+y_z...@facebookmail.com>, size=2093, class=0, nrcpts=1,
msgid=<1a8b74333840f2db...@api.facebook.com>,
proto=ESMTP, daemon=MTA, relay=outmail021.snc1.tfbnw.net
[69.63.178.180]
Apr 2 12:20:11 mail spamd[3968]: spamd: connection from mail
[127.0.0.1] at port 47133
Apr 2 12:20:11 mail spamd[3968]: spamd: processing message
<1a8b74333840f2db...@api.facebook.com> for [omitted]:503
Apr 2 12:20:12 mail spamd[3968]: spamd: clean message (2.6/10.0) for
forrie:503 in 1.1 seconds, 2458 bytes.
Apr 2 12:20:12 mail spamd[3968]: spamd: result: . 2 -
AWL,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SARE_UN4,SARE_UNSUB13,SPF_PASS
scantime=1.1,size=2458,user=[omitted],uid=[omitted],required_score=[omitted],rhost=mail,raddr=127.0.0.1,rport=47133,mid=<1a8b74333840f2db...@api.facebook.com>,autolearn=no
Apr 2 12:20:12 mail sendmail[4776]: o32GK58f004776: Milter: data,


reject=451 4.3.2 Please try again later

Apr 2 12:20:12 mail sendmail[4776]: o32GK58f004776:
to=<for...@forrie.com>, delay=00:00:01, pri=32093, stat=Please try
again later
Apr 2 12:20:12 mail spamd[3966]: prefork: child states: II


As you can see, the error is very ambiguous. I've not changed
anything in my sendmail.mc configuration -- I double checked the
timeouts on the INPUT_* and all is fine.

Could this somehow be a DNS related matter? The two sites that are,
thus far, having the problem are aol.com and facebook.com.

I guess the next step would be to remove the milters and see what
happens then. There are no other error messages being generated from
these incidents, so it's difficult to track down. It just started
showing up today. This system literally sits there and delivers
mail, and does nothing more -- it has been doing so just fine for
months.


Thanks...

for...@gmail.com

unread,
Apr 2, 2010, 12:57:07 PM4/2/10
to
At first, I suspected Spamassassin might be the culprit -- someone
decided to write a spamass-milter-wrapper script in the distribution,
which adds another level of complexity, so I double-checked the
permissions -- ultimately, I tested spamd without the wrapper, and I'm
still getting the same problems. Curiously, it only seems to be from
certain sites thus far. Here is a complete log that I'm seeing:


Apr 2 12:20:11 mail sendmail[4776]: o32GK58f004776: from=<notification
+y_z...@facebookmail.com>, size=2093, class=0, nrcpts=1,
msgid=<1a8b74333840f2db...@api.facebook.com>,
proto=ESMTP, daemon=MTA, relay=outmail021.snc1.tfbnw.net
[69.63.178.180]
Apr 2 12:20:11 mail spamd[3968]: spamd: connection from mail
[127.0.0.1] at port 47133
Apr 2 12:20:11 mail spamd[3968]: spamd: processing message
<1a8b74333840f2db...@api.facebook.com> for [omitted]:503
Apr 2 12:20:12 mail spamd[3968]: spamd: clean message (2.6/10.0) for
forrie:503 in 1.1 seconds, 2458 bytes.
Apr 2 12:20:12 mail spamd[3968]: spamd: result: . 2 -
AWL,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SARE_UN4,SARE_UNSUB13,SPF_PASS
scantime=1.1,size=2458,user=[omitted],uid=[omitted],required_score=[omitted],rhost=mail,raddr=127.0.0.1,rport=47133,mid=<1a8b74333840f2db...@api.facebook.com>,autolearn=no

Apr 2 12:20:12 mail sendmail[4776]: o32GK58f004776: Milter: data,


reject=451 4.3.2 Please try again later

Bruce Esquibel

unread,
Apr 2, 2010, 1:05:59 PM4/2/10
to
for...@gmail.com <for...@gmail.com> wrote:

> This morning I reviewed my logs to find a couple of sites being
> rejected with this error:

> Milter: data, reject=451 4.3.2 Please try again later

> One was from aol.com. I checked my milter timeouts, connection rates,
> etc., and nothing seems out of the ordinary. Other mail got through,
> which I thought was interesting (from an .edu site).

> I ultimately rebooted the system, which didn't make any difference.
> I'm very puzzled! Does anyone have a clue about what's triggering
> this?

Best guess from me is it's grey listing. I think that
"Please try again later" is standard issue for smf-grey, isn't it?

-bruce
b...@ripco.com

for...@gmail.com

unread,
Apr 2, 2010, 1:07:51 PM4/2/10
to
At first, I suspected Spamassassin might be the culprit -- someone
decided to write a spamass-milter-wrapper script in the distribution,
which adds another level of complexity, so I double-checked the
permissions -- ultimately, I tested spamd without the wrapper, and I'm
still getting the same problems. Curiously, it only seems to be from
certain sites thus far. Here is a complete log that I'm seeing:


Apr 2 12:20:11 mail sendmail[4776]: o32GK58f004776: from=<notification
+y_z...@facebookmail.com>, size=2093, class=0, nrcpts=1,
msgid=<1a8b74333840f2db...@api.facebook.com>,
proto=ESMTP, daemon=MTA, relay=outmail021.snc1.tfbnw.net
[69.63.178.180]
Apr 2 12:20:11 mail spamd[3968]: spamd: connection from mail
[127.0.0.1] at port 47133
Apr 2 12:20:11 mail spamd[3968]: spamd: processing message
<1a8b74333840f2db...@api.facebook.com> for [omitted]:503
Apr 2 12:20:12 mail spamd[3968]: spamd: clean message (2.6/10.0) for
forrie:503 in 1.1 seconds, 2458 bytes.
Apr 2 12:20:12 mail spamd[3968]: spamd: result: . 2 -
AWL,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SARE_UN4,SARE_UNSUB13,SPF_PASS
scantime=1.1,size=2458,user=[omitted],uid=[omitted],required_score=[omitted],rhost=mail,raddr=127.0.0.1,rport=47133,mid=<1a8b74333840f2db...@api.facebook.com>,autolearn=no

Apr 2 12:20:12 mail sendmail[4776]: o32GK58f004776: Milter: data,


reject=451 4.3.2 Please try again later

for...@gmail.com

unread,
Apr 2, 2010, 1:12:45 PM4/2/10
to
The connections are inbound to me, and I'm not using any grey
listing...

for...@gmail.com

unread,
Apr 2, 2010, 1:12:53 PM4/2/10
to

for...@gmail.com

unread,
Apr 2, 2010, 1:43:35 PM4/2/10
to

Joe Zeff

unread,
Apr 2, 2010, 1:52:29 PM4/2/10
to
On Fri, 02 Apr 2010 07:48:39 -0700, for...@gmail.com wrote:

> I ultimately rebooted the system, which didn't make any difference. I'm
> very puzzled! Does anyone have a clue about what's triggering this?

Just out of curiosity, why did you think that rebooting your system would
stop them from rejecting your email?

--
Joe Zeff -- The Guy With The Sideburns:
http://www.zeff.us http://www.lasfs.info
But I don't mind, as it's the sort of thing that,
if it's percieved as insulting, probably ought to be.

for...@gmail.com

unread,
Apr 2, 2010, 2:14:59 PM4/2/10
to

for...@gmail.com

unread,
Apr 2, 2010, 2:15:42 PM4/2/10
to

>
> Just out of curiosity, why did you think that rebooting your system would
> stop them from rejecting your email?
>

I had made several changes to the config, restarted daemons, etc. So
I just refreshed it.

Turns out, I upgraded to 3.3x of Spamassassin and suddenly things are
working again. For the time being.

Ole Hansen

unread,
Apr 2, 2010, 3:21:12 PM4/2/10
to

Wasn't there some "year 2010" bug in recent versions of Spamassassin?
Which version did you upgrade from/to?

Ole

0 new messages