* Thu Apr 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- move qmail template from qpsmtpd [SME: 9492] badrcptto,badmailfrom,rcpthosts are for qmail-smtpd, they were used by qpsmtpd as a direct remplacement, some file override them now, moving to qmail alternative would be to drop them as long as qpsmptd is used in front
This commit is contained in:
16
createlinks
16
createlinks
@@ -9,6 +9,8 @@ use File::Path;
|
||||
|
||||
|
||||
foreach (qw(
|
||||
badmailfrom
|
||||
badrcptto
|
||||
bouncefrom
|
||||
bouncehost
|
||||
concurrencylocal
|
||||
@@ -42,6 +44,20 @@ foreach (qw(
|
||||
));
|
||||
}
|
||||
|
||||
templates2events("/var/qmail/control/badrcptto", qw(
|
||||
user-create
|
||||
user-delete
|
||||
user-modify
|
||||
group-create
|
||||
group-delete
|
||||
group-modify
|
||||
pseudonym-create
|
||||
pseudonym-delete
|
||||
pseudonym-modify
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
foreach (qw(
|
||||
/var/qmail/alias/.qmail-default
|
||||
/var/qmail/alias/.qmail-localdelivery-default
|
||||
|
Reference in New Issue
Block a user