Lähettäjä: Torsten Mueller Päiväys: Vastaanottaja: Bo Mellberg Kopio: exim-users Aihe: Re: [Exim] Trouble with incoming mail, again
Hey,
first do a
which sendmail
you will see, where your sendmail binary lives
in my case it was /usr/sbin/sendmail
kill your sendmail:
killall sendmail
now backup your sendmail binary
mv /usr/sbin/sendmail /sbin/sendmail.org
now make a symlink from the exim binary to the old sendmail location
ln -s /where/your/exim/binary/lives/exim /usr/sbin/sendmail
start "sendmail"
that should be all
... but only my 2 cents (on a suse distro)
Greetings Torsten
Bo Mellberg schrieb: > ... > Any clues on how to link sendmail to exim on a Debian machine?
> I can't use the "apt-get" option since I need to compile exim with
> mySQL.
>
> /Bo Mellberg