From owner-freebsd-questions Wed Feb 26 13:54:22 2003 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 798F437B401 for ; Wed, 26 Feb 2003 13:54:20 -0800 (PST) Received: from mail.digitaldeck.com (twindolphin-xo.digitaldeck.com [66.237.41.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED20C43FBD for ; Wed, 26 Feb 2003 13:54:19 -0800 (PST) (envelope-from chris@digitaldeck.com) Received: from luna (luna.office-ca1.digitaldeck.com [192.168.1.132]) by mail.digitaldeck.com (8.12.6/8.12.6) with SMTP id h1QLsJA1091610 for ; Wed, 26 Feb 2003 13:54:19 -0800 (PST) (envelope-from chris@digitaldeck.com) From: "Chris McCluskey" To: Subject: Sendmail and MSP issues Date: Thu, 27 Feb 2003 03:46:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having some issues with Sendmail with the MSP, and I have read so many docs I have confused myself! My issue is the following. I'm running 4.7p4 with the 8.12.x Sendmail. I want to route all local mail to a central mail hub (I'm doing this somewhat successfully with LOCAL_RELAY and MAIL_HUB). But I'm hitting a wall with the new MSP (the submit.cf stuff) and mail. When I try to write an e-mail message using the local mail from a localhost user to an outside address, the message isn't transferred to the mail hub, but gets stored in the clientmqueue for processing, and just sits there. I get the following log entry: Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: from=chris, size=42, class=0, nrcpts=1, msgid=<200302210706.h1L76tFs016892@server.company.com>, relay=chris@localhost Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: to=chris@outsideaddress.com, delay=00:00:00, mailer=esmtp, pri=30041, dsn=4.4.3, stat=queued I thought that LOCAL_RELAY was supposed to relay stuff like this and send it on -- but I don't think that the normal sendmail daemon is looking at this queue (that's what the MSP is for after all, right?!). I thought about using genericstable to rewrite the base domain of the local users, but it doesn't look like MSP would even look at it to do the domain rewrite anyway. Any help would be appreciated. My assumption riding though all of this is that on a normal system, the only thing that uses the LOCAL mailer part of Sendmail (and now the MSP mailer) is the CLI mailer "mail". Most other programs use SMTP to talk directly with a local mail relay. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message