From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:27:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11581106564A for ; Tue, 19 Jul 2011 20:27:17 +0000 (UTC) (envelope-from Lowell@Be-Well.Ilk.Org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by mx1.freebsd.org (Postfix) with ESMTP id C519D8FC1B for ; Tue, 19 Jul 2011 20:27:16 +0000 (UTC) Received: (qmail 16441 invoked from network); 19 Jul 2011 20:27:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jul 2011 20:27:15 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 78AB35C61; Tue, 19 Jul 2011 16:27:14 -0400 (EDT) From: Lowell Gilbert To: ssgriffonuser References: <4E252C5E.8090803@gmail.com> Date: Tue, 19 Jul 2011 16:27:14 -0400 In-Reply-To: <4E252C5E.8090803@gmail.com> (ssgriffonuser@gmail.com's message of "Tue, 19 Jul 2011 00:03:58 -0700") Message-ID: <44bowqhv8d.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not accepting connections on port 25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 20:27:17 -0000 ssgriffonuser writes: > I'm having difficulty getting sendmail set up on my server. I can > send and receive to localhost and I can send to external networks but > I can not receive from external networks (I receive a 550: Address > rejected). Netstat says sendmail is listening on port 25 but I cannot > telnet to it. > When I do a port scan of the server, nmap does not show anything on > port 25 but does show smtp on 587. How did you start sendmail? The daemon doesn't run by default; perhaps you forgot to enable it in rc.conf? There's a manual for rc.sendmail(8) which describes the options for that...