Re: [EXIM] newbie question

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Harald Meland
Ημερομηνία:  
Προς: Salvatore Greco
Υ/ο: Philip Hazel, exim-users
Αντικείμενο: Re: [EXIM] newbie question
[Salvatore Greco]

> The newaliases command :
>
>      newaliases - rebuild the data base for the mail aliases file

>
>      Newaliases rebuilds the random access data base for the mail aliases file
>      /etc/aliases. It must be run each time this file is changed in order for
>      the change to take effect.

>
>      Newaliases is identical to ``sendmail -bi''.


Even if you replaced the sendmail binary with exim, there might still
be lying a copy of sendmail somewhere -- i.e. "newaliases" is
sometimes a hard link to sendmail, and thus isn't affected by
replacing the sendmail binary.

Is this the problem here? What does

$ ls -li `type -path sendmail` `type -path newaliases`

say? If one of sendmail or newaliases is a symlink, also try with "ls
-liL".

--
Harald

--
*** Exim information can be found at http://www.exim.org/ ***