Nagendra Mishr <[EMAIL PROTECTED]> wrote:
>I need to change the priority of email deliveries to be a higher then
>for accepting more email..
You can limit the number of simulataneous SMTP connections with
tcpserver and bump up concurrencyremote/concurrencylocal.
>Ideally, I'd like to accept email for delivery when remote deliveries
>ahave timed out, etc..
You could wrap qmail-smtpd with something that checks the status,
e.g., using qmail-qstat. Since qmail-qstat requires privilege, you
might want to set up a qstat service using tcpservice and check it via
tcpclient.
-Dave