• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to solve dwlib: fd: connect() failed - Connection refused / dwlib: tcp: connectin

jeanpaul

Basic Pleskian
Hi,
i upgraded the last version of Plesk 11.0.9 to 11.5 this week, but now i get some errors from "/usr/local/psa/var/log/maillog".

Code:
qmail-queue[22851] : dwlib: fd: connect() failed - Connection refused
qmail-queue[22851] : dwlib: tcp: connecting to 127.0.0.1:3000 - failed

How to solve it ?
 
Hello,

Can you please let me know what error are you getting in your : /var/log/daemon.log : file
 
Sorry my /var/log/daemon.log wasn't enable. I enable it know in syslog.conf and restart, i'm waiting the error log.

But i can publish the mail.log

Nov 12 16:40:52 xxxxxxx postfix/cleanup[10427]: D9CBEDAA094: message-id=<20131112154054.lmsauisarmsilmceldsauiellmsalm@capital-2000.com>
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: handlers_stderr: SKIP
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: SKIP during call 'check-quota' handler
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: fd: connect() failed - Connection refused
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: tcp: connecting to 127.0.0.1:3000 - failed
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: cannot create connection with a DrWeb daemon
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: handlers_stderr: SKIP
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: SKIP during call 'drweb' handler

i will post you the log in few time for daemon
 
Make sure that DrWeb service is running and you can connect to port 3000:

# /etc/init.d/drwebd status
Dr.Web drwebd is running

# lsof -i tcp:3000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
drwebd.re 10666 drweb 9u IPv4 88283923 0t0 TCP localhost:hbci (LISTEN)
drwebd.re 11931 drweb 9u IPv4 88283923 0t0 TCP localhost:hbci (LISTEN)

Restart DrWeb service at least.
 
Thanks for your feedback.

i get this message :

-sh-3.2# /etc/init.d/drwebd status
Dr.Web drwebd is not running but /var/drweb/run/drwebd.pid exists
-sh-3.2# /etc/init.d/drwebd start
Starting Dr.Web drwebd...
Dr.Web drwebd is not installed
-sh-3.2#

after i go to plesk panel in component, and i see this :
drweb 6.0.2.1-1211092005pleskel5

How i can install drwebd ?
 
Last edited:
Back
Top