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

Mail to nonexistent user report

A

akaplan

Guest
For most, but not all, of my domains under MAIL SETTINGS

"Mail to nonexistent user" is set to "reject"

How do I get a list of domains that have enabled "forward to address"

My server is getting hit by dictionary attacks and need to disable these accounts.

TIA
 
The information are stoted in Plesk database.
Just simple SQL request:

select * from Parameters where parameter='nonexist_mail';
 
Back
Top