[exim] local_scan_path error (v2)

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

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
Copyright (c) University of Cambridge 2005
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.27: (December 22, 2004)
Support for: crypteq iconv() OpenSSL Content_Scanning
Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz ldap
ldapdn ldapm
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir autoreply pipe smtp
Fixed never_users: 0
2006-04-01 13:47:27 Exim configuration error in line 5 of
/usr/local/exim-4.60/exim.conf:
main option "local_scan_path" unknown

the sa-exim it's no longer supported ? I ommited an option ?

Thanks in advance

ere 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