
As previously discussed VPAC no longer officially exists and out hosting there is going to disappear. I have migrated the LUV server to a virtual maching in Germany on the Hetzner network. This gives us plenty of storage, fast Internet access, IPv6, and it's free (courtesy of a German Linux user who is donating the resources). Unfortunately we have some DNS issues. I've got a simple TCP proxy in place for the web server but that doesn't work so well for email as it breaks lots of anti-spam checks. I will use a proxy for the mail server if we don't have DNS sorted out tonight. iptables -t nat -A OUTPUT -d 202.158.218.240 -p tcp --dport 25 -j DNAT --to\ 188.40.100.241:25 If you are eager to send mail to the lists and don't want to wait for me to sort out the DNS problem then run the above command on your outbound mail relay. That will redirect it to the correct destination. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/