From owner-freebsd-questions Fri Jan 4 20:27:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 1FD4C37B41F for ; Fri, 4 Jan 2002 20:27:39 -0800 (PST) Received: from myrealbox.com tdrake@smtp-send.myrealbox.com [65.29.242.182] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88 $ on Novell NetWare; Fri, 04 Jan 2002 21:27:34 -0700 Message-ID: <3C368033.1510A0@myrealbox.com> Date: Fri, 04 Jan 2002 22:25:23 -0600 From: Troy X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Postfix port binding problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently got tired of playing with sendmail, so I setup postfix, then tried qmail to see which one I liked the best, so went back to postfix, and now whenever I try to start postfix I get this error in the maillog: postfix/master[1096]: fatal: bind INADDR_ANY port 25: Address already in use. I'm assuming this means it cant bind to port 25 because something else is using it.. but I don't know what is. Running top shows nothing smtp related is running, but a netstat -a shows this: tcp4 0 0 *.smtp *.* LISTEN, so obviosly something is binding to port 25, but I have no clue what it would be, as I deinstalled qmail before going back to postfix, and have renamed all the sendmail binaries. Any suggestions welcomed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message