Re: [PHP] Re: speed of mail() on two servers

2003-08-30 Thread Manuel Lemos
Hello, On 08/29/2003 01:34 PM, David T-G wrote: % /var/qmail/control/concurrencyremote Well, that's what I thought, but what I don't know is whether or not qmail requires a restart to see it :-) RTFM! :-) I guess you just need to send a HUP signal to reload the configuration options. -- Regar

Re: [PHP] Re: speed of mail() on two servers

2003-08-29 Thread David T-G
Manuel, et al -- ...and then Manuel Lemos said... % % Hello, % % On 08/27/2003 11:34 AM, David T-G wrote: % >% For the delivery, you can always tune qmail to try deliverying messages % >% to more recipients at the same time tweaking concurrencyremote option. % >% The default it 20 recipients a

Re: [PHP] Re: speed of mail() on two servers

2003-08-28 Thread Manuel Lemos
Hello, On 08/27/2003 11:34 AM, David T-G wrote: % For the delivery, you can always tune qmail to try deliverying messages % to more recipients at the same time tweaking concurrencyremote option. % The default it 20 recipients at the same time but you can increase it to % 120 without patches. H

Re: [PHP] Re: speed of mail() on two servers

2003-08-27 Thread David T-G
Manuel, et al -- ...and then Manuel Lemos said... % % Hello, Hi! % % On 08/26/2003 07:39 PM, David T-G wrote: % >I'm working up a [cli] script to send a personalized (ugh) email to some % >[often large] number of web site subscribers. Unfortunately, I'm getting % >lousy performance, running