Your message dated Sat, 1 Nov 2008 09:57:52 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#504112: exim4-daemon-heavy: Exim is build without
local_scan() support
has caused the Debian Bug report #504112,
regarding exim4-daemon-heavy: Exim is build without local_scan() support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
504112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504112
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim4-daemon-heavy
Version: 4.69-9
Severity: normal
I'm trying to setup sa-exim at my mail server and got this error after
uncommenting
begin local_scan
local_scan_path = /usr/lib/exim4/local_scan/sa-exim.so
But got this message on daemon start:
2008-10-31 18:32:21 Exim configuration error in line 490 of
/etc/exim4/exim4.conf:
local_scan() options not supported: (LOCAL_SCAN_HAS_OPTIONS not defined in
Local/Makefile)
-- Package-specific info:
Exim version 4.69 #1 built 30-Sep-2008 18:26:44
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS
move_frozen_messages Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim4/exim4.conf
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
dc_eximconfig_configtype='internet'
dc_other_hostnames='skynet.kherson.ua ostrov.net.ua'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='true'
dc_relay_nets='172.16.0.0/12:10.0.0.0/8'
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'
mailname:skysrv-web
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-6-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages exim4-daemon-heavy depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii exim4-base 4.69-9 support files for all Exim MTA (v4
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libdb4.6 4.6.21-11 Berkeley v4.6 Database Libraries [
ii libgnutls26 2.4.1-1 the GNU TLS library - runtime libr
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libmysqlclient15off 5.0.51a-15 MySQL database client library
ii libpam0g 1.0.1-4 Pluggable Authentication Modules l
ii libpcre3 7.6-2.1 Perl 5 Compatible Regular Expressi
ii libperl5.10 5.10.0-16 Shared Perl library
ii libpq5 8.3.4-2 PostgreSQL C client library
ii libsasl2-2 2.1.22.dfsg1-23 Cyrus SASL - authentication abstra
ii libsqlite3-0 3.5.9-5 SQLite 3 shared library
exim4-daemon-heavy recommends no packages.
exim4-daemon-heavy suggests no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
On 2008-10-31 Nikolay Popov <[EMAIL PROTECTED]> wrote:
> Package: exim4-daemon-heavy
> Version: 4.69-9
> Severity: normal
> I'm trying to setup sa-exim at my mail server and got this error
> after uncommenting
> begin local_scan
> local_scan_path = /usr/lib/exim4/local_scan/sa-exim.so
> But got this message on daemon start:
> 2008-10-31 18:32:21 Exim configuration error in line 490 of
> /etc/exim4/exim4.conf:
> local_scan() options not supported: (LOCAL_SCAN_HAS_OPTIONS not defined in
> Local/Makefile)
Indeed Debian's exim is not built with LOCAL_SCAN_HAS_OPTIONS which
would add support for a local_scan subsection of the configuration
file. However sa-exim does not need it, the INSTALL instructions
actually suggest to *not* enable it.
local_scan_path is a main configuration option, not one for the
local_scan subsection. Remove the "begin local_scan" and move the
local_scan_path option to the first section of the exim configuration
file.
cu andreas
--- End Message ---