Corey Edwards wrote:
> I'm trying to find out how many messages Surgemail will
send per SMTP
> session. Here's the scenario. Surgemail has 5 messages
in queue for
> example.com. It opens an SMTP session to
mx.example.com. After finishing
> the first delivery, it should reset and try another one
without going
> through the hassle of opening another SMTP connection,
like so:
>
> --> TCP connect mx.example.com
> --> HELO
> --> MAIL FROM, RCPT TO:<user1 example.com>, DATA
> --> RSET
> --> MAIL FROM, RCPT TO:<user2 example.com>, DATA
> --> RSET
> --> MAIL FROM, RCPT TO:<user3 example.com>, DATA
> --> QUIT
>
> I could have sworn I saw a setting to control how many
messages
> Surgemail would send in one go, but for the life of me
I can't find it
> now.
>
> Corey
>
>
>
Hi,
There is a setting g_send_max_perdom which I think the
default is now 2.
So if you had 5 messages going to 1 domain, it would open 2
channels, if
all the 5 messages to that domain in the queue were in
memory surgemail
would scan through the queue and also send them at the same
time on
those 2 channels.
Regards,
Stuart
--
When replying please quote original message to save time and
always let
us know what OS and version of SurgeMail you are using.
************************************************************
****************
If you wish to communicate with other users and talk about
SurgeMail and
also get news about updates etc then join the SurgeMail
List.
Send an email to surgemail-list-request netwinsite.com with only
"subscribe" in the message body
FAQ - http
://www.netwinsite.com/surgemail/help/faq.htm
************************************************************
****************
|