M
Mateo1041
Guest
Hi,
Sending email has been slower than we feel it should be. On average it takes anywhere from 5-10 seconds for an email to send. I've already added the -Rt0 option and my smtp_psa file looks like this:
Any ideas on how to make this faster? Any help would really be appreciated. Thanks!
- Matt.
Sending email has been slower than we feel it should be. On average it takes anywhere from 5-10 seconds for an email to send. I've already added the -Rt0 option and my smtp_psa file looks like this:
Code:
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
Any ideas on how to make this faster? Any help would really be appreciated. Thanks!
- Matt.