From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:09:51 2012 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 882FB1065670 for ; Sat, 25 Feb 2012 22:09:51 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id E9A458FC15 for ; Sat, 25 Feb 2012 22:09:50 +0000 (UTC) Received: from kw.news4all.se (c80-217-70-175.bredband.comhem.se [80.217.70.175]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id q1PM9loa083815; Sat, 25 Feb 2012 23:09:47 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <4F495C14.4050909@bananmonarki.se> Date: Sat, 25 Feb 2012 23:09:24 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: "Bender, Chris" References: <863259E16B6C464DAD1E9DD10BB31154059CFBAE@wmsexg01.corp.cellularatsea.com> <4F48BAF6.9070204@ifdnrg.com> <863259E16B6C464DAD1E9DD10BB31154059CFBE7@wmsexg01.corp.cellularatsea.com> <4F48EC21.7040805@ifdnrg.com> <863259E16B6C464DAD1E9DD10BB31154059CFBEE@wmsexg01.corp.cellularatsea.com> <4F48F45F.4080304@ifdnrg.com> <863259E16B6C464DAD1E9DD10BB31154059CFBF4@wmsexg01.corp.cellularatsea.com> <4F492262.5090505@radel.com> <7409DAB4-F76A-493B-9A50-A663E6F6802E@cellularatsea.com> <4F49519B.7050701@bananmonarki.se> <4F495826.5010709@bananmonarki.se> In-Reply-To: <4F495826.5010709@bananmonarki.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Jon Radel Subject: Re: Email issues, relay failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 22:09:51 -0000 2012-02-25 22:52, Bernt Hansson skrev: > 2012-02-25 22:44, Bender, Chris skrev: >> NP on all counts..... >> >> Names and IPs are same results using both digson A and resolving. >> In fact both are identical results on A and B. I can easily ssh >> user@X-Username >>> From a too. >> >> The issue doesn't appear be at getting to X the issues is something to >> do with the service on X. >> I amnot sure if postfix has certs, or password. I don't see anything on >> the maillog of X when the email from A >> Is sent to it. Maillog on A says connection timed out. > > What is the output on X for ps ax|grep libexec/postfix/smtpd Also try, on X, netstat -aptcp | grep smtp. It should be something along the line of; tcp4 0 0 *.smtp *.* LISTEN Is the postfix machine running freebsd? Found this on postfix.org http://www.postfix.org/smtpd.8.html "As of Postfix version 2.3, the SMTP server refuses to receive mail from the network when it runs with non $mail_owner privileges" $mail_owner = http://www.postfix.org/postconf.5.html#mail_owner