Re: [exim] reg. error message when sending to multiple users…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Nimish Shah, exim-users
Kopio: 
Aihe: Re: [exim] reg. error message when sending to multiple users in the To:field.
Nimish Shah wrote:

> We are using a server with Exim as the mail server. When someone tries
> to send an email message from Outlook with multiple recipients in the
> To: field, the mail client returns an error even if one email address
> is misspelt.
>
> It seems that exim does not even relay the mail to other valid
> recipients, instead returns the mail right there.


Because Outlook (and most other MUAs AFAIK) don't send the message in
this case.

> Also, the error is generated by outlook itself, rather than an email
> being sent by exim, and the outlook error does not explain the issue
> at all.
>
> Has anybody else experienced this ? Are there any fixes ?


This is not really MTA related, exim just complains that one address
isn't deliverable and the client stops the transaction. You could
disable recipient verification for your own clients, so it will not
complain about undeliverable while the smtp dialog. Though will exim
complain about syntactical errors.

Nico