On Thu, Jun 23, 2005, Timothy Horie wrote: > I'm trying to rebuild my /etc/mail/aliases file after changing it but it > isn't working.
Check that you reference the right file:
grep AliasFile `sendmail -bt -d0.14 </dev/null | awk '/Conf.*selected/ {print
$3}'`
Then run
sendmail -bi -v

