• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. TorbHo

    Question Many mail with "Mail delivery error"

    Do you use Outlook? Those are most likely from deleted messages. Outlook deletes it and generates the 'deleted not read' responses. If that is for spam-mails, then every spam sender gets such messages.
  2. TorbHo

    Issue Cron: ERROR: [Errno 20] Not a directory: '/usr/sbin/nologin'

    Now I tried to run script as PHP script via cron-style * * * * * /usr/bin/php -f /var/www/vhosts/html/script.php &> /dev/null Same error.
  3. TorbHo

    Issue Cron: ERROR: [Errno 20] Not a directory: '/usr/sbin/nologin'

    No, it is configured to "call a URL". No need to run it as php.
  4. TorbHo

    Issue Cron: ERROR: [Errno 20] Not a directory: '/usr/sbin/nologin'

    The cron just runs a php script via https:// url. If I run the script from another server it works, but the same server where the script is located gives the error message.
  5. TorbHo

    Issue Cron: ERROR: [Errno 20] Not a directory: '/usr/sbin/nologin'

    Hello, when I start a specific cron job via Plesk, I get the following error: The cron runs under the user www-data and should just load a web-url with a php script. Thank you for your help!
  6. TorbHo

    Issue dovecot / apparmor mail not being delivered

    Today we had the same problem again with one of our servers Ubuntu 16.04.6 LTS‬, Plesk Onyx Version 17.8.11 Update #70. After the following commands, the problem was resolved: service apparmor stop service apparmor teardown postqueue -f Could the bug be back again after updating?
  7. TorbHo

    Question Backscatter

    Hello, I had a similar problem and I found out that the problem are the bounce mails from MAILER-DAEMON. So, spam was sent to not existing mail boxes and the MAILER-DAEMON tries to return a bounce message. As the sending mail address is forged, this bounce can't be sent, so the mail stays in...
  8. TorbHo

    Resolved DirectoryIndex not working after migration

    I don't know why, but after I changed settings->server settings->preferred domains for website from "www.domain.tld" to "none" it worked The old server was set to "www.domain.tld", too. Does this make any sense to you?
  9. TorbHo

    Resolved DirectoryIndex not working after migration

    Update: some mod_rewrite rules don't work anymore, too. Could there be some kind of connection?
  10. TorbHo

    Resolved DirectoryIndex not working after migration

    Plesk 17.8.11 Update #54 ‪Ubuntu 18.04.2 LTS‬ After migrating a Plesk server to a new Plesk server, the websites with custom DirectoryIndex in htaccess do not work anymore. They show a "403 Forbidden" error. The sites without custom DirectoryIndex work as expected. Anything in the...
  11. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    The problem is not solved yet. But, I use a cron-job to flush the messages and so the symptoms don't bother me anymore. But I still would like to know, why the messages appear in 17.8, when they didn't appear in 17.0. The cron looks like this: #mailq |awk...
  12. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    Remarked as unresolved. Now, after the weekend, again we have a lot of these bounce messages. What can we do?
  13. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    We use spamhaus. Maybe the domain was not in the list as the mail arrived. Although i don't like SPF protection that much, I activated it now. As far as I know, Plesk now supports SRS for forwarded mails, so I gave it a try. Up to now: no more error mails in the queue for some hours. Maybe...
  14. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    No, these mails are no outgoing spam. I checked the mail body via ssh. A mail doesn't need a valid mx record to be sent. The "from" address can of course be spoofed. For example: the message from [email protected] is sent to our client [email protected]. This mailadress is forwarded to...
  15. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    The same today. A lot of MAILER-DAEMON@ messages. None of them are outgoing spam, but error messages to the sender which can not be reached of course. Why didn't we have these messages with Plesk 17.0? Is there anything different in the mail configuration?
  16. TorbHo

    Resolved Inbound Mail Stays in Queue

    Next time, try to disable apparmor and than flush mailqueue (postqueue -f): How to disable AppArmor on Plesk 12.x That solved the problem for me. Please keep in mind, that apparmor is part of Plesk Onyx since 17.0 and should not be uninstalled completely.
  17. TorbHo

    Issue Lot of MAILER-DAEMON@ messages in mail queue

    After upgrading from Plesk 17.0 to 17.8 (Ubuntu 14.4 lts) we have a lot of bounce messages in our mail queue. After a look in the mail header, these mails don't seem to be outgoing spam-mails, but they are bounce messages from spam which was sent to our customers. They are just the error...
  18. TorbHo

    Resolved Mails: No such user in mail authorization database

    Maybe there should be a simple javascript warning message, so that the user can not send the form without a password. How about that?
  19. TorbHo

    Resolved Mails: No such user in mail authorization database

    Plesk Onyx Version 17.5.3 Ubuntu 16.04.3 LTS‬ We had the problem, that some Mails could not be delivered to the local mailbox. The Maillog showed "No such user in mail authorization database" After some searching, we found the solution at: Email cannot be delivered: No such user in mail...
  20. TorbHo

    Resolved bind does not start

    Now it works. Instead of uninstalling bind via Plesk interface I used # apt-get purge bind9 then I reinstalled it via # /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component bind Thank you
Back
Top