Re: [exim] Strange exim issue in the paniclog

Top Pagina
Delete this message
Reply to this message
Auteur: William King
Datum:  
Aan: Bill Hayles, exim-users
Onderwerp: Re: [exim] Strange exim issue in the paniclog
I followed this page exactly: http://www.exim.org/howto/mailman21.html

And it looks like this section:
mailman_router:
   driver            = accept
   domains           = +mm_domains
   require_files     = MM_LISTCHK
   local_part_suffix_optional
   local_part_suffix = -admin     : \
          -bounces   : -bounces+* : \
          -confirm   : -confirm+* : \
          -join      : -leave     : \
          -owner     : -request   : \
          -subscribe : -unsubscribe
   transport         = mailman_transport


is trying to use MM_LISTCHK as a required_file which points to the file:
MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck

Now that strange regular_include_listsq:]q is actually in the config.pck
file. It appears that the file is encoded somehow and is not decoded by
exim4 before being parsed.

-William


On 03/18/2011 04:07 AM, Bill Hayles wrote:
> Hi, William
>
> On Thu, 17 Mar 2011 17:24:29 -0700 in message 4D82A63D.4050601@???,
> from William King<quentusrex@???> received here at 18/03/2011 10:23:17
> It was said:
>
>> Any idea what this means:
>>
>> ==> ./paniclog<==
>> 2011-03-17 17:22:18 unknown lookup type "U?regular_include_listsq:]q"
>
> There is a Mailman setting regular_include_lists.
>
> Are you running Mailman and if so could part of the Mailman config have
> accidentally been added to the Exim config?
>
>