PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > Smarthost Relay rejecting mail because of speed
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

Smarthost Relay rejecting mail because of speed

Réponse
 
LinkBack Outils de la discussion
Vieux 21/08/2007, 00h30   #1
uct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Smarthost Relay rejecting mail because of speed

Hi,
I'm by no means an expect Sendmailer, but I'm not lazy either.
I've just spent another full day reading everything I could find,
testing configurations, and I'm about to give up.
Maybe someone can shed some light on this.

My sendmail 8.13.3 is pretty standard. Just point everything to
DSthesmartrelayhost and let my internet provider to the work for me.
Now I've got an installation where the provider (comcast) is giving
this error.
Error Deferred: 450 too frequent connects from (my ip)

They've said that my server is too fast, and they refuse the
connection if deemed to be too many to quickly.

Sounds like something I should be able to handle, but I can NOT find
any combination of the sendmail Maxanything to stop the new server
from running thru the queue too fast.

It's not that I need to run the queue slower, I need the queue to run
each message slower.
Never imagined this one, but I do need some .
Any hints would be greatly appreciated.

Thanks in advance.
Ken
uctken@aol.com

  Réponse avec citation
Vieux 21/08/2007, 00h37   #2
uct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Smarthost Relay rejecting mail because of speed

On Aug 20, 7:30 pm, uct <uct...@aol.com> wrote:
> Hi,
> I'm by no means an expect Sendmailer, but I'm not lazy either.
> I've just spent another full day reading everything I could find,
> testing configurations, and I'm about to give up.
> Maybe someone can shed some light on this.
>
> My sendmail 8.13.3 is pretty standard. Just point everything to
> DSthesmartrelayhost and let my internet provider to the work for me.
> Now I've got an installation where the provider (comcast) is giving
> this error.
> Error Deferred: 450 toofrequentconnects from (my ip)
>
> They've said that my server is too fast, and they refuse the
> connection if deemed to be too many to quickly.
>
> Sounds like something I should be able to handle, but I can NOT find
> any combination of the sendmail Maxanything to stop the new server
> from running thru the queue too fast.
>
> It's not that I need to run the queue slower, I need the queue to run
> each message slower.
> Never imagined this one, but I do need some .
> Any hints would be greatly appreciated.
>
> Thanks in advance.
> Ken
> uct...@aol.com


Forgot one other point. After the error.... the mail is gone... not
retried ... just gone. Can't find it in dead.letter, or anywhere
else... just purged.

  Réponse avec citation
Vieux 21/08/2007, 07h22   #3
Rob MacGregor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Smarthost Relay rejecting mail because of speed

uct unleashed the infinite monkeys on 21/08/2007 00:37 producing:
> Forgot one other point. After the error.... the mail is gone... not
> retried ... just gone. Can't find it in dead.letter, or anywhere
> else... just purged.


Have you checked your mail queue - run "mailq".

--
Rob MacGregor (BOFH)

Rule 37: "There is no 'overkill'. There is only 'open fire'
and 'I need to reload.'"
  Réponse avec citation
Vieux 21/08/2007, 14h39   #4
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Smarthost Relay rejecting mail because of speed

uct <uctken@aol.com> writes:

> I'm by no means an expect Sendmailer, but I'm not lazy either.
> I've just spent another full day reading everything I could find,
> testing configurations, and I'm about to give up.
> Maybe someone can shed some light on this.
>
> My sendmail 8.13.3 is pretty standard. Just point everything to
> DSthesmartrelayhost and let my internet provider to the work for me.
> Now I've got an installation where the provider (comcast) is giving
> this error.
> Error Deferred: 450 too frequent connects from (my ip)
>
> They've said that my server is too fast, and they refuse the
> connection if deemed to be too many to quickly.
>
> Sounds like something I should be able to handle, but I can NOT find
> any combination of the sendmail Maxanything to stop the new server
> from running thru the queue too fast.
>
> It's not that I need to run the queue slower, I need the queue to run
> each message slower.
> Never imagined this one, but I do need some .
> Any hints would be greatly appreciated.


You may configure you sendmail to send out mail messages in "batches"
over single smtp connection every few minutes (5-10m) instead of using
default behavior of sending them "at once" using (almost always) one
SMTP connection per one message.

--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Windows without the X is like making love without a partner.
-- MaDsen Wikholm, mwikholm@at8.abo.fi
  Réponse avec citation
Vieux 23/08/2007, 21h18   #5
Per Hedeland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Smarthost Relay rejecting mail because of speed

In article <1187653071.492830.17510@d55g2000hsg.googlegroups. com> uct
<uctken@aol.com> writes:
>On Aug 20, 7:30 pm, uct <uct...@aol.com> wrote:
>>
>> My sendmail 8.13.3 is pretty standard. Just point everything to
>> DSthesmartrelayhost and let my internet provider to the work for me.
>> Now I've got an installation where the provider (comcast) is giving
>> this error.
>> Error Deferred: 450 toofrequentconnects from (my ip)
>>
>> They've said that my server is too fast, and they refuse the
>> connection if deemed to be too many to quickly.


Well, there's something wrong with that picture already - one of three
things seems to be the problem:

1) You actually have some infected machine on your network spewing out
tons of spam mail, or

2) you're trying to use an "end-user" ISP account for a larger
organization that generates a lot of mail, or

3) your ISP is an idiot.

Whichever it is, I think you should fix *that* problem - you shouldn't
have to run through hoops with your sendmail config to handle legitimate
mail traffic.

>> Sounds like something I should be able to handle, but I can NOT find
>> any combination of the sendmail Maxanything to stop the new server
>> from running thru the queue too fast.


When you have a smarthost configured, running through the queue will
only use *one* *connection* to send all the queued mail. At least unless
you have done something really weird with the config. So either the
error message is just wrong - i.e. an instance of 3) - or it isn't the
queue runs that are the problem.

In the latter case, Andrzej's suggestion should (i.e. use
define(`confDELIVERY_MODE', `queue') in .mc and adjust the queue run
interval as needed) - however I still think you should look into 1)-3)
above first.

--Per Hedeland
per@hedeland.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h27.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12334 seconds with 13 queries