Re: [Exim] Apache->exim->email

Top Page
Delete this message
Reply to this message
Author: Richard
Date:  
To: p.d.cooper
CC: exim-users
Subject: Re: [Exim] Apache->exim->email
to be able to use the "-f' switch, you must put the user that apache
runs as, in your case 'apache' in the trusted users in exim.conf. Only
then will exim let apache set the '-f' switch.

good luck,

richard


On Sun, 2003-06-08 at 07:32, p cooper wrote:
> Got exim nearly sorted( after giving up on sendmail
> :-)))
> Im using a script to email form information:
>    open (MAIL, "|$mail_program") || die "Could Not
> Open Mail Program: $!";
>     print MAIL <<__END_OF_MAIL__;#
> To: $to
> Reply-to: $from
> Subject: $subject
> Content-type: text/plain
> $messagebody
> __END_OF_MAIL__
>     close (MAIL);
> -----------------------------------------------
> the emails are coming out the other end as from
> apache<apache@???> rather than the
> 'from string:
> ----------------------------------------------
> no idea where to start looking to sort this
> :-((

>
>
> __________________________________________________
> Yahoo! Plus - For a better Internet experience
> http://uk.promotions.yahoo.com/yplus/yoffer.html
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##