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

Search results

  1. I

    What are the proper relay settings for mail?

    Barry, you may also need to look at IPs whitelist ('Server' -> 'Mail' -> 'Whitelist') -- these IPs are allowed to send mail through server w/o authorization. Also, SMTP authorization does not mean that spammers cannot send mail TO your server -- they just cannot relay the mail THROUGH your...
  2. I

    How do I install new components?

    postman, Plesk has wonderful feature -- Autoupdater -- which is available from control panel and it is possible to install all Plesk-related components from there (and Autoupdater will install all dependencies).
  3. I

    Webmail via IP address

    In apache configuration, webmail vhost is defined with "ServerAlias webmail.*" so it will be only called by it. Also, webmail uses hostname from URL to define full mailname to log into webmail, so without it login would not be possible (even if 'short mailnames' are allowed).
  4. I

    Calling domain.sh out of php

    qmail restarts to re-read configs about virtualhosts where new domain is added. As to the error itself: I can only suggest you to change all occurences of 'start-stop-daemon' in /etc/init.d/qmail to '/sbin/start-stop-daemon'. Hope it helps.
  5. I

    Firewall on Virtual Dedicated Server not Working

    to check if you are running Plesk inside VE, check if /proc/vz/veinfo exists. If it does not, then you are running physical server. In this case try to run 'depmod -a' command to rebuild modules table. However, kernel version ('2.6.9-023stab043.1-smp') indicates that it is Virtuozzo VE. If...
  6. I

    Firewall on Virtual Dedicated Server not Working

    It really looks like the issue with modules allowed for VE. Did you try KB article's recommendations?
  7. I

    SpamAssassin and QMail-Scanner headers

    qmail-scanner is not a part of Plesk AFAIK... never had any expirience with it... maybe someone in thirdparty forum had... try asking there.
  8. I

    Using BackUpConvert and PleskRestore

    what's on line 3672 of /workdir/restore/dump-plesk.xml?
  9. I

    Failed to execute scout - return code is 9

    looks like network connection to source host is broken. Also, check that PMM is not corrupted by using 'rpm -V psa-migration-manager | grep ^..5' command.
  10. I

    Can a client run the migration?

    No, Plesk Migration Manager can be used only by admin himself. Clients cannot use it.
  11. I

    Shared IP Question

    check that physical hosting has been set up on the same IP which is specified in DNS settings. If they mismatch, then Plesk default page will pop out even if those two IPs on the same server.
  12. I

    Update Plesk? Other Problems!

    Updating the system will not help, because system usually has nothing to do with Plesk upgrade problems. What kind of problems/errors do you have with both statistics/phpmyadmin?
  13. I

    Cancel scheduled backup

    Stopping cron daemon will not terminate forked processes. To kill the scheduled backup you need to find whole tree of forked processes with 'ps axwwf' command. at the root of this tree is '/usr/local/psa/admin/sbin/backupmng' process. To stop backup completely you need to pass IPs of all members...
  14. I

    500 Internal server error on /plesk-stat

    try to check if there are any errors in /var/log/httpd/error_log. Also, if there are any custom configuration for this domain in vhost.conf file, try to disable it, restart apache and check how it works without it.
  15. I

    SpamAssassin crashed and can't start

    was there any errors on spamassassin start?: /etc/init.d/psa-spamassassin start Also, try to check maillog (/usr/local/psa/var/log/maillog) for any messages from spamd.
  16. I

    Calling domain.sh out of php

    it seems that PATH variable which is used by PHP has no '/sbin' directory, since 'start-stop-daemon' command is in /sbin. Try to set PATH environment correctly at the start of PHP script to have '/sbin'.
  17. I

    Firewall on Virtual Dedicated Server not Working

    Is there any errors on activation? When you activate firewall through interface, try to log into the server by SSH and check iptables rules with 'iptables -L -n' There are also some technical fine points about firewall on virtual environment running by Virtuozzo: they are described in KB
  18. I

    SpamAssassin and QMail-Scanner headers

    It doesn't look like headers which spamassassin puts into headers. If you are using 4PSA antivirus/antispam products, then I think you better check this with them.
  19. I

    Is httpd.include a Linux file, a Redhat file, or a Plesk file

    There is a section in manual about vhost.conf files where you can find more information. Also, KB has a lot of articles about vhost.conf with examples.
  20. I

    Question about Domain Alias and email redirects

    the feature works this way: in qmail configs, for e.g. [email protected]'s mailbox (usually /var/qmail/mailnames/domain.tld/user/) another record is created -- [email protected] (which points to the same mailbox path). So, after enabling mail domain alias you do not need to do anything else -- Plesk...
Back
Top