Re: [Exim] Command line

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ian Southam
Fecha:  
A: Riccardo Baldanzi
Cc: exim-users
Asunto: Re: [Exim] Command line
On Tue, Jul 18, 2000 at 09:45:43PM +0200 Riccardo Baldanzi wrote :

> Out costumer normally use a cgi, written in perl, to generate e-mail from a
> web-form.
> But e-mail is redirect to root@localhost because web-server is on the same
> server as MTA (running exim).
> Can i use exim, and remove sendmail, from command line to send an e-mail?
> (like sendmail)


Symlink exim to /usr/lib/sendmail /usr/sbin/sendmail and 99% of scripts will
work as they always did.

If you want the users to be able to set the envelope address in their scripts
they must use the -f command line option and, you must put the user that exim
runs under in as one of your trusted users - think carefully about that one
as, spammers can use CGI too.

--
Ian