• 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 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:
 
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