• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How stop "Failur Notice" in qmail?

M

majidA

Guest
In qmail:

1- how can i stop "Failure Notice"?
2-- how can i stop (Mail quota exceeded) ?
 
Mail to non existing user on reject by domeinname on mailsetting .

Can also be done for all the domains in once Select ALL domains --> modify --> mail to non existing user --> Reject
 
Hello,

Please, try to increase the Mailbox quota at the affected domain:

Home > Domains > domain_name > Resource Usage > Mailbox quota
 
I use plan base setting and its not possible to increase all mail boxes.
And
Lots of "Failure Notice" send for unknown address. I set "Reject" for Non exist user but it's not resolved.
:(
 
I found resolution:
http://forum.parallels.com/showthread.php?t=70804&page=1&pp=20

you need to check perms and ownership on /var/qmail/bin/qmail-queue

# ls -la /var/qmail/bin/qmail-queue
-r-s--x--x 1 root qmail 25828 Apr 26 15:20 /var/qmail/bin/qmail-queue
perms are fine, but ownership is not
# chown qmailq:qmail /var/qmail/bin/qmail-queue
# ls -la /var/qmail/bin/qmail-queue
-r-x--x--x 1 qmailq qmail 25828 Apr 26 15:20 /var/qmail/bin/qmail-queue
[root@ip-97-74-127-169 ~]# service qmail restart
Stopping : Starting qmail:
 
oops!


-r-x--x--x is not correct. I change permission again and notice fauilre started again. It's a header of failure mail in queue:

Received: (qmail 15937 invoked for bounce); 16 Jul 2009 17:23:48 +0430
Date: 16 Jul 2009 17:23:48 +0430
From: [email protected]
To: [email protected]
Subject: failure notice
 
Last edited by a moderator:
Hi;

When a spammer sends mail to none exist user in alias domain, mail sever creates "failure notice sender". If you set "Mail to nonexistent user" to "reject" for all domains it not affected to alias domains.

I disabled mail service for some alias domain and failure notice is stopping now.
 
Last edited by a moderator:
Back
Top