> 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.

        -jan-
-- 
Jan L. Peterson
Unemployed "Computer Facilitator"
http://www.peterson.ath.cx/~jlp/resume.html



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

Reply via email to