From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 00:22:00 2003 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 01DB737B401 for ; Thu, 12 Jun 2003 00:22:00 -0700 (PDT) Received: from server.sirtis.org.uk (dsl-217-155-170-59.zen.co.uk [217.155.170.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 023D843FB1 for ; Thu, 12 Jun 2003 00:21:56 -0700 (PDT) (envelope-from jonathan@sirtis.org.uk) Received: (qmail 76548 invoked by uid 1006); 12 Jun 2003 07:21:52 -0000 Received: from jonathan@sirtis.org.uk by server.sirtis.org.uk by uid 1011 with qmail-scanner-1.15 spamassassin: 2.43. Clear:SA:0(-0.1/5.0):. Processed in 1.304227 secs); 12 Jun 2003 07:21:52 -0000 X-Spam-Status: No, hits=-0.1 required=5.0 Received: from unknown (HELO sirtis.org.uk) (webmail%sirtis.org.uk@217.155.170.58) by 0 with SMTP; 12 Jun 2003 07:21:50 -0000 Message-ID: <3EE82A2F.3010306@sirtis.org.uk> Date: Thu, 12 Jun 2003 08:22:23 +0100 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: rs1_9c98b83100d, rs2_0492abec4e2, rs3_cd142b81ab MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with sendmail 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: Thu, 12 Jun 2003 07:22:00 -0000 Hi all, I've just upgraded a server from 4.3-RELEASE to 4.8-STABLE and I'm now having sendmail problems. I was intending to leave the original sendmail in place, pending a migration to qmail, but unfortunately, I made use of the wrong make.conf and I'm now sitting in front of a new sendmail setup and I've not used sendmail for about 7 years. The original problem was permission denied on /var/spool/clientmqueue which I sorted by chowning to smmsp:smmsp. I'm not getting the following in the logs (when trying to send email through PHP's mail function): Jun 12 08:13:51 server3 sendmail[59396]: h5C7DphJ059396: from=www, size=81, class=0, nrcpts=0, msgid=<200306120713.h5C7DphJ059396@server3.sirtis.co.uk>, relay=www@localhost Jun 12 08:13:51 server3 sendmail[59396]: h5C7DphJ059396: h5C7DphK059396: DSN: testing@sirtis.co.uk; jonathan@sirtis.org.uk... Invalid route address I'm sure this is a simple problem, but I'm not sure where to start. Any assistance would be much appreciated. My main fear is screwing the server up - it's running correctly for incoming mails for the domains configured on it and emails from the command line are working, so I'm assuming that I need to setup authorisation for sirtis.co.uk to send mail? TIA, Jonathan