I’m trying to send an email list internally from Apache, using PHP, to the SMTP server. The response is very slow. For one email it takes about a minute. It appears to slow down during the initial handshake between Apache and Postfix. Once an email is sent, a second one can be done instantly. What can I do to speed up the process/
Better late than never….. If you’re still having this issue, you’ll need to share your config for an assist. Please post the unmodified output of the following command run from Terminal:
postconf -n
Also, I’m assuming web and mail are on same machine..?
Comments are closed