From: Andrzej Filip http://anfi.homeunix.net/ on 7 Feb 2007 14:55 pierre <pat(a)tireme.fr> writes: > I've done what Filip propose by putting the information in submit.mc > and then rebuilt it (m4 submit.mc). > [root(a)calais mail]# more submit.cf | grep AAA > O ResolverOptions=WorkAroundBrokenAAAA > > This still does not works for me : > > [root(a)calais mail]# sendmail -v -d8.20 -q > [...] > any other possible idea ? > > Thanks a lot for taking time, > Pierre You have modified submit.mc The command you have used uses sendmail.cf and it processes "main" queue. -- [pl>en: Andrew] Andrzej Adam Filip : anfi(a)priv.onet.pl : anfi(a)xl.wp.pl Before You Ask: http://anfi.homeunix.net/sendmail/B4UAsk-Sendmail.html http://anfi.homeunix.net/sendmail/ [orkut,linkedin,xing]
From: pierre on 7 Feb 2007 15:39 Filip, If I understand what you mean, I need to modify the sendmail.mc file, adding WorkAround... option, and then compile it to sendmail.cf. This is what I've done now but I have the same problem, with the same symptom. Sorry for disturbing but I'm really beginner with MTA and sendmail technologies. Pierre Andrzej Filip http://anfi.homeunix.net/ a �crit : > pierre <pat(a)tireme.fr> writes: >> I've done what Filip propose by putting the information in submit.mc >> and then rebuilt it (m4 submit.mc). >> [root(a)calais mail]# more submit.cf | grep AAA >> O ResolverOptions=WorkAroundBrokenAAAA >> >> This still does not works for me : >> >> [root(a)calais mail]# sendmail -v -d8.20 -q >> [...] >> any other possible idea ? >> >> Thanks a lot for taking time, >> Pierre > > You have modified submit.mc > The command you have used uses sendmail.cf and it processes "main" queue. >
From: Andrzej Filip http://anfi.homeunix.net/ on 7 Feb 2007 17:04 pierre <pat(a)tireme.fr> writes: > If I understand what you mean, I need to modify the sendmail.mc file, > adding WorkAround... option, and then compile it to sendmail.cf. > > This is what I've done now but I have the same problem, with the same > symptom. > > Sorry for disturbing but I'm really beginner with MTA and sendmail > technologies. I have posted standard test/debug procedure and reference how to fix the most likely cause. If your problem is more complicated then wait for next helpful hand. -- [pl>en: Andrew] Andrzej Adam Filip : anfi(a)priv.onet.pl : anfi(a)xl.wp.pl Before You Ask: http://anfi.homeunix.net/sendmail/B4UAsk-Sendmail.html http://anfi.homeunix.net/sendmail/ [orkut,linkedin,xing]
From: pierre on 8 Feb 2007 01:37 Filip, Thanks for your help in anycase. My problem is that posting the error message on search engine like google does not help because it seems that this error is not so often raised. So I don't know where to search for my solution. I've tried removing the whole and reinstalling but this does not solve anything. I hope not to uninstall/reinstall all my fedora 6 machine. So, if someone else have some idea, I would be happy to work on it ... Pierre Andrzej Filip http://anfi.homeunix.net/ a �crit : > pierre <pat(a)tireme.fr> writes: >> If I understand what you mean, I need to modify the sendmail.mc file, >> adding WorkAround... option, and then compile it to sendmail.cf. >> >> This is what I've done now but I have the same problem, with the same >> symptom. >> >> Sorry for disturbing but I'm really beginner with MTA and sendmail >> technologies. > > I have posted standard test/debug procedure and reference how to fix the > most likely cause. If your problem is more complicated then wait for > next helpful hand. >
From: jmaimon on 8 Feb 2007 09:42 pierre wrote: > Hi, > Feb 7 16:37:21 calais sendmail[4638]: l17FbKT5004638: from=root, > size=59, class=0, nrcpts=1, > msgid=<200702071537.l17FbKT5004638(a)tireme.net>, relay=root(a)localhost > Feb 7 16:37:21 calais sendmail[4639]: l17FbLTT004639: > from=<root(a)tireme.net>, size=325, class=0, nrcpts=1, > msgid=<200702071537.l17FbKT5004638(a)tireme.net>, proto=ESMTP, daemon=MTA, > relay=calais [127.0.0.1] > Feb 7 16:37:21 calais sendmail[4638]: l17FbKT5004638: > to=pierre.att(a)gmail.fr, ctladdr=root (0/0), delay=00:00:01, > xdelay=00:00:00, mailer=relay, pri=30059, relay=[127.0.0.1] [127.0.0.1], > dsn=2.0.0, stat=Sent (l17FbLTT004639 Message accepted for delivery) > Feb 7 16:37:22 calais sendmail[4641]: l17FbLTT004639: > to=<pierre.att(a)gmail.fr>, ctladdr=<root(a)tireme.net> (0/0), > delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=120325, > relay=smtp.free.fr, dsn=4.0.0, stat=Deferred: Name server: smtp.free.fr: > host name lookup failure Apparently your sendmail wants to perform a lookup on smtp.free.fr to do delivery. This hostname does not appear to have anything to do with gmail.fr Please post your sendmail.mc ( grep -v "^dnl" /etc/mail/sendmail.mc ) Please post the output of dig mx gmail.fr dig mx smtp.free.fr dig smtp.free.fr
First
|
Prev
|
Pages: 1 2 Prev: Mail Delivery Subsystem messages --> /dev/null Next: verify from address milter |