Re: [exim] Re: local_scan_path error

Pàgina inicial
Delete this message
Reply to this message
Autor: De Leeuw Guy
Data:  
A: exim-users
Assumpte: Re: [exim] Re: local_scan_path error
Hello,

I repost my problem because I not match a solution over google.

Thanks in advance

Guy

De Leeuw Guy a écrit :

>Hello Andreas
>
>Thanks for your respons.
>But I applied the patch
>
>Here the command that I launch to compile exim
>
>export EXIMVERSION=4.60
>export SAVERSION=4.2.1
>
>tar -xvzf sa-exim-$SAVERSION.tar.gz
>cp SA-Makefile-$SAVERSION sa-exim-$SAVERSION/Makefile
>tar -xvzf exim-$EXIMVERSION.tar.gz
>cp BaseMakefile-$EXIMVERSION exim-$EXIMVERSION/Local/Makefile
>cp exim-$EXIMVERSION/exim_monitor/EDITME exim-$EXIMVERSION/Local/eximon.conf
>cd sa-exim-$SAVERSION
>make
>cd ..
>cd exim-$EXIMVERSION
>patch -p1 < ../sa-exim-$SAVERSION/localscan_dlopen_exim_4.20_or_better.patch
>make
>sudo make install
>cp ../sa-exim-$SAVERSION/accept.so /usr/local/exim-$EXIMVERSION/bin/
>cp ../sa-exim-$SAVERSION/sa-exim-$SAVERSION.so
>/usr/local/exim-$EXIMVERSION/bin/
># My 2 config files
>cp ../BaseConfigure-$EXIMVERSION /usr/local/exim-$EXIMVERSION/exim.conf
>cp ../sa-exim.conf /usr/local/exim-$EXIMVERSION/
>cd ..
>
>/usr/local/exim-$EXIMVERSION/bin/exim -bV
>
>Guy
>
>
>Andreas Metzler a écrit :
>
>
>
>>De Leeuw Guy <G.De_Leeuw@???> wrote:
>>
>>
>>
>>
>>>I just upgrade exim 4.34 to 4.60, but when I start exim -bV I receive an
>>>error :
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>>Exim version 4.60 #1 built 01-Apr-2006 13:41:50
>>>
>>>
>>>
>>>
>>[...]
>>
>>
>>
>>
>>>main option "local_scan_path" unknown
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>>the sa-exim it's no longer supported ? I ommited an option ?
>>>
>>>
>>>
>>>
>>Iirc local_scan_path (for dlopening local_scan, instead of compiling
>>it directly into exim4) has always been provided by an external patch.
>>
>>http://marc.merlins.org/linux/exim/files/sa-exim-cvs/localscan_dlopen_exim_4.20_or_better.patch
>>
>>cu andreas
>>
>>
>>
>>
>
>
>