Knowledge Support Downloads Sales Home
 
 

Knowledge >





 

Knowledge




[1767] Plesk SMTP Qmail server responds slowly

Release date: 12 may 2006

Problem: Slow response Qmail mailsever plesk. Telnet sessions do connect, but responds slow. Sometimes it takes 25 to 30 seconds. Mail can be sent through mailclient but it takes quite a long time.

Solution:

  1. Open /etc/inetd.conf (FreeBSD)
  2. The two lines you're looking for start with "smtp" and "smtps". (At the bottom)
  3. Add the following: '-Rt0' after the second "tcp-env" in:
    smtp stream tcp nowait root /usr/local/psa/qmail/bin/tcp-env tcp-env /usr/local/psa/qmail/bin/relaylock ( ... etc)
  4. Do the same with the "smtps"-line
  5. The should look like this:
    smtp stream tcp nowait root /usr/local/psa/qmail/bin/tcp-env tcp-env -Rt0 /usr/local/psa/qmail/bin/relaylock

    and

    smtps stream tcp nowait root /usr/local/psa/qmail/bin/tcp-env tcp-env -Rt0 /usr/local/psa/qmail/bin/relaylock
  6. Save inetd.conf en restart the demon. Problem solved!





Copyright (c) Demiam Solutions, 2000–2004. All rights reserved.