SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьМетки: directadmin
RemiZOffAlex Создано: 2017-02-26 12:37:43.244346 Обновлено: 2017-02-26 12:37:43.244346 |
---|
domain_create_pre.sh - Runs BEFORE a domain is created domain_create_post.sh - Runs AFTER a domain is created domain_destroy_pre.sh - Runs BEFORE a domain is destroyed domain_destroy_post.sh - Runs AFTER a domain is destroyed domain_change_pre.sh - Runs BEFORE a domain is renamed. A non-zero value will abort the change. domain_change_post.sh - Runs AFTER a domain is renamed. subdomain_create_pre.sh - Runs BEFORE a subdomain is created, but after it's confirmed. If this script returns a non-zero value, the creation is aborted. subdomain_create_post.sh - Runs AFTER the subdomain is created. subdomain_destroy_pre.sh - Runs BEFORE a subdomain is destroyed. If this script returns a non-zero value, the destruction is aborted subdomain_destroy_post.sh - Runs AFTER the subdomain is destroyed. user_create_pre.sh - Runs BEFORE the user is created, but after it's confirmed. If this script returns anything but zero, the creation is aborted user_create_post.sh - Runs AFTER the user is created. user_destroy_pre.sh - Runs BEFORE the use is destroyed. If this script returns anything but zero, the destruction is aborted. user_destroy_post.sh - Runs AFTER the user is destroyed. user_modify_post.sh - Runs AFTER the user is modified. email_create_pre.sh - Runs BEFORE the virtual email is created, but after it's confirmed. If this script returns anything but zero, the creation is aborted email_create_post.sh - Runs AFTER the email is created email_destroy_pre.sh - Runs AFTER virtual email account is deleted. email_change_pre_post.sh - Runs BEFORE a virtual pop account password is changed. If this script returns anything but zero, the change is aborted. email_change_pass_post.sh - Runs AFTER a virtual pop account password is changed. dns_write_post.sh - Runs AFTER a dns zone is written (/var/named/domain.com.db) |