LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Valdis Kletnieks <[log in to unmask]>
Tue, 26 Nov 2002 11:19:09 -0500
text/plain (24 lines)
On Tue, 26 Nov 2002 10:45:03 EST, Tim Parker <[log in to unmask]>  said:

> My question becomes, should it still process in tandom with the sending of
> the mail, since Listserv will process the commands and use LSMTP to send the
> email out? I have check the LSMTP queues to make sure that mail for our
> domain gets sent promptly so its not sitting there. Any ideas?

The lsv process is by default single-threaded.  You can probably get
around most of this by coding this in your go.user (or whatever your
equivalent is):

SMTP_FORWARD="localhost"
SMTP_FORWARD_1="3*localhost"

This will start up to 3 background processes to actually hand the mail off
to LSMTP, so the main lsv process will only handle getting the job ready to
go and then hand it off and then move on to the next command.


--
                                Valdis Kletnieks
                                Computer Systems Senior Engineer
                                Virginia Tech

ATOM RSS1 RSS2