• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

How to regenerate DNS zones on Windows.

Laurence@

Regular Pleskian
We have installed a new spam filter on our Plesk windows servers. Basically, this is a system we have designed for our linux servers but it can work on windows too. (We found SA and AV on Plesk was overloading our servers so devised a new system and there is no user-level SA on Windows anyway....) On linux, we process all mail on separate servers - mail comes into the server, gets sent to mail servers, gets processed with spamassassin and anti-virus and thhen gets sent back to the server. This means that the web servers aren't affected by load caused by these processes and it works nicely.

So going to do the same on windows. At domain level we put a custom button called Spam Filter Configuration and also in the Mail Area, we've hacked in a link with the Plesk Spam Filter image and they link to the SpamAssassin interface hosted on another server that sets rules on our mail gateway config.

So we need to send all mail that comes into the Windows servers to our mail gateway servers by adding MX records:

ms1.mailserver.com
ms2.mailserver.com
ms3.mailserver.com

...etc, etc.

On Linux it's very easy to regenerate all the dns zone in the database but we have to find out how to do this on Windows. We just need to rebuild all current domain's dns zones with the above MX records and remove the default MX record (mail.domain.com).

Any ideas?
 
Simplest way is to modify the default DNS template. Then, go through each domain clicking the "Default" button under the domains DNS.
 
LOl - 2 servers 1000+ domains. Yeeeaaaa, suuurrrreeee. ;)

No problem though, it's all been done and our end-user spam interface that is integrated into Plesk works great.
 
Back
Top