|
|
|
|
||||||
| comp.mail.sendmail Configuring and using the BSD sendmail agent. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 thiscapabilitiy 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'; |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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'; |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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'; |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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'; |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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'; |
|
![]() |
| Outils de la discussion | |
|
|