From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 14:03:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41D137B401 for ; Fri, 25 Jul 2003 14:03:17 -0700 (PDT) Received: from 156.Red-80-35-166.pooles.rima-tde.net (156.Red-80-35-166.pooles.rima-tde.net [80.35.166.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08D543F93 for ; Fri, 25 Jul 2003 14:03:16 -0700 (PDT) (envelope-from sjmudd@pobox.com) Received: by unicorn.wl0.org (Postfix, from userid 1001) id 45503318C; Fri, 25 Jul 2003 23:03:14 +0200 (CEST) To: freebsd-questions@freebsd.org References: <20030725064705.78768.qmail@web41212.mail.yahoo.com> From: Simon J Mudd Date: 25 Jul 2003 23:03:13 +0200 In-Reply-To: <20030725064705.78768.qmail@web41212.mail.yahoo.com> Message-ID: <86he5axqsu.fsf@unicorn.wl0.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Postfix/receiving mail through router problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 21:03:18 -0000 phaza7@yahoo.com (pat bey) writes: > FreeBSD 4.8 Release hijra.homeunix.com > > Checking all the postfix conf files and everything seems to be in > the right place. Thou this is my first time setting up a mail > server so it's a learning experience for me. There are no errors in > any of the log files anywhere. Telneting to port 143 and 25 > everything is working fine. Postfix only listens on port 25 (as does every mail server). Port 143 is for the imap server. > So I figured it must be a problem with my router I think. Checking > maillog shows that mail is being queued coming in and I can send > with no problem. Show us the log files. If mail comes in ok, and mail goes out ok then I'm not sure what problem you have. [Where's it being queued?] > Hope this is enough information. Always thanks for your time and > consideration :) Show the output of postconf -n (non default configuration items) and tell us which version of Postfix you are using. Simon