• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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