From owner-freebsd-questions Fri Jan 16 07:37:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21515 for questions-outgoing; Fri, 16 Jan 1998 07:37:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21499; Fri, 16 Jan 1998 07:36:41 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801161536.HAA21499@hub.freebsd.org> Subject: Re: Sendmail/smapd question In-Reply-To: from Steve Hovey at "Jan 16, 98 10:06:54 am" To: shovey@buffnet.net (Steve Hovey) Date: Fri, 16 Jan 1998 07:36:41 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Steve Hovey wrote: > > > I use smapd to keep out as much spammage as possible. > > Lately I hav encountered 2 sites who cannot send email here, because their > emailers will only do ESMTP and not regular SMTP which smapd is only > capable of. > > Could this be some sendmail.cf jobber on their end which is causing this? sendmail will fallback from ESMTP to SMTP whenever the other smtp speaker does not understand the initial EHLO (EHLO is sent in place of SMTP's HELO) perhaps they are not runing sendmail at all, but something else. what site? try telnetting to their mail port and see what you get. jmb