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

suggestions

Brujo

Silver Pleskian
Plesk Guru
@swsoft, will be nice to see some of it in the next version

DNS
entry for the SOA eMailaddress - not the customers Mailaddress
change Serialformat to YYYYMMDDnn (RFC1912)

Mail
Postfix
Greylisting

Firewall
allow of Port ranges

Antivirus
ClamAV

SpamAssassin
white/blacklist per Domain

rblsmtp
with syslog support

watchdog
posabillity to change watchdog entrys for spamassassin for example

smtp_psa & smtps_psa
posabillity to change the server_args (now always overwriten after changes in Plesk emailsettings Menu)

subdomain Managment
easy handling for subdomains, forward to other domains or directories

with best regards
Brujo
 
I've written a script to replace the SOA email addresses for all domains with one hostmaster@ourdomain.com e-mail. After updating the email records in the psa database it regenerates the zone files.

Place this content into a file (eg: /usr/local/psa/pleskdnsemailcorrect).
Edit the mysql admin password (same as plesk admin password).

#!/usr/bin/env bash

mysql -u admin --password=`cat /etc/psa/.psa.shadow` -D psa -e 'UPDATE dns_zone SET email="hostmaster@netscan.hu";'
mysql --skip-column-names -u admin -p --password=`cat /etc/psa/.psa.shadow` -D psa -e 'SELECT name FROM domains;' | awk '{print "/usr/local/psa/admin/sbin/dnsmng update " $l }' | sh


Regard,
Igor
 
thanks for the idea, i try to extend it to use it in a little different way. I like to have for each domain a hostmaster entry but with his hostmaster@domain1 domain2 and so on....

thanks Brujo
 
phpMyAdmin - Standard

Can we have phpMyAdmin standard in the application vault so I don't have to install it all the time...yes I'm lazy but please it is a standard request.

-chris
64bithost.com
 
no I did not. Could you explain a little because I have to install a piece of software that requires phpmyadmin.

thanks A.R.T

- chris
 
Sure, if you log into plesk, go to the domain, database, and click on the database you can access phpmyadmin from there.
 
Back
Top