From owner-freebsd-questions  Fri Feb  9 18:53:42 2001
Delivered-To: freebsd-questions@freebsd.org
Received: from mail.derivativeinc.com (unknown [199.212.63.137])
	by hub.freebsd.org (Postfix) with ESMTP id EFE4F37B684
	for <questions@FreeBSD.org>; Fri,  9 Feb 2001 18:53:21 -0800 (PST)
Received: from touch-101.com ([192.168.63.16]) by mail.derivativeinc.com
	(Smail-3.2.0.111 2000-Feb-17 #1; 2000-Jul-24)
	via sendmail with esmtp id <m14RQ9w-003XGeC@mail.derivativeinc.com>
	for <questions@FreeBSD.org>; Fri, 9 Feb 2001 21:53:12 -0500 (EST)
Message-ID: <3A84AD0A.C46CA00D@touch-101.com>
Date: Fri, 09 Feb 2001 21:52:58 -0500
From: Jarrett Smith <jarrett@touch-101.com>
X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: FreeBSD List <questions@FreeBSD.org>
Subject: smail and multiple domains
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Hi,

Please say so if smail is an inappropriate topic for this list. 

I just started hosting a 3rd domain and can't get smail to work for the 3 domain
name.  The only way I could get two domains working was to set...

uucp_name elkabong.com (which is the second domain)

I don't know why this worked but it did...  Can someone please take a look at
the following config file and diagnose what I'm doing wrong.  

Alternatively, please tell me where I could find an answer.  

P.S.  How do I restart the smail program?  Can find its pid for kill -HUP?

Sincerely,

Jarrett

-------Smail Config...

domains=TOUCH-101.COM:ELKABONG.COM:D-RIVATIVE.COM

from_field="From:${if def:sender_name: $sender_name} <$sender${if origin:local
@$name}>"


hostnames=mail.d-rivative.com:mail.touch-101.com:mail.elkabong.com:ns.touch-101.com:ns2.touch-101.com:touchy.touch-101.com:bauru.touch-101.com:pemba.touch-101.com:surat.touch-101.com:roots.touch-101.com:wawa.touch-101.com



more_hostnames=TOUCH-101.COM:loghost:mail:ns:ns2:touchy:surat:bauru:pemba:roots:wawa

received_field="Received: from \
        ${if def:sender_host
                {$sender_host ${if def:sender_host_addr
                        {([$sender_host_addr]) }}}
        else {${if def:sender_host_addr
                {[$sender_host_addr] }\
                else {localhost }}}}\
        by $primary_name\n\t\
        ($version_string; $compile_date)\n\t\
        ${if def:sender_program {via $sender_program }}\
        with ${if def:sender_proto
                {$sender_proto}
        else {stdio}} \
        ${if def:ident_sender
                {(ident $ident_sender using $ident_method) }}\
        id <$message_id@$primary_name>\n\t\
        for ${if def:input_addr
                {${top:input_addr}}
        else {<unknown>}}; $spool_date"

return_path_field="Return-Path: <$sender${if origin:local @$name}>"

smart_path=touchy.touch-101.com

smart_transport=smtp

uucp_name=elkabong.com

visible_name=TOUCH-101.COM

smtp_hello_broken_allow=localnet:192.168.63.*:199.212.63.*

smtp_remote_allow=localnet:192.168.63.*:199.212.63.*

-smtp_hello_verify

max_message_size=10000k


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message