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

Search results

  1. B

    AWStats updating schedule

    On our CentOS servers /etc/cron.daily/50plesk-daily runs /usr/local/psa/admin/sbin/statistics (amongst other commands). You could create your own cronjob that runs this command.
  2. B

    plesk subdomain error

    Why? If you really need to change the port, see How to change the port for the Plesk control panel interface from 8443 to another one? in the Knowledge Base. (Of course you cannot change it to port 80, because Apache is already using that port.)
  3. B

    installing vpn

    Server > Updater > Plesk 8.6.0 > select Plesk VPN module > Install. Or use the autoinstaller from the command line.
  4. B

    httpd update

    The httpd package obsoletes mod_jk because Apache httpd 2.2 comes with mod_proxy_ajp and this is the preferred Tomcat connector for use with Apache httpd 2.2. I think the solution should be Parallels reworking their Tomcat integration to use mod_proxy_ajp instead of mod_jk, at least for...
  5. B

    where are plesk 8.6 rpms ?

    Create an account, log in and you'll find the downloads.
  6. B

    httpd update

    That's correct, mod_jk-ap20 is a Plesk package. Sounds like that could be it, but httpd stays at 2.2.3, there have been httpd updates in the past that all worked just fine and I can't find any dependency mismatches looking the requires and provides for the packages involved.
  7. B

    Share two or more domain names into one zone only

    Documentation: Setting Up Additional Domain Names for a Site (Domain Aliases)
  8. B

    Share two or more domain names into one zone only

    Delete domain2.com en recreate it as an alias for domain1.com.
  9. B

    Change temp directory

    You could try changing this in /etc/psa/psa/conf: # Backups directory DUMP_D /var/lib/psa/dumps I don't know if future Plesk upgrades will respect this change. Why do you want to change this location? It might be safer to mount another filesystem on /var/lib/psa/dumps if the reason is...
  10. B

    httpd update

    This problem seems to occur when trying to upgrade from httpd 2.2.3-11.el5_1.centos.3 to 2.2.3-11.el5_2.centos.4. I haven't been able to figure this one out completely though. Yum says: "Package psa-tomcat-configurator needs mod_jk, this is not available." This sounds strange, since the...
  11. B

    How can I block Port 25 for outgoing mail?

    I don't think that would help. I don't think port 25 outgoing is used to connect to remote SMTP servers (usually some random high port) and if it would then that would probably also affect people using the submission port, right?
  12. B

    How can I block Port 25 for outgoing mail?

    You could set Server > Mail > Relaying to closed, but then your clients also can't send out mail by using the submission port (587). You also can't firewall connections to port 25, because you need that open to be able to receive e-mail. I don't think that what you want is possible through...
  13. B

    Module Creation

    Check out the Parallels Plesk Control Panel Developer Documentation.
  14. B

    Enabling SNMP

    How you do this depends on your OS and how you want to monitor your server and doesn't really have anything to do with Plesk.
  15. B

    php problem

    Did you enable PHP for this domain?
  16. B

    Moving sites from one server to another...

    Use the Plesk Migration Manager.
  17. B

    Domain Creation and Qmail

    CentOS 5 i386 (32-bit): # rpm -Uvh --force http://3es.atomicrocketturtle.com/channels/plesk/8.6.0/centos/5/i386/RPMS/psa-qmail-1.03-cos5.build86080722.00.i586.rpm CentOS 5 x86_64 (64-bit): # rpm -Uvh --force...
  18. B

    Domain Creation and Qmail

    As you can see rpm also reports /etc/init.d/qmail as missing. I don't know what caused that file to disappear, but you might want to try reinstalling the psa-qmail package.
  19. B

    Enable SMTP Auth logging

    Those relaylock messages are pretty meaningless. That line says that that IP address created a connection to your server, but it doesn't indicate that any mail was actually accepted or sent.
  20. B

    Domain Creation and Qmail

    It looks like there is a problem with your installation then. The psa-qmail package provides /etc/init.d/qmail, but apparently your system does not have that file? What does rpm -q psa-qmail return? And rpm -V psa-qmail?
Back
Top