From owner-freebsd-questions@FreeBSD.ORG Tue Nov 2 16:14:43 2004 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 7D12316A4CE for ; Tue, 2 Nov 2004 16:14:43 +0000 (GMT) Received: from ms-smtp-04.tampabay.rr.com (ms-smtp-04-smtplb.tampabay.rr.com [65.32.5.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2512943D55 for ; Tue, 2 Nov 2004 16:14:43 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.2] (24286hfc39.tampabay.rr.com [24.28.6.39]) iA2GEeB7012508 for ; Tue, 2 Nov 2004 11:14:40 -0500 (EST) Message-ID: <4187B29E.3000704@yahoo.com> Date: Tue, 02 Nov 2004 11:15:26 -0500 From: Steel City Phantom User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: still more sendmail trouble 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: Tue, 02 Nov 2004 16:14:43 -0000 i still can't get the mail function in PHP to work. my sendmail log shows this Nov 2 10:41:36 ironcity sendmail[89186]: iA2FfagI089186: from=www, size=473, class=0, nrcpts=0, msgid=<200411021541.iA2FfagI089186@ironcity.showroomtech.com>, relay=www@localhost which is a step up because before i made the changes to the rc.conf, i would get this Nov 2 00:14:22 ironcity sm-msp-queue[86045]: iA1HGR7Q085413: to=sadicutza2000@yahoo.com, ctladdr=www (80/80), delay=11:57:55, xdelay=00:00:00, mailer=relay, pri=2190203, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] here is what i put in my rc.conf sendmail_enable="NO" sendmail_submit_enable="YES" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="YES" any ideas?