>>>>> "A" == Andreas Metzler <[EMAIL PROTECTED]> mailed me:
A> On Wed, Aug 20, 2003 at 11:06:12AM +0800, Dan Jacobson wrote: >> If /etc/mailname is the same as /etc/hostname, can I remove >> /etc/mailname perhaps one day? Both say jidanni.org . A> No, they serve different purposes. Quoting policy 11.6:[...] I see. OK, I just did cd /etc && cmp hostname mailname && rm mailname && ln -s hostname mailname [I hope that's OK.]