Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts published in September, 2009

If you need to force outbound mail out a different IP address on the server, you can do this using iptables with the following rule: iptables -t nat -A POSTROUTING -p tcp -s ! 127.0.0.1 –dport 25 -j SNAT –to-source <new.ip.add.res>

First of all, let me apologize for not having any pictures to go along with this article. I was in a hurry to get the MacBook to start up and had to just do it. This deals with a white MacBook in the 2007 vintage. There have now been two occassions in which the MacBook [...]