On Sun, Aug 24, 2003 at 11:25:59PM -0600, Jan L. Peterson wrote:
> > Where do I go about changing to smtp.comcast.net?
> 
> Do you have sendmail, postfix, qmail, or exim?  If sendmail, look for 
> something in your sendmail.cf file like this:
> 
>   # "Smart" relay host (may be null)
>   DS
> 
> and change it to
> 
>   DSsmtp.comcast.net
> 
> and restart sendmail.
> 
> If postfix, look for something in your main.cf like this:
>  
>   #relayhost = gateway.my.domain
> 
> and change it to
> 
>   relayhost = smtp.comcast.net
> 
> and do a "postfix reload".
> 
> I'm not familiar enough with qmail or exim to answer the question, but 
> I'm sure there are similar mechanisms available.

For exim, look for /etc/exim/exim.conf, and have this block in there:

smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtp.comcast.net bydns_a"

end

Or, (at least if you were running Debian), you could run eximconfig.

Mike

-- 
------------------------------------------- | ---------------------
Michael Halcrow                             | [EMAIL PROTECTED]     
Developer, IBM Linux Technology Center      |                      
                                            |
If you are too busy to read, then you are   |
too busy.                                   |
------------------------------------------- | ---------------------
GnuPG Keyprint:  05B5 08A8 713A 64C1 D35D  2371 2D3C FDDA 3EB6 601D

Attachment: pgp00000.pgp
Description: PGP signature

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to