From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 15:23:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 36A3916A41F for ; Fri, 17 Mar 2006 15:23:55 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651EA43D4C for ; Fri, 17 Mar 2006 15:23:54 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 83367 invoked by uid 1002); 17 Mar 2006 15:23:52 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 1.68935 secs); 17 Mar 2006 15:23:52 -0000 Received: from unknown (HELO xzibit) (209.167.16.15) by pearl.ibctech.ca with (RC4-MD5 encrypted) SMTP; 17 Mar 2006 15:23:50 -0000 From: "Steve Bertrand" To: "'Efren Bravo'" , Date: Fri, 17 Mar 2006 10:23:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZJy26iDQ0S2IfUSliEmaG0qwDsGwACe4SQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20060317140151.96860.qmail@web25515.mail.ukl.yahoo.com> X-Qmail-Scanner-Message-ID: <114260903067583361@pearl.ibctech.ca> Message-Id: <20060317152354.651EA43D4C@mx1.FreeBSD.org> Cc: Subject: RE: SendMail Help! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:23:55 -0000 > What do I've to change so that: > > -My Domain Name (must be sub.dom.com)? Don't quite understand what you are getting at here. > -Bind sendmail to an IP? Here is a pretty good document I found that describes how to bind only to loopback address, but I'm sure you could hack it to force it to listen to a different address instead. It also explains rebuilding your cf file from mc. http://www.chinalinuxpub.com/doc/www.siliconvalleyccie.com/linux-hn/send mail.htm > -Setup my sendmail to deliver the mails to another mail > server(dom.com)? Check out the mailertable.sample file. I believe that it is there where you will alias the subdomain to another location. Create a new mailertable file, then whilst in your mail directory (usually /etc/mail), just type make, or: # makemap hash mailertable < mailertable HTH, Steve