From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 03:22:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 ABFBF16AEEA for ; Mon, 13 Mar 2006 03:22:33 +0000 (UTC) (envelope-from tom@trancegeek.net) Received: from jet14.hasweb.com (jet14.hasweb.com [72.29.75.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5574E43D83 for ; Mon, 13 Mar 2006 03:20:05 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from cpanel by jet14.hasweb.com with local (Exim 4.52) id 1FIdbG-0004Fq-FF for freebsd-questions@freebsd.org; Sun, 12 Mar 2006 22:20:02 -0500 Received: from 70.22.176.174 ([70.22.176.174]) by www.trancegeek.net (Horde MIME library) with HTTP; Sun, 12 Mar 2006 22:20:02 -0500 Message-ID: <20060312222002.hjehocgwwkcggs0g@www.trancegeek.net> Date: Sun, 12 Mar 2006 22:20:02 -0500 From: tom@trancegeek.net To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet14.hasweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32001 32031] / [47 12] X-AntiAbuse: Sender Address Domain - trancegeek.net X-Source: /usr/local/cpanel/3rdparty/bin/php X-Source-Args: /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/base/horde/imp/compose.php X-Source-Dir: :/base/horde/imp Subject: Postfix doesn't do anything when I connect to it through telnet or Mozilla Thunderbird 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: Mon, 13 Mar 2006 03:22:33 -0000 Hi, I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11). I read the cheat notes here and I can get Postfix running. However, when I try to telnet in or connect with Mozilla Thunderbird nothing happens. Here is an example: tom@killdozer$ telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to localhost.angrycoder.org. Escape character is '^]'. [some time goes by here...] [I get angry and mash the escape character like a monkey] ^] telnet> quit Connection closed. Here is some [hopefully!] useful info: tom@killdozer$ ps auxw | grep post postfix 275 0.0 0.2 1328 1032 ?? I 9:48PM 0:00.02 proxymap -t unix -u postfix 175 0.0 0.2 1384 1084 ?? I 9:47PM 0:00.02 qmgr -l -t fifo -u postfix 174 0.0 0.2 1348 1060 ?? I 9:47PM 0:00.02 pickup -l -t fifo -u root 173 0.0 0.2 1328 1040 ?? Is 9:47PM 0:00.08 /usr/local/libexec/postfix/master tom@killdozer$ uname -a FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Apr 22 01:01:47 EDT 2005 admin@63-246-146-190.domain.tld:/usr/src/sys/compile/TOMKERNEL i386 [TOMKERNEL is just generic with SSE instructions enabled] Thank you in advance for any help FreeBSD Gurus!