@floyd:
According to
man tar on both Redhat/CentOS and Debian/Ubunut distributions (I just checked) you can use the
-h or
--dereference options to treat symlinks by following them and archiving/restoring them as if they were real.
The program I remember as not following symlinks is apache, but it depends on an option in the configuration. You can not follow symlinks, follow them, or only follow them if the owner matches. Lots of Google hits
here.
Everyone:
Exim delivers email based on where it is.
/home just happens to be where it is when using Dovecot on DirectAdmin. That part of the code that's hard-coded was written by DirectAdmin staff. I've just found a reference in my current RC (and maybe in all exim.conf files in use by DirectAdmin; I haven't checked), to
$home, in the
userforward director.
So it may very well work. However recently I believe someone has posted on these forums that the forwards in the .forward file weren't working. Are they? If they are, then
$home can possibly be substituted for
/home in the
local_delivery director.
However I'm not sure what exactly
$home contains at the point where it needs to be checked.
Documentation is
here (exim.org). Anyone have time to check it?
Jeff