Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > SBS 2008

Reply
 
 
son of a bitch
Guest
Posts: n/a

 
      11-03-2010
I have a SBS2008 Server and SMTP forwarding to the ISP
when it gets a domain that doesn't exists it retries every minute
for hours. How can I change how many times to retry on fail.
Was SP1, now SP2 still no difference

In the Microsoft Exchange Console
Microsoft Exchange -> Server Configuration -> Hub transport
Properties -> Limits
Transient Failure Retries Interval 300 seconds
transient Failure Retry Attempts 1


> RCPT TO:<>

< 250 2.1.0 Ok,
< 450 4.1.2 <>: Recipient address rejected: Domain
not found,

The odd thing is the ISP is sending the 250 AND 450, never the less
still an error, and it retries to infinity.


Am I missing something, or is this just another Microsoft Feature.
 
Reply With Quote
 
 
 
 
Steve Foster
Guest
Posts: n/a

 
      11-03-2010
son of a bitch wrote:

> I have a SBS2008 Server and SMTP forwarding to the ISP
> when it gets a domain that doesn't exists it retries every minute
> for hours. How can I change how many times to retry on fail.
> Was SP1, now SP2 still no difference
>
> In the Microsoft Exchange Console
> Microsoft Exchange -> Server Configuration -> Hub transport
> Properties -> Limits
> Transient Failure Retries Interval 300 seconds
> transient Failure Retry Attempts 1
>
>
> > RCPT TO:<>

> < 250 2.1.0 Ok,
> < 450 4.1.2 <>: Recipient address rejected:
> Domain not found,
>
> The odd thing is the ISP is sending the 250 AND 450, never the less
> still an error, and it retries to infinity.
>
>
> Am I missing something, or is this just another Microsoft Feature.


The remote mail server is returning a 4xx SMTP code, rather than a 5xx
code. 4xx SMTP codes indicate a *temporary* failure, therefore Exchange
will persist (until the normal timeout occurs after 1 or 2 days).

--
Steve Foster
For SSL Certificates, Domains, etc, visit.:
https://netshop.virtual-isp.net
 
Reply With Quote
 
son of a bitch
Guest
Posts: n/a

 
      11-03-2010
On 2010/11/04 04:09, Steve Foster wrote:
> son of a bitch wrote:
>
>> I have a SBS2008 Server and SMTP forwarding to the ISP
>> when it gets a domain that doesn't exists it retries every minute
>> for hours. How can I change how many times to retry on fail.
>> Was SP1, now SP2 still no difference
>>
>> In the Microsoft Exchange Console
>> Microsoft Exchange -> Server Configuration -> Hub transport
>> Properties -> Limits
>> Transient Failure Retries Interval 300 seconds
>> transient Failure Retry Attempts 1
>>
>>
>>> RCPT TO:<>

>> < 250 2.1.0 Ok,
>> < 450 4.1.2<>: Recipient address rejected:
>> Domain not found,
>>
>> The odd thing is the ISP is sending the 250 AND 450, never the less
>> still an error, and it retries to infinity.
>>
>>
>> Am I missing something, or is this just another Microsoft Feature.

>
> The remote mail server is returning a 4xx SMTP code, rather than a 5xx
> code. 4xx SMTP codes indicate a *temporary* failure, therefore Exchange
> will persist (until the normal timeout occurs after 1 or 2 days).
>


Problem is: two people enter crap in the same time period the ISP
decides your a spammer and puts you on a 10 minute blocklist.
To get off the Blocklist you have to NOT send anything for 10 minutes,
and exchange just won't shut up so this block goes for half a day.

Eventually it gives up after 5 hours or more than 300 attempts!!
A 450 could be anything from a mailbox full to no bad Domain, so
what's the point of retrying every 57 seconds anyway.

Surely, I can change how often to retry or Max number of retries?
NORMAL servers, have a increasing retry delay, not fixed at 57 seconds
to Infinity and Beyond.




 
Reply With Quote
 
Steve Foster
Guest
Posts: n/a

 
      11-04-2010
son of a bitch wrote:

> Problem is: two people enter crap in the same time period the ISP
> decides your a spammer and puts you on a 10 minute blocklist.
> To get off the Blocklist you have to NOT send anything for 10
> minutes, and exchange just won't shut up so this block goes for half
> a day.


The primary solution to this would be to get a decent ISP. If they're
providing smarthost facilities where you login (you do have to login,
right?), they should not be identifying you as a spammer for a few bad
messages.

> Eventually it gives up after 5 hours or more than 300 attempts!!
> A 450 could be anything from a mailbox full to no bad Domain, so
> what's the point of retrying every 57 seconds anyway.
>
> Surely, I can change how often to retry or Max number of retries?
> NORMAL servers, have a increasing retry delay, not fixed at 57
> seconds to Infinity and Beyond.


http://www.lmgtfy.com/?q=exchange+2007+retry+limits

--
Steve Foster
For SSL Certificates, Domains, etc, visit.:
https://netshop.virtual-isp.net
 
Reply With Quote
 
son of a bitch
Guest
Posts: n/a

 
      11-05-2010
On 2010/11/05 01:46, Steve Foster wrote:
> son of a bitch wrote:
>
>> Problem is: two people enter crap in the same time period the ISP
>> decides your a spammer and puts you on a 10 minute blocklist.
>> To get off the Blocklist you have to NOT send anything for 10
>> minutes, and exchange just won't shut up so this block goes for half
>> a day.

>
> The primary solution to this would be to get a decent ISP. If they're
> providing smarthost facilities where you login (you do have to login,
> right?), they should not be identifying you as a spammer for a few bad
> messages.
>
>> Eventually it gives up after 5 hours or more than 300 attempts!!
>> A 450 could be anything from a mailbox full to no bad Domain, so
>> what's the point of retrying every 57 seconds anyway.
>>
>> Surely, I can change how often to retry or Max number of retries?
>> NORMAL servers, have a increasing retry delay, not fixed at 57
>> seconds to Infinity and Beyond.

>
> http://www.lmgtfy.com/?q=exchange+2007+retry+limits
>


I don't consider it a ISP problem, I consider a M$ problem
when I can't stop it retrying every 57 seconds from now to infinity.

If M$ built the SMTP server to Public Domain Standards..., it is a
Public Domain System that M$ has tried to make Propriety and ended up
neutering it.

The sender MUST delay retrying a particular destination after one
attempt has failed. In general, the retry interval SHOULD be at
least 30 minutes; however, more sophisticated and variable strategies
will be beneficial when the SMTP client can determine the reason for
non-delivery.



 
Reply With Quote
 
Leythos
Guest
Posts: n/a

 
      11-06-2010
In article <4cd3e986$>,
says...
>
> On 2010/11/05 01:46, Steve Foster wrote:
> > son of a bitch wrote:
> >
> >> Problem is: two people enter crap in the same time period the ISP
> >> decides your a spammer and puts you on a 10 minute blocklist.
> >> To get off the Blocklist you have to NOT send anything for 10
> >> minutes, and exchange just won't shut up so this block goes for half
> >> a day.

> >
> > The primary solution to this would be to get a decent ISP. If they're
> > providing smarthost facilities where you login (you do have to login,
> > right?), they should not be identifying you as a spammer for a few bad
> > messages.
> >
> >> Eventually it gives up after 5 hours or more than 300 attempts!!
> >> A 450 could be anything from a mailbox full to no bad Domain, so
> >> what's the point of retrying every 57 seconds anyway.
> >>
> >> Surely, I can change how often to retry or Max number of retries?
> >> NORMAL servers, have a increasing retry delay, not fixed at 57
> >> seconds to Infinity and Beyond.

> >
> > http://www.lmgtfy.com/?q=exchange+2007+retry+limits
> >

>
> I don't consider it a ISP problem, I consider a M$ problem
> when I can't stop it retrying every 57 seconds from now to infinity.
>
> If M$ built the SMTP server to Public Domain Standards..., it is a
> Public Domain System that M$ has tried to make Propriety and ended up
> neutering it.
>
> The sender MUST delay retrying a particular destination after one
> attempt has failed. In general, the retry interval SHOULD be at
> least 30 minutes; however, more sophisticated and variable strategies
> will be beneficial when the SMTP client can determine the reason for
> non-delivery.


http://www.simple-talk.com/sysadmin/...nto-transport-
queues-%28part-2%29/

Take a look at that link, it explains it all.

--
You can't trust your best friends, your five senses, only the little
voice inside you that most civilians don't even hear -- Listen to that.
Trust yourself.
(remove 999 for proper email address)
 
Reply With Quote
 
son of a bitch
Guest
Posts: n/a

 
      11-07-2010
On 2010/11/07 04:35, Leythos wrote:
> http://www.simple-talk.com/sysadmin/...nto-transport-
> queues-%28part-2%29/


Thanks

Have managed to change the Retry Interval through the dos prompt
which is odd (but not for Microsoft) as it changes the same settings
as the Console, except the command prompt version actually works.

I can now retry every 10 minutes for 1 hour then abort.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What backup software do you use and why? Rich Windows Small Business Server 41 11-04-2010 06:17 PM
SBS 2008 RWW Arvis Holland Windows Small Business Server 0 10-07-2010 01:57 PM
SBS 2008 RWW Arvis Holland Windows Small Business Server 0 10-07-2010 01:55 PM
I also have an error 646 in Windows update. Please help. Jose Windows Update 12 01-09-2010 01:00 PM
Running DOS Games under Vista Wogerwabby Windows Vista Games 45 11-10-2009 03:33 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59