Username:
TITLE
Event "DNS zone updated" still fired for domain alias when DNS zone synchronization with primary domain is disabled
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
AlmaLinux 8.6, Plesk 18.0.45
PROBLEM DESCRIPTION
The event
STEPS TO REPRODUCE
ACTUAL RESULT
The event "Default domain, DNS zone of domain alias updated" gets fired when the DNS zone of the primary domain gets updated.
EXPECTED RESULT
It's expected that the event "Default domain, DNS zone of domain alias updated" does not fired as synchronization with primary domain is disabled.
ANY ADDITIONAL INFORMATION
(DID NOT ANSWER QUESTION)
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug
TITLE
Event "DNS zone updated" still fired for domain alias when DNS zone synchronization with primary domain is disabled
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
AlmaLinux 8.6, Plesk 18.0.45
PROBLEM DESCRIPTION
The event
Default domain, DNS zone of domain alias updated
from the Event Manager is still fired when the DNS zone of the primary domain is modified but the option "Synchronize DNS zone with the primary domain" for the alias domain was switched off.STEPS TO REPRODUCE
- Add a subscription
- Add domain alias to subscription
- Switch "Synchronize DNS zone with the primary domain" option off
- Create simple bash script which logs the the event (see my example below) to run when event is fired.
- Create "Default domain, DNS zone of domain alias updated" event in event manager to run script created in previous step.
- Go to DNS settings of primary domain and change or add some records for testing purposes and apply changes.
- View the /tmp/tmp.log file (or whichever log methode you've used) and notice how there is an log entry for the domain alias.
Bash:
#!/bin/bash
# Set permission for script: chmod +x test-event.sh
touch /tmp/tmp.log
echo "Event fired for domain ${NEW_DOMAIN_ALIAS_NAME}" >> /tmp/tmp.log
ACTUAL RESULT
The event "Default domain, DNS zone of domain alias updated" gets fired when the DNS zone of the primary domain gets updated.
EXPECTED RESULT
It's expected that the event "Default domain, DNS zone of domain alias updated" does not fired as synchronization with primary domain is disabled.
ANY ADDITIONAL INFORMATION
(DID NOT ANSWER QUESTION)
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug