* Mon Nov 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.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:
2024-12-17 07:14:18 -05:00
parent 2b17a8653d
commit 1b6e9088fd
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
TEMPLATE_PATH="/var/service/qpsmtpd/config/rcpthosts"
UID="root"
GID="root"
PERMS=0644

View File

@@ -0,0 +1,4 @@
TEMPLATE_PATH="/var/service/qpsmtpd/config/rcpthosts"
UID="root"
GID="root"
PERMS=0644

View File

@@ -0,0 +1,5 @@
TEMPLATE_PATH="/var/service/qpsmtpd/config/smtproutes"
UID="root"
GID="root"
PERMS=0644