• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. L

    Question Rewrite mail receiver (in mail handler)

    Trying to rewrite mail receiver (via mail handler). Any ideas? Tried mail handler with search+replace in msg and output the modified msg, but plesk ignores it. Thought about sieve-file, but I think this will be to late as of the receiver doesn't really exist, before rewriting...
  2. L

    Resolved pm_ApiCli::ch_mode only on files?

    Hi there, any way to realize a pm_ApiCli::ch_mode-Call only for files? pm_ApiCli::callSbin( 'ch_mode', [ $permissions, '-R', '$(find ' . $path . ' -type f)', ] ); Doesnt work I also played around with FileManager to checkout...
  3. L

    Question Add Dovecot sieve file via Plesk extension

    Is there any way to add an dovecot sieve file via an plesk Extension and remove it on uninstall? Tryed on post-install.php pm_ApiCli::callSbin('copy_file', array(dirname(__FILE__).'/99-my-sieve.conf', '/etc/dovecot/conf.d/99-my-sieve.conf')); to specify my sieve file path but copy_file throws...
  4. L

    Question Move Mail to specific folder

    Hey there, through an Plesk Extension I registered some Mail Handlers and all works well for me. With that Extension I Reject some mails under Special conditions. I was wondering if there is any way for me to not REJECT, but MOVE the mail to a special folder like SPAM or something else? I think...
  5. L

    Issue Plesk API don't support CORS preflight OPTIONS Request

    Hey there, I'am going to write an Angular2-Module for Plesk API for my own small Needs. I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/ Is there any Option to allow that request so I can continue my work? (For this...
  6. L

    Question Synchronize Abonnement without custom PHP Configuration?

    Hello, an single Domain of one Abonnement (70 Domains) within one of my Plesk Servers with multiple Abonnements Needs "short open tags" of PHP. So we're talking about an really Special case. (may don't reduce it to this flag, could also be "Register globals" or others). In generall I have this...
  7. L

    Resolved Mail-Handler - Called twice, why?

    Hey there, as I do develope an Mail-Handler I wondered why it is executed twice per Mail. I think I got the reason and now I wonder even more. Theese are my Mail-Handlers: root@v22016081573736335:~# plesk sbin mail_handlers_control --list...
  8. L

    Resolved Mail-Handler - REJECT with message?

    Hey there, I did register an Mail-Handler (had a view discussions about that here https://talk.plesk.com/threads/extension-dev-handling-mails.338811/) and today morning I played with the "PASS" and "REJECT" output. Quickly an question raises: How can I pass a custom Message for the reasen about...
  9. L

    Question Get PHP Script wich generated the Mail

    Hey there, I started reading about Plesk Extensions and Mail Handlers (may you saw my Posts here https://talk.plesk.com/threads/extension-dev-handling-mails.338811/ and here https://talk.plesk.com/threads/255-during-post-install-php-exec-call.339129/). My Question: How can I get the Path to PHP...
  10. L

    Resolved 255 during post-install.php exec-call

    Hey there, I would like to use exec in post-install.php to register and mailhandler (see https://talk.plesk.com/threads/extension-dev-handling-mails.338811/). But I get: root@v22016081573736335:~# plesk bin extension -i /root/PMSP-0.1-2.zip exit status 255 exit status 255 The extension was...
  11. L

    Extension Dev - Handling Mails

    Hey there, I want to develope an extension for my Plesk servers to do some check of outgoing mails before they will be delivered. I created an Plesk Extension and setup an test-server. So now I read the documentation about Mail Handlers...
  12. L

    service-plan-addon > add

    Hey there, currently I'am developing an ControlCenter for Managing multiple Plesk Servers with APIs to some additional Services. My current target is to collect Hosting plans and Hosting plan addons from all Servers and sync them. So I load the plan via API from one Server, and send it to...
  13. L

    Disable Mail-Service for abonement with two domains

    Hey there, I do have an customer with an abonement with two domains. "xyz.de" and "xyz.org". His DNS-Entry just redirects HTTP to my WebServer, the MX-Entry regards to other MailServers. So, for be able writing mails to him, I had to deactivate the MailService for this abonement, no...
Back
Top