Re: [EXIM] newbie question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Harald Meland
日付:  
To: Salvatore Greco
CC: 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/ ***