[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
- Subject: [cobalt-users] Re: [RaQ 4] HOWTO: Restore mail server aliases lost when site admin pages disappear
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Fri Oct 10 11:07:06 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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