Re: [EXIM] protocol

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Julian
日付:  
To: exim-users
題目: Re: [EXIM] protocol
>
> On Tue, 2 Jun 1998, Julian wrote:
>
>
> So (I repeat) how is "resend" calling Exim? What command is being used?
> Does the "Received" header say it was received by the correct version of
> Exim? (i.e. is there a version problem here? - patched vs non-patched
> versions?) I'm just guessing...


$sendmail_command = "/usr/sbin/sendmail";
bash# ls -l /usr/sbin/sendmail
lrwxr-xr-x  1 bin  bin  18 May  8 09:57 /usr/sbin/sendmail -> /usr/exim/bin/exim
bash# /usr/sbin/sendmail -bV
Exim version 1.92 #3 built 28-May-1998 17:30:53
Copyright (c) University of Cambridge 1998
exim     15345  0.0  1.3   580  844  ??  Ss    3:58PM    0:00.27 /usr/exim/bin/exim -bd -q15m



>
> One way to get debugging information out of this is to recompile Exim
> with a setting for STDERR_FILE in the build-time configuration, and then
> persuade "resend" to call exim with -dm and -d9 set. Make sure the file
> is writeable by everybody concerned - often easiest to just make it
> world-writeable for such tests.


I will attempt this in a moment. As a comment, having a command line/
configuration file option for STDERR_FILE might be useful :-)

Thanks,

Julian

--
*** Exim information can be found at http://www.exim.org/ ***