28 lines
1.5 KiB
Perl
28 lines
1.5 KiB
Perl
#!/usr/bin/perl -w
|
|
|
|
use esmith::Build::CreateLinks qw(:all);
|
|
|
|
|
|
templates2events("/etc/dovecot/dovecot.conf", qw(email-update bootstrap-console-save ssl-update smeserver-dovecot-update ip-change));
|
|
templates2events("/etc/dovecot/ssl/imapd.pem", qw(email-update bootstrap-console-save ssl-update smeserver-dovecot-update ip-change));
|
|
templates2events("/etc/dovecot/master.users", qw(email-update bootstrap-console-save smeserver-dovecot-update));
|
|
templates2events("/etc/pam.d/dovecotadmin", qw(email-update bootstrap-console-save smeserver-dovecot-update));
|
|
|
|
safe_symlink("sigusr2", "root/etc/e-smith/events/email-update/services2adjust/dovecot");
|
|
|
|
event_link("adjust-dovecot", "email-update", "02");
|
|
event_link("adjust-dovecot", "bootstrap-console-save", "02");
|
|
|
|
#smeserver-dovecot-update
|
|
safe_symlink("restart", "root/etc/e-smith/events/smeserver-dovecot-update/services2adjust/dovecot");
|
|
safe_symlink("restart", "root/etc/e-smith/events/smeserver-dovecot-update/services2adjust/rsyslog");
|
|
event_link("adjust-dovecot", "smeserver-dovecot-update", "02");
|
|
event_link("systemd-reload", "smeserver-dovecot-update", "89");
|
|
event_link("systemd-default", "smeserver-dovecot-update", "88");
|
|
templates2events("/etc/rsyslog.conf","smeserver-dovecot-update");
|
|
templates2events("/usr/lib/systemd/system/dovecot.service.d/50koozali.conf", qw(bootstrap-console-save console-save post-install post-upgrade smeserver-dovecot-update ));
|
|
|
|
# in case the ip change
|
|
safe_symlink("sigusr2", "root/etc/e-smith/events/ip-change/services2adjust/dovecot");
|
|
|