Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 04:27:26 -0700 (PDT)
From:      Nash Nipples <trashy_bumper@yahoo.com>
To:        Duane Whitty <duane@greenmeadow.ca>
Cc:        freebsd-net@freebsd.org
Subject:   Re: How do i send mail to certain domain users over external smtp using sendmail?
Message-ID:  <20060511112726.90378.qmail@web36315.mail.mud.yahoo.com>
In-Reply-To: <44620AC8.8040806@greenmeadow.ca>

next in thread | previous in thread | raw e-mail | index | archive | help


Duane Whitty <duane@greenmeadow.ca> wrote: Nash Nipples wrote:
>            hi, i just dont see any options to make it work
>
>  "| /usr/sbin/sendmail -Ac -t" works fine
>  but "| /usr/sbin/sendmail -O ConnectOnlyTo=smtp.external.co... -Ac -t" just wont work:
>  WARNING: RunAsUser for MSP ignored, check group ids (egid=10103, want=25)
>  can not chdir(/var/spool/clientmqueue/... Permission denied
>  Program mode requires special privileges, e.g., root or TrustedUser.
>  554 5.3.5 Local configuration error
>  
>  I dont want to set up trusted users. Any work-around available?
>  
>  thanks
>   
> ---------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2�/min or less.
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>
>
>
>   
Hi,

To clarify for myself, are you asking:

given domains abc.com, foo.com, bar.com , and anotherdomain.com

how to use your local SMTP to send mail to abc.com and foo.com but use
an external SMTP to send mail to bar.com and anotherdomain.com?

If so, then you can use the SMART_HOST define and the confCW_FILE define
in your /etc/mail/sendmail.mc file and put hosts you want processed via 
local
SMTP in the file defined in confCW_FILE define.  If you just have one domain
you want handled locally then you might also just put an entry like
Cwfoo.com in /etc/mailsendmail.cf.  Your file names may vary depending
upon you configuration.

Hope this helps.

Sincerely,

Duane Whitty
-- 
duane@greenmeadow.ca
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Umm yea! thanks. its all about SMART_HOST.

Nash

		
---------------------------------
Blab-away for as little as 1�/min. Make  PC-to-Phone Calls using Yahoo! Messenger with Voice.
		
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060511112726.90378.qmail>