Public bug reported: Binary package hint: sendmail
After upgrading from edgy to feisty, sendmail is no longer able to automatically determine domain name, and then, fails to send mails. A locally generated email for a remote destination shows: === Received: from xxx.mydomain.tld (localhost [127.0.0.1]) by ;; connection timed out; no servers could be reached (8.13.8/8.13.8/Debian-3) with ESMTP id l2VEHi0q002193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 31 Mar 2007 16:17:44 +0200 Received: (from [EMAIL PROTECTED]) by xxx.mydomain.tld (8.13.8/8.13.8/Submit) id l2VEHiA6002192; Sat, 31 Mar 2007 16:17:44 +0200 === it triggers a bounce: reason: 501 Syntactically invalid HELO argument(s)) and in the logs, sm-mta says "DSN: Service unavailable" This ";;" comes from sendmail.cf: [EMAIL PROTECTED]:/etc/mail # grep ';;' * sendmail.cf:Dj;; connection timed out; no servers could be reached sendmail.cf:Cw;; connection timed out; no servers could be reached sendmail.cf:CG;; connection timed out; no servers could be reached which is : # my official domain name # ... define this only if sendmail cannot automatically determine your domain Dj;; connection timed out; no servers could be reached I expected no Dj at all. this .cf is automatically generated from sendmail.{mc,conf} using the provided Makefile. [EMAIL PROTECTED]:/etc/mail # telnet 127.0.0.1 587 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 ;; ESMTP connection timed out; no servers could be reached Sendmail 8.13.8/8.13.8/Debian-3; Sat, 31 Mar 2007 17:16:14 +0200; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1] This issue is new to festy. Edgy was okay. I'm no longer able to send any mail from this feisty box and I can't find a way to fix that, please advise. ** Affects: sendmail (Ubuntu) Importance: Undecided Status: Unconfirmed -- [feisty] sendmail unable to automatically determine domain name https://launchpad.net/bugs/99459 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs