• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Reject non-exist user on SMTP session ?

S

schatje

Guest
Is there any patch for qmail to reject unknown user in smtp session?
So the qmail does not accept that email and bounce to the sender. It will reduce traffic consumption for sending bounce spam.

Thanks

Schatje
 
Log into control panel. Go to the "domain", click <MAIL> icon then <PREFERENCES>. Select "Reject"
 
It is already Reject, but my .qmail-default contain
Code:
|bouncesaying This\ address\ no\ longer\ accepts\ mail.

I was try select Bounce with message and then apply, then back to Reject again

Thanks

Schatje
 
You probably already know this but just in case. You can stop double bounces by editing:
#/var/qmail/control/doublebounceto

The file should read:
#


Best Regards,
Jack
 
You probably already know this but just in case. You can stop double bounces by editing:
#/var/qmail/control/doublebounceto

The file should read:
#


Best Regards,
Jack

I do not have that file :( should i create manually?
and i found file /var/qmail/control/rejectnonexist it is contains all of my domain

Why when i try select Forward to address and back to Reject, my .qmail-default does not changed? it keeps contain &[email protected]
Look like Reject options does not work :(

Thanks..

Schatje
 
Yes, create /var/qmail/control/doublebounceto manually.

If "reject" is not working for you, another way to drop mail to non-existing users is to create a catchall email address but do not enable the "mailbox". Then forward all mail to non-existing users to this special mailbox. Since it is not enabled, the email goes nowhere, it just disappears.

Best Regards,
Jack
 
Thanks again jwdick for the other alternatif.

But what if i edit manually the .qmail-default ? what should i put on this file, i try put |reject or |Reject it does not work :)

Schatje
 
Back
Top