Re: [exim] Strange exim issue in the paniclog

Góra strony
Delete this message
Reply to this message
Autor: William King
Data:  
Dla: exim-users
Temat: Re: [exim] Strange exim issue in the paniclog


domainlist mm_domains=lists.example.com:lists.example2.com

AND:

begin transports

mailman_transport:
   driver  = pipe
   command = MM_WRAP \
           '${if def:local_part_suffix \ 



                 {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \ 



                 {post}}' \
           $local_part
   current_directory = MM_HOME
   home_directory    = MM_HOME
   user              = MM_UID
   group             = MM_GID





On 03/18/2011 07:59 PM, Phil Pennock wrote:
> On 2011-03-18 at 11:14 -0700, William King wrote:
>> mailman_router:
>>     driver            = accept
>>     domains           = +mm_domains

>
> What is the definition of the mm_domains domainlist, please?
>
>>     transport         = mailman_transport

>
> And what is the definition of this transport?
>
> -Phil