Hi
I have little problem. I have exim with exiscan and mysql support:
#exim -bV
Exim version 4.30 #1 built 10-Jan-2004 19:09:38
Berkeley DB: Sleepycat Software: Berkeley DB 3.3.11: (July 12, 2001)
Support for: IPv6 OpenSSL
Lookups: lsearch wildlsearch nwildlsearch dbm dmbnz mysql
Authenticators: cram_md5 plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir autoreply pipe smtp
Contains exiscan-acl patch revision 14 (c) Tom Kistner
[
http://duncanthrax.net/exiscan/]
and "everything" works fine. But if i try send mail from localhost exim
return errors:
example:
Exim configuration error in line 122:
main option "av_scanner" unknown
or if i hash all exiscan options then:
Exim configuration error in line 269:
main option "mysql_servers" unknown
(everything work if i send mail from other host)
Why, how fix it?