>Below is the documentation on how the JMail Que works.  I'm just 
>wondering if I specify the MSPickupDirectory as the IMail spool 
>directory, will it work?

no, I bet not.  MSPickupDirectory has nothing to do with Imail\spool directory.

>I'm planning on sending out about 10,000 e-mail, sequentially, in 
>one ASP script as shown below.  I don't mind if the mail server 
>takes all night to send the mail, but I don't want the script to be 
>looping for hours until all the mail is sent.

sure

>' Instead of using the Send() method, we use nq
>' The email will be placed in the mail queue and sent
>' as soon as the mailservice picks it up.

I'm pretty sure this "mailservice" has nothing to do with Imail.

>' We do not need to specify a mailserver, as the
>' mailservice does all that for us.

They are probably referring to the that CDONTS service, the MS SMTP 
service, no?  Yeah, it looks like Jmail is "cheating" and not running 
its own queue but using the MS SMTP queue.  I wonder if 
serverobjects' ASPQmail does the same or runs its own queue.

>' What we do need to do is to specify where the MS pickup
>' directory is.

ok, that's pretty clear they'r talkin about MS SMTP service, nothing 
to do with Imail SMTP service. Jmail is assuming a pure 100% MS 
environment for .asp and VBScripting and COM, which excludes Imail.

IIRC, I don't think you can run MS SMTP service, even just for 
sending with the MS SMTP client, at same time as Imail because the MS 
SMTPD listens only on port 25, clobbering Imail.

If this is true (somebody here needs to verify my recollection), then 
see if Jmail can be configured to send all its msgs to one SMTP 
server, an "outbound mail gateway", and make that Imail's 
ip.ad.re.ss:25 on the same machine, and Imail will queue/remote 
deliver.  Don't put in the Imail hostname, since that will cause 
Jmail to do DNS lookups, taking longer. use the ip address

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  installable binary for NT4
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to