Re: [Exim] Problem with dots in usernames....

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Dan Gray
Cc: exim-users
Asunto: Re: [Exim] Problem with dots in usernames....
Dan Gray wrote:
> Hi,
> I'm trying to send an email via exim to a (hypothetical)
> dominic.400@???...
>
> Exim doesn't seem to want to know about this address and just keeps it
> held in line without sending - my exim configuration is ok for others
> but always fails if there's a 'dot' in the username portion of an email
> address.
>
> What do I need to do to my exim.conf to allow for this case??


First you should investigate the problem. Try
exim -d -bt dominic.400@???
the output should tell you what happens.

Nico