Prev: Why is sendmail accepting unresolvable domains? [accept_unresolvable_domainsv. require_rdns]
Next: How to setup a 2nd email server
From: crp on 5 Feb 2010 12:06 how about changing the setting from smtp.comcast.net to smtp.g.comcast.net ?
From: Andrzej Adam Filip on 5 Feb 2010 15:01 Ohmster <root(a)dev.nul.invalid> wrote: > [...] > I do not get error returns of (errno=110, h_errno=2) in response to AAAA > lookup, so does this means that the WorkAroundBrokenAAAA will not apply > here? This is so cryptic, what does it all mean? You may use more than one DNS server -> it may produce "non static" response patterns. As I understand WorkAroundBrokenAAAA is intended to "fix" replies from broken DNS servers (caches) that return "temporary problem/try later" instead of "no AAAA record". > Since getting dovecot to work with sendmail, I am now receiving email on > my Windows machine from the Linux machine like this now (I tried to send > a test mail ito myself at my ISP from Evolution): > > ********************************************** > ** THIS IS A WARNING MESSAGE ONLY ** > ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** > ********************************************** > > The original message was received at Wed, 3 Feb 2010 22:02:51 -0500 > from localhost [127.0.0.1] > > ----- Transcript of session follows ----- > <theohmster(a)comcast.net>... Deferred: Name server: smtp.comcast.net: > host name lookup failure Warning: message still undelivered after 4 > hours Will keep trying until message is 5 days old Your sendmail notifies *sender* that it could not sent message "so far" (4 hours) but it promises to keep trying until message is 5 days old > What do you think Andrzej or anybody? I really want to resolve this but > am not sure where to go at this point. Thank you very much for your > sincere help, Andrzej. 0) Try adding WorkAroundBrokenAAAA (modify sendmail.mc, recompile it into sendmail.cf, restart or HUP ssendmail daemon - sorry but too many people forget to do it *all*). 1) push sendmail queue in verbose mode to see if it makes difference sendmail -v -q -- [pl>en Andrew] Andrzej Adam Filip : anfi(a)onet.eu : Andrzej.Filip(a)gmail.com Open-Sendmail: http://open-sendmail.sourceforge.net/ No one becomes depraved in a moment. -- Decimus Junius Juvenalis
From: Ohmster on 5 Feb 2010 15:15 crp <printerster(a)gmail.com> wrote in news:bad67a2d-d90a-410b-b916- 28932f150ce2(a)o16g2000prh.googlegroups.com: > how about changing the setting from > smtp.comcast.net > to smtp.g.comcast.net ? > I could try but that is what comcast tells you to use. It works quite well in Windows Live Mail and it worked with Sendmail before in Fedora 6. Since putting in a new hard drive and installing Fedora 12, this is the problem I am having now. BUT, and this is a big one, I did not have this POS Motorola router in front of the Fedora box. Well I did have a nice Linksys but I had it run not as a DHCP server, just as a wireless point of origin and as a Vonage phone device. The router had put the Linux box in the DMZ and was pretty transparent. The Linux box did act as a router, it had a 2nd NIC, ran a firewall, DHCP server, and IPv4 forwarding. This time around, the router comes first, does the DHCP serving, and is a bit hard to configure. But in answer to your question, I have never had to do that before, smtp works with Live Mail, and I like to use the domain that they give me so if they change their servers around, the mail should still work. -- ~Ohmster
From: Ohmster on 5 Feb 2010 19:39 crp <printerster(a)gmail.com> wrote in news:bad67a2d-d90a-410b-b916- 28932f150ce2(a)o16g2000prh.googlegroups.com: > how about changing the setting from > smtp.comcast.net > to smtp.g.comcast.net ? Well maybe, but Comcast does not recommend that, it works with other mail programs like Live Mail. I think that is so that they can move the server to any IP address or machine they like, all they have to do is change the DNS on it and you will always be able to find "smtp.comcast.net". Only problem is, that in this case, it does not seem to be working. I had thought about just putting in the IP address of the server itself but for the reason stated above, I did not do it. -- ~Ohmster | ohmster59 /a/t/ gmail dot com Put "messageforohmster" in message body (That is Message Body, not Subject!) to pass my spam filter.
From: Ohmster on 5 Feb 2010 19:59
Andrzej Adam Filip <anfi(a)onet.eu> wrote in news:vuo0znsjqy-A25 @pedro.huge.strangled.net: > 0) Try adding WorkAroundBrokenAAAA > (modify sendmail.mc, recompile it into sendmail.cf, restart or HUP > ssendmail daemon - sorry but too many people forget to do it *all*). > 1) push sendmail queue in verbose mode to see if it makes difference > sendmail -v -q Here is one better, I put the actual IP address of the smtp server in sendmail config and ran it. See for yourself: Feb 5 19:56:16 ohmster sendmail[7232]: o112FSjQ008683: to= <theohmster(a)comcast.net>, ctladdr=<ohmster(a)ohmster.com> (500/500), delay=4+ 22:40:48, xdelay=00:00:00, mailer=relay, pri=11190351, relay=76.96.62.117, dsn=4.0.0, stat=Deferred: Name server: 76.96.62.117: host name lookup failure How can it not "lookup" and actual IP address?? -- ~Ohmster | ohmster59 /a/t/ gmail dot com Put "messageforohmster" in message body (That is Message Body, not Subject!) to pass my spam filter. |