From owner-freebsd-questions@FreeBSD.ORG Tue Dec 11 18:41:32 2007 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 CA17B16A417 for ; Tue, 11 Dec 2007 18:41:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 56D7113C44B for ; Tue, 11 Dec 2007 18:41:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lBBIepVk009964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Dec 2007 20:41:17 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lBBIekqw012875; Tue, 11 Dec 2007 20:40:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lBBIekoe012873; Tue, 11 Dec 2007 20:40:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Dec 2007 20:40:46 +0200 From: Giorgos Keramidas To: "Aryeh M. Friedman" Message-ID: <20071211184046.GA8175@kobe.laptop> References: <24B63B5B-74E3-4F5C-B0C4-D44EBF797966@mac.com> <475D5670.1030207@gmail.com> <20071210214254.GA8185@kobe.laptop> <475DB713.4060504@gmail.com> <20071211162638.GA16776@kobe.laptop> <475ED0A2.7030205@gmail.com> <20071211181032.GA1712@kobe.laptop> <475ED62E.1040904@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <475ED62E.1040904@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.001, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: smart_host on sendmail min config 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: Tue, 11 Dec 2007 18:41:32 -0000 On 2007-12-11 13:25, "Aryeh M. Friedman" wrote: >Giorgos Keramidas wrote: >> Neat! Your local Sendmail submission service works then. You >> should be able to see the message in the `clientmqueue' with: >> >> mailq -Ac >> >> Now, can you show us how your local rc system starts Sendmail, and >> the active Sendmail processes you are using? It may be working >> fine, but only queueing messages in `/var/spool/clientmqueue'. A >> queue runner should also be started to periodically scan and handle >> the clientmqueue messages. I'm sorry, but this is the *third* time I am asking the same thing, and it's getting a bit boring. Do you _really_ want help, or just to have a bit of email fun for a while? You still haven't shown us: * How your local rc system starts Sendmail * The active Sendmail processes you have now > monster-freebsd# !sen > sendmail -bd -q1m -v > # very long pause > 050 WARNING: local host name (monster-freebsd) is not qualified; see > cf/README: WHO AM I? Your DNS is broken, and Sendmail cannot resolve `monster-freebsd'. That's not a Sendmail issue, so I'm ignoring that for now. > monster-freebsd# mailq -Ac > # very long pause > /var/spool/clientmqueue (8 requests) > - -----Q-ID----- --Size-- -----Q-Time----- > - ------------Sender/Recipient----------- > lBAEQDUM077228 9 Mon Dec 10 09:26 aryeh > (Deferred: Connection refused by [127.0.0.1]) > aryeh@gmail.com No submission service running. You have to start at least some process which listens on 127.0.0.1:25 for incoming email requests and a queue runner for clientmqueue. I haven't seen any "ps xauwww" output for the Sendmail processes you are currently running, so no idea why you don't have a listener on 127.0.0.1:25.