Re: [Exim] Exim and Silkymail

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Jetmore
Data:  
Para: tsh
CC: exim-users
Asunto: Re: [Exim] Exim and Silkymail
I'm not sure the problem is what you describe, but a way to find out how
it's getting called is:

/bin/cp /usr/sbin/sendmail /usr/sbin/sendmail.real

echo > /usr/sbin/sendmail <<EOM
#/bin/ksh

echo "`/bin/date`: $*" >> /tmp/sendmail_calls.log
exec /usr/sbin/sendmail.real $*
EOM

chmod 555 /usr/sbin/sendmail

or something like that. I'm sure the permissions will be off, I don't
have a machine w/ exim installed handy to check. You get the idea,
though...

--John

On Fri, 12 Oct 2001 tsh@??? wrote:

>
> Also posted to alt.comp.email.exim
>
>
> After a very recent install of Exim on a RH6.1, our Cyrusoft Silkymail users
> are no longer able to send messages. It just reports 'message failed to be sent'
> I suspect that Silky is calling exim (aka sendmail) with some unsupported arg,
> but I get nothing in any of the exim logs (should I expect to?)
> I and havent yet managed to find the bit of Silky where this operation
> takes place.
> The exim binary has been installed in /usr/sbin/sendmail to replace
> the real sendmail (no symlinks). Any suggestions how I might find out
> what's going on?
>
> Cheers,
> Terry.
> --
>
>
> Terry Horsnell (tsh@???)
> I.T. Manager
> Medical Research Council
> Lab of Molecular Biology
> Hills Road
> CAMBRIDGE CB2 2QH
> U.K.
> Phone:  +44 (0)1223 248011
> Fax:    +44 (0)1223 213556

>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>