From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 04:35:40 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 9511716A401 for ; Mon, 13 Mar 2006 04:35:40 +0000 (UTC) (envelope-from freebsd@rmnanetworks.com) Received: from rmnanetworks.com (S01060010b53d5228.ed.shawcable.net [68.149.208.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAACC43D6E for ; Mon, 13 Mar 2006 04:35:36 +0000 (GMT) (envelope-from freebsd@rmnanetworks.com) Received: (qmail 8559 invoked by uid 89); 13 Mar 2006 04:34:20 -0000 Received: by simscan 1.1.0 ppid: 8552, pid: 8555, t: 0.9429s scanners: clamav: 0.87.1/m:34/d:1162 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.rmnanetworks.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=ham version=3.1.0 Received: from unknown (HELO rmnalaptop) (freebsd@rmnanetworks.com@68.149.208.209) by mail.rmnanetworks.com with (RC4-MD5 encrypted) SMTP; 13 Mar 2006 04:34:19 -0000 Message-ID: <04ba01c64657$916e1e90$076fa8c0@rmnalaptop> From: "Freesbie" To: References: <20060312222002.hjehocgwwkcggs0g@www.trancegeek.net> Date: Sun, 12 Mar 2006 21:35:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: Postfix doesn't do anything when I connect to it through telnet orMozilla 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 04:35:40 -0000 Either you forgot to do the command /usr/local/bin/newaliases or a series of postmap commands. I think it is the first one causing you grief Freesbie ----- Original Message ----- From: To: Sent: Sunday, March 12, 2006 8:20 PM Subject: Postfix doesn't do anything when I connect to it through telnet orMozilla Thunderbird > 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! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >