Re: One SMTP connection Multiple recipient?

2000-05-17 Thread Steffan Hoeke

Hi,

Check the qmail archives for the "Multi-RCPT vs. Single RCPT delivery" thread
on the mailing list archive.
This thread discussed exactly what you'r asking about 

HTH,
 Steffan


On Wed, May 17, 2000 at 09:54:48PM +0800, Jianping Song wrote:
 Hello,
 
 If several recipients of the same mail are on the same server, such as
 hotmail, the mail can be sent to those recipients within one smtp
 connection with multiple RCPT TO: instruction. I know sendmail can do
 it.
 
 When I want to do the same thing with qmail-inject:
   qmail-inject -a [EMAIL PROTECTED] [EMAIL PROTECTED]  testmail
 I find that qmail does not act as i think. In this situation,
 qmail will queue the mail, but will connect to hotmail.com twice,
 each for seperate users.
 
 Am i missing something here? How can i do the same thing with qmail?
 
 Thanks.
 ---
 Best regards
 Songmailto: [EMAIL PROTECTED]
 
 
 
 

-- 
http://therookie.dyndns.org




Re: One SMTP connection Multiple recipient?

2000-05-17 Thread Dave Sill

Jianping Song [EMAIL PROTECTED] wrote:

Am i missing something here?

Just the fact that qmail doesn't send message with multiple RCPT's.

How can i do the same thing with qmail?

You can't.

See:

  http://Web.InfoAve.Net/~dsill/lwq.html#multi-rcpt

-Dave