From owner-freebsd-questions Tue Jan 25 11:48:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB6151A9 for ; Tue, 25 Jan 2000 11:48:31 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id NAA56383; Tue, 25 Jan 2000 13:46:09 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <00d901bf676d$1edc1820$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Julian C. Dunn" , Cc: References: Subject: RE: service.switch Date: Tue, 25 Jan 2000 13:48:15 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You need to use a DEFINE macro in your .mc file to tell M4 that the service > switch file you want to use is "/etc/service.switch". I found the information > on the www.sendmail.org site, but if you can't find the exact DEFINE command to > use, I can send you my .mc when I get home. I think it's something like > > define (`ServiceSwitchFile', `/etc/service.switch') You can do it in the standard "/etc/sendmail.cf" file, just look for the line: #O ServiceSwitchFile=/etc/service.switch and uncoment it. P.S. Dont forget to restart the sendmail process (killall -HUP sendmail) Have Fun... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message