[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: [RaQ 4] HOWTO: Restore mail server aliases lost when site admin pages disappear



Actually I followed that thread out, and there was an issue for domains with a 
country code at the end (www.example.com.uk).  The "fixed" process is to 
change the line

ls /home/sites/|awk -F '.' ' {if ($0 ~ /www/) {print $2"."$3}}' >> \
/etc/mail/local-host-names

to

ls /home/sites/|awk -F '.' ' {if ($0 ~ /www/) {print $2"."$3.$4}}' >> \ 
/etc/mail/local-host-names

See http://list.cobalt.com/pipermail/cobalt-users/2003-February/086555.html 
for all the details