• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue qmail problem: Error during 'spam' handler - Error during 'dd52-domainkeys' handler

Rendor9

New Pleskian
Hi! I have the following problem, I am receiving failure notices, 1 per minute and a client reports that his email account is not working. The others email accounts work fine, it's just one particular email ([email protected]). When entering webmail, the last emails are not seen. Its an attack? Any idea? Thanks

When viewing the status of qmail, I get:

qmail.service - Panel qmail MTA service
Loaded: loaded (/lib/systemd/system/qmail.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2022-01-28 18:13:30 -03; 1h 16min ago
Main PID: 27937 (qmail-send)
CGroup: /system.slice/qmail.service
├─ 3024 /var/qmail/bin/qmail-local.moved -- popuser /var/qmail/mailnames/mysite.com.ar/account mysite.com.ar-account mysite.com.ar [email protected] | /usr/bin
├─ 3030 /bin/sh -c /usr/lib/dovecot/dovecot-lda -d "$DELIVERED_TO"
├─ 3031 /usr/lib/dovecot/dovecot-lda -d [email protected]
├─27937 qmail-send
├─27939 splogger qmail
├─27940 qmail-lspawn | /usr/bin/deliverquota ./Maildir
├─27941 qmail-rspawn
└─27942 qmail-clean

Jan 28 19:29:39 myhosting.com qmail-local-handlers[3055]: mailbox: /var/qmail/mailnames/myhosting.com/xxxx
Jan 28 19:29:39 myhosting.com qmail-local-handlers[3055]: Error during 'spam' handler
Jan 28 19:29:39 myhosting.com qmail-local-handlers[3055]: Error during 'dd52-domainkeys' handler
Jan 28 19:29:39 myhosting.com qmail-local-handlers[3055]: Error during 'dmarc' handler
Jan 28 19:29:39 myhosting.com qmail[27939]: 1643408979.270340 delivery 330: success: lda([email protected]):_Error:_net_connect_unix(/var/run/dovecot/stats-writer)_failed:_Permissi
Jan 28 19:29:39 myhosting.com qmail[27939]: 1643408979.270358 status: local 2/10 remote 0/20
Jan 28 19:29:39 myhosting.com qmail[27939]: 1643408979.270378 end msg 4856568
Jan 28 19:29:56 myhosting.com dovecot[2979]: service=lda, user=[email protected], ip=[]. Error: sieve: msgid=<[email protected]>: redirect action: fa
Jan 28 19:29:56 myhosting.com qmail[27939]: 1643408996.185255 delivery 323: deferral: lda([email protected]):_Error:_net_connect_unix(/var/run/dovecot/stats-writer)_failed:_Perm
Jan 28 19:29:56 myhosting.com qmail[27939]: 1643408996.185267 status: local 1/10 remote 0/20
 
Probably not related but the stat writer's perms/owner should be:

# ls -l /var/run/dovecot/stats-writer
srw-rw---- 1 popuser dovecot 0 Jan 29 06:00 /var/run/dovecot/stats-writer
 
Back
Top