Ravindra Gupta // Viva: > Hiii, > > How to improve postfix server sending speed, any parameters required in > main.cf file so confirm me. > My requirement is we will send minimum 500 to 600 email in less then 1 > minutes.
Throughput = concurrency / latency. What is your latency? Is it dominated by mail submission, by mail delivery, or other? Postfix logs fine-grained delays information that can help to find this out: Postfix logs "delays=a/b/c/d" where a=time before queue manager, including time to receive the message; b=time in queue manager; c=connection setup time including DNS, HELO and TLS; d=message transmission time. Wietse