Re: [Exim] Exim 4.14 & Mailman 2.1.2

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Seth Kneller
Cc: exim-users
Asunto: Re: [Exim] Exim 4.14 & Mailman 2.1.2
Seth Kneller wrote:
> Hi,
>
> I am trying to configure the transport for mailman using the HOWTO on
> the website, however I am hitting a slight problem.
>
> Posts to the lists I have set up work fine, however sending emails to
> the 'command' addresses does not work.
>
> Mailman is setup to use the domain lists.mydomain.tld, but exim also accepts
> mail for mydomain.tld. When the command emails come in e.g.
> my-list-join@??? exim seems to strip off the 'lists' part
> and tries to deliver it to my-list-join@???.
>
> How can I modify my transport so that these messages are delivered
> correctly?


WHY does it strip the lists-parts?

Please try to run
exim -d -bt my-list-join@???

This should give you the needed informations.

Nico