- To: 'Doug Balmer' <dougb@xxxxxxxxxxxx>, slug@xxxxxxxxxxx
- Subject: RE: [SLUG] qmail and bulk mail
- From: Stephen Mills <smills@xxxxxxxxxxx>
- Date: Mon Sep 25 14:48:48 2000
>i want to send the same message to many ppl. i wanted to test this by
>echo "This is a test" | /var/qmail/bin/qmail-inject -fdougb-sender@host1 $s
>from host2 and where $s is "dougb-1@host1 dougb-2@host1 ...
dougb-2500@host1"
>now. qmail tries to send to all aliases at once through a seperate smtp
>connection. how do i stop this to force it to send it through the one
>connection?
>the logs have
>deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)
>all the way through it.
afaik this is how smtp should work, qmail will execute qmail-remote to send
each email to its remote host, even though its to the same host.
from memory qmail has a concurrency limit of 20 seperate connections set by
default, create a file concurrencyremote in control directory and put a
numeric value to represent max smtp connects outgoing.
you might want to just try one email to make sure your system/dns is working
/var/qmail/bin/qmail-inject dougb-@host1
man qmail-send for more info
Stephen