• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 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