Sorry, I'm running sendmail looked around in sendmail.cf and didn't see anything I felt comfortable in changing (I was looking for mail.attbi.com or smtp.attbi.com but nothing found).
I don't remember doing much to sendmail before so any idea how it may have been set up the first time? It was working well before the change to smtp.comcast.net. I've got webmin working where can I go in that. Thanks On Mon, 25 Aug 2003, Michael Halcrow wrote: > 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 > > -- Brad Mugleston, KI0OT There are 10 types of people in this world. Those that understand binary and those that don't. ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
