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 > mailtertable
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

mailtertable

Réponse
 
LinkBack Outils de la discussion
Vieux 07/03/2008, 07h32   #1
Res
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut mailtertable

Just a thought...

example.com esmtp:[i.p.he.re]

... Now what if I wanted some redundancy?
example.com esmtp:[i.p.he.re]
example.com esmtp:[i.p.th.ere]

First hit matches, second is ignored
example.com esmtp:[i.p.he.re] esmtp:[i.p.th.ere]

Again, first hit matches second is ignored, the docs I was sure never
mentioned this type of thing, so I re read README again and nope...

So my question is, is there a way that I've been to lazy to try since
its past beer o'clock on a friday Has anyone managed it or is this
capabilitiy plainly not built in?

Its not critical, it's just extra thoughts going into a new plan.



--
Cheers
Res

mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';
  Réponse avec citation
Vieux 07/03/2008, 08h09   #2
none
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable

In article <Pine.LNX.4.64.0803071724340.29360@ebfjryy.nhfvpf. arg>,
Res <comp-mail-sendmail@ausics.net> wrote:
>Just a thought...
>
>example.com esmtp:[i.p.he.re]
>
>.. Now what if I wanted some redundancy?
>example.com esmtp:[i.p.he.re]
>example.com esmtp:[i.p.th.ere]
>
>First hit matches, second is ignored
>example.com esmtp:[i.p.he.re] esmtp:[i.p.th.ere]
>
>Again, first hit matches second is ignored, the docs I was sure never
>mentioned this type of thing, so I re read README again and nope...
>
>So my question is, is there a way that I've been to lazy to try since
>its past beer o'clock on a friday Has anyone managed it or is this
>capabilitiy plainly not built in?
>
>Its not critical, it's just extra thoughts going into a new plan.


Not exactly what you want, but...

Instead of using an IP address, use a domain name, and leave off
the brackets:

example.com esmtp:acceptingdomain.tld

Then sendmail will look for MX record(s) for that domain to attempt
delivery, and you can specify multiple addresses in the MX records.

Rob
  Réponse avec citation
Vieux 07/03/2008, 08h50   #3
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable [fall-back lists]

Res <res@ausics.net> wrote:

> Just a thought...
>
> example.com esmtp:[i.p.he.re]
>
> .. Now what if I wanted some redundancy?
> example.com esmtp:[i.p.he.re]
> example.com esmtp:[i.p.th.ere]
>
> First hit matches, second is ignored
> example.com esmtp:[i.p.he.re] esmtp:[i.p.th.ere]
>
> Again, first hit matches second is ignored, the docs I was sure never
> mentioned this type of thing, so I re read README again and nope...
>
> So my question is, is there a way that I've been to lazy to try since
> its past beer o'clock on a friday Has anyone managed it or is this
> capabilitiy plainly not built in?
>
> Its not critical, it's just extra thoughts going into a new plan.


The format below will work for buil-in smtp mailers
(esmtp, relay, smtp, smtp8, dsmtp ):

example.com esmtp:[i.p.he.re]:[i.p.th.ere]

--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Open-Sendmail: http://open-sendmail.sourceforge.net/
There is only one way to kill capitalism -- by taxes, taxes, and more taxes.
-- Karl Marx
  Réponse avec citation
Vieux 07/03/2008, 10h44   #4
Res
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable

On Fri, 7 Mar 2008, none wrote:

>
> In article <Pine.LNX.4.64.0803071724340.29360@ebfjryy.nhfvpf. arg>,
> Res <comp-mail-sendmail@ausics.net> wrote:
>> Just a thought...
>>
>> example.com esmtp:[i.p.he.re]
>>
>> .. Now what if I wanted some redundancy?
>> example.com esmtp:[i.p.he.re]
>> example.com esmtp:[i.p.th.ere]
>>
>> First hit matches, second is ignored
>> example.com esmtp:[i.p.he.re] esmtp:[i.p.th.ere]
>>
>> Again, first hit matches second is ignored, the docs I was sure never
>> mentioned this type of thing, so I re read README again and nope...
>>
>> So my question is, is there a way that I've been to lazy to try since
>> its past beer o'clock on a friday Has anyone managed it or is this
>> capabilitiy plainly not built in?
>>
>> Its not critical, it's just extra thoughts going into a new plan.

>
> Not exactly what you want, but...
>
> Instead of using an IP address, use a domain name, and leave off
> the brackets:
>
> example.com esmtp:acceptingdomain.tld
>
> Then sendmail will look for MX record(s) for that domain to attempt
> delivery, and you can specify multiple addresses in the MX records.
>


you're right, its not what we are looking for, we need to avoid DNS for
speed



--
Cheers
Res

mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';
  Réponse avec citation
Vieux 07/03/2008, 10h46   #5
Res
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable [fall-back lists]

Hrm I'm sure I tried that and our test sender server mailq still queued it
unable to send


On Fri, 7 Mar 2008, Andrzej Adam Filip wrote:


> The format below will work for buil-in smtp mailers
> (esmtp, relay, smtp, smtp8, dsmtp ):
>
> example.com esmtp:[i.p.he.re]:[i.p.th.ere]


--
Cheers
Res

mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';
  Réponse avec citation
Vieux 07/03/2008, 10h51   #6
Res
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable [fall-back lists]

On Fri, 7 Mar 2008, Res wrote:

> Hrm I'm sure I tried that and our test sender server mailq still queued it
> unable to send


I was correcto
m27AnGBA029943 97 Fri Mar 7 20:49 <resXXXusics.net>
(Deferred: Connection refused by [192.168.0.10])
<resXXXusics.net>
it does not work here....


--
Cheers
Res

mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';

  Réponse avec citation
Vieux 07/03/2008, 11h29   #7
Andrzej Adam Filip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable [fall-back lists]

Res <res@ausics.net> wrote:

> On Fri, 7 Mar 2008, Res wrote:
>
>> Hrm I'm sure I tried that and our test sender server mailq still
>> queued it unable to send

>
> I was correcto
> m27AnGBA029943 97 Fri Mar 7 20:49 <resXXXusics.net>
> (Deferred: Connection refused by [192.168.0.10])
> <resXXXusics.net>
> it does not work here....


1) Push the message in verbose mode (select it via queue-id) with
tracking map lookups:
sendmail -v -d60.5 -qIm27AnGBA029943
2) If you use hoststatus info then check destination status
sendmail -bh
[ sendmail may "remember" temporary delivery problems for a while]
3) check if you can telnet SMTP port on the destination host
(192.168.0.10) and get greeting message

--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Open-Sendmail: http://open-sendmail.sourceforge.net/
Whatever occurs from love is always beyond good and evil.
-- Friedrich Nietzsche
  Réponse avec citation
Vieux 07/03/2008, 11h42   #8
Res
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mailtertable [fall-back lists]

On Fri, 7 Mar 2008, Andrzej Adam Filip wrote:

>> I was correcto
>> m27AnGBA029943 97 Fri Mar 7 20:49 <resXXXusics.net>
>> (Deferred: Connection refused by [192.168.0.10])
>> <resXXXusics.net>
>> it does not work here....

>
> 1) Push the message in verbose mode (select it via queue-id) with
> tracking map lookups:
> sendmail -v -d60.5 -qIm27AnGBA029943


Invalid time unit `A'
Invalid time unit `G
Invalid time unit `B'

> 2) If you use hoststatus info then check destination status
> sendmail -bh
> [ sendmail may "remember" temporary delivery problems for a while]
> 3) check if you can telnet SMTP port on the destination host
> (192.168.0.10) and get greeting message
>


I deliberately iptabled this machine off for testig purposes so telnet is
fuitile , 0.50 refused to look at 0.254 which was the second, only 0.10.
hoststatus not in use either due to other config options I've sey.


--
Cheers
Res

mysql> update auth set Framed-IP-Address='127.0.0.127' where user= 'troll';
  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 13h07.


É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
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15790 seconds with 16 queries