Re: [Exim] Testing 4.10 installation

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Yann Golanski
Data:  
Para: Kirill Miazine, Mike Stewart
CC: exim-users
Asunto: Re: [Exim] Testing 4.10 installation
--
Quoth Kirill Miazine on Wed, Nov 27, 2002 at 12:22:18 +0100
> > "bash: exim: command not found".
>
> ./exim -bV or /usr/exim/bin/exim -bV


Or better yet add the following two lines to your .bashrc/.profile
system files.

PATH=/usr/exim/bin/:$PATH
export PATH

You will need to remove sendmail as well (rpm --dowhatItellyoudammit -E
sendmail or some such) then create a symlink from /usr/lib/sendmail to
exim with ln -si /usr/exim/bin/exim /usr/lib/sendmail.

--
yann@???                  -=*=-                      www.kierun.org
    PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318
    IRC:   nick kierun, server spod.uk.amiganet.org, channel #sanctus
    NNGS:  nick kierun, server nngs.cosmic.org, port 9696.
--
[ Content of type application/pgp-signature deleted ]
--