Ken McCord
2005-04-27 00:08:30 UTC
im a comcast broadband subscriber and broadcast a
weekly newsletter to about 700 local golfers. i have
problems getting through to earthlink accounts and
some others because my mail server is on a dynamic ip
address. so how could i set it up to relay mail
through my comcast email account? i understand that
comcast requires one to log in prior to sending mail
through.
any ideas??
Make sure /etc/postfix/transport looks something like this:weekly newsletter to about 700 local golfers. i have
problems getting through to earthlink accounts and
some others because my mail server is on a dynamic ip
address. so how could i set it up to relay mail
through my comcast email account? i understand that
comcast requires one to log in prior to sending mail
through.
any ideas??
.example.com smtp:[192.168.1.0]
example.com smtp:[192.168.1.0]
* smtp:smtp.comcast.net
Where example.com is your domain, and 192.168.1.0 is your internal
network. Don't forget to do a postmap /etc/postfix/transport and to
reload postfix as well.
Ken