Re: [EXIM] Mail to multiple users fails

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Evan Leibovitch
CC: Exim Users Mailing List
題目: Re: [EXIM] Mail to multiple users fails
On Mon, 15 Jun 1998, Evan Leibovitch wrote:

> HPUX 10 system, running Elm and Exim 1.92:
>
> Local mail sent by Elm to one person works fine.
> Mail sent to more than one person at a time fails with
> 'unknown local part'; as if Exim was trying to parse
>
> 'user1 user2 user3'@domain
>
> as a single mail message.


In fact, that is not a valid RFC822 construction at all, either for one
address or several. The string

"user1 user2 user3"@domain

is a valid, single, RFC822 address.

> Is this Exim or Elm configuration that's going wierd;
> this arrangement had worked with sendmail before.


That depends on how Elm is handing the address(es) to Exim. If it is
using the command line, then the command should be

exim user1@domain user2@comain user3@domain

(though comma separators are also acceptable). If it is using an SMTP
interface, then there should be separate RCPT commands for each address.


-- 
Philip Hazel                   University Computing Service,
P.Hazel@???          New Museums Site, Cambridge CB2 3QG,
ph10@??? (sic)       England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***