
Install and Automate LetsEncrypt SSL on your Plesk Login
When you use the LetsEncrypt module it handles the renewals of your encrypted domains without any issue. However it doesn’t appear to have any method […]
When you use the LetsEncrypt module it handles the renewals of your encrypted domains without any issue. However it doesn’t appear to have any method […]
If you get “relay access denied” error messages on mailman and mailman messages are not going out then check to see if you have ::1/128‘ […]
This is not an easy task without knowing a few tricks as the log files are not an awful lot of help. Providing you have […]
I need a list of domains to use in a script for rebuilding a DNS server. This did the job. mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa […]
To extract all the email information you need to recreate all mail accounts. SELECT mail.mail_name,domains.name,accounts.password, mail.postbox, mail.redirect, mail.redir_addr, mail.mail_group,mail.autoresponder, mail.mbox_quota FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND […]
If you need to view all the mailboxes and their passwords in plesk use this command via SSH. /usr/local/psa/admin/bin/mail_auth_view
If you are getting double bounces clogging up your mail queue Create the following file /var/qmail/control/doublebounceto And put a single # You can replace the […]
If/When you get a DNS problem or other network issue that causes the queue to fail it will fill up at a fair speed. Use […]
DRWeb has been causing lots of problems on 3 servers. Here is how to remove it completely [sourcecode]rpm -qa | grep "drweb" | xargs rpm […]
I have a client who wants to turn off open_basedir as he using cross domain includes. I have recommend against doing this for security reason […]
Copyright © 2023 | WordPress Theme by MH Themes