From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 20:34:19 2005 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 79ECD16A4CE for ; Fri, 4 Feb 2005 20:34:19 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E342243D1D for ; Fri, 4 Feb 2005 20:34:18 +0000 (GMT) (envelope-from james.doucette@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so483535wri for ; Fri, 04 Feb 2005 12:34:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=MjOAoY00Q/9Y7JOpaRK+9bZItwOL22WKQmNDsddarEGxji8Am99F8C7IJKSAN08ztqZIwPGFPmQEKU2YavUOqLI/F6Gm7LmEHsOFItsMRLfdX/we9vagS7kIPyNLRtkgajmxURue5hqjrMOps6YBf9SAmVnnTrZQlVeMalXoAlA= Received: by 10.54.49.21 with SMTP id w21mr266793wrw; Fri, 04 Feb 2005 12:34:13 -0800 (PST) Received: from ?192.168.1.107? ([66.17.0.180]) by smtp.gmail.com with ESMTP id 44sm195080wri.2005.02.04.12.34.13; Fri, 04 Feb 2005 12:34:13 -0800 (PST) Message-ID: <4203DC43.5060905@gmail.com> Date: Fri, 04 Feb 2005 12:34:11 -0800 From: james doucette User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: qmail - smtp - can NOT send mail out 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, 04 Feb 2005 20:34:19 -0000 OK, i have 1 guy that cant get his mail. He can only send & recivie to his own address. everyone else has email, and it works. ...usually. How do i find out where this users config got messed up. How do i begin to fix his mail? on another note: qmailctl stat: # qmailctl stat /service/qmail-send: up (pid 131) 187 seconds /service/qmail-send/log: up (pid 137) 187 seconds /service/qmail-smtpd: up (pid 33965) 0 seconds /service/qmail-smtpd/log: up (pid 138) 187 seconds /service/qmail-pop3d: up (pid 136) 187 seconds /service/qmail-pop3d/log: up (pid 140) 187 seconds messages in queue: 3814 messages in queue but not yet preprocessed: 3 Ok, i cant seem to make the smtpd get up over 1 second. I have an smtp listening to port 25. I took it out of the /etc/services and made it a #... This messed up all mail. So i switched it back. Mail works again, but why cant i get smtpd to work right? I tried to free up port 25 several different ways and nothing worked. I imagine that both of these issues are connected... any help is appreciated.