I now have Internet through Comcast. Hopefully the transition has not caused too many problems.
One thing I had to work around was outgoing mail. Turns out the Comcast DHCP pool is listed on a lot of blacklists. Thanks to a helpful page I found all I needed to do was use Comcast's SMTP server as a relay host in my main.cf:
relayhost = smtp.comcast.net After reloading postfix, no more bounced mail!
|