* Mon Nov 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme
- make compatible for postfix [SME: 1279] use postfix queue, qmail queue removed copy templates of rcpthosts to (us)qpsmtpd for rcpt_ok copy templates of smtproutes to (us)qpsmtpd for check_smtp_forward
This commit is contained in:
18
createlinks
18
createlinks
@@ -93,6 +93,24 @@ for $daemon ( qw(qpsmtpd sqpsmtpd uqpsmtpd) )
|
||||
tls_protocols
|
||||
));
|
||||
|
||||
templates2events("$config/$_", qw(
|
||||
console-save
|
||||
bootstrap-console-save
|
||||
domain-create
|
||||
domain-delete
|
||||
ip-change
|
||||
email-update
|
||||
host-create
|
||||
host-delete
|
||||
host-modify
|
||||
post-upgrade
|
||||
smeserver-qpsmtpd-update
|
||||
))
|
||||
for (qw(
|
||||
rcpthosts
|
||||
smtproutes
|
||||
));
|
||||
|
||||
templates2events("$config/badrcptto_ext", qw(
|
||||
domain-create
|
||||
domain-delete
|
||||
|
Reference in New Issue
Block a user