• 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

event handler

  1. BigD213

    Issue Event Handler not calling script

    The only event that will successfully call the script /root/test-handler.sh is when I create a new mailbox (Mail account created). The script is not called when I: create a domain delete a domain create a subdomain delete a subdomain. Your assistance is appreciated
  2. D

    Resolved Event Parameters passed by Event Handlers not working

    Today my custom events stopped working. Is seams that this issue occurred just after an automatic update to Plesk Obsidian 18.0.36. No other changes have been made, and the event handlers have been working for months before this. The issue is that the event parameters are not translated to the...
  3. D

    Question Event Manager - Create DB when domain created

    Hello, I'm trying to automate the creation of a database whenever a domain is created, but I cannot seam to get it to work. I'm missing the part where I fetch the subscriber for which the new domain is created. . I'm running this line: plesk bin database -c ${NEW_DOMAIN_NAME} -domain...
  4. Y

    Question Is possible get password of new mail account created?

    Hello, I need to create a Digest Hash and insert it in another database outside of plesk, the problem here is that I was reading the documentation and "Mail account created" event only return the email so I can't do the process on creation time. Is possible send the plain password to this event?
  5. V

    Issue Event handlers are not being executed

    Product version: Plesk Onyx 17.5.3 Update #47 Update date: 2018/05/10 15:21 Build date: 2017/03/17 16:00 OS version: CentOS 7.4.1708 Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd Architecture: 64-bit Wrapper version: 1.2 Issue: Event handler do not seem to be...
  6. S

    Issue New bug in plesk 17.5.3

    Hello We have upgrade some server from plesk 17.0.17 to plesk 17.5.3, and we have several bugs with events handle, all events work fine from plesk 12.5 and plesk 17.0.17, but are bugged in plesk 17.5.3. First problem : Event Parameters Passed by Event Handlers => this parameter "IP_ADDRESS"...
  7. M

    Resolved Event before domain creation

    Hello, Is it possible to define an event to stop creating a domain for some reason? like.... if (is some error) return 'You cant create an account with this domain!'; else return true;
  8. M

    Question Question on event handlers

    How is it decided which kind of events get an event handler and which not? As I see there is no event handler for changing anti-spam settings, or adding E-Mail-Aliases, neither is a generic "Mail account updated"-event triggered. On the other hand, there are several event handlers for the...
  9. danami

    Issue mail account created event not working

    PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Onyx 17.0.17 Update #13 Update date: 2017/01/24 03:46 Build date: 2016/11/17 16:00 OS version: CentOS 7.3.1611 Revision: ab6766191d3ba26e7b21255ab007fc7fc56d84c6 Architecture: 64-bit Wrapper version: 1.2 PROBLEM DESCRIPTION...
  10. F

    Question How to control when a created Event Handler is called?

    It seems that created event handlers are called after the event occurs. Coming from: https://docs.plesk.com/en-US/12.5/administrator-guide/server-administration/event-tracking/adding-event-handlers-linux.59206/ E.g. when I use the example 'customer account creation' event the bash script...
  11. K

    Plesk 12.5 - event handler issue

    I am having an issue with an event handler that should turn on domainkeys when a subscription is created. Sometimes it works, but most the time it doesn't. Even if the log says it has worked sometimes it does not tick the domainkeys box in plesk. I am running Windows Server 2012R2 with latest...
Back
Top