* 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:
Jean-Philippe Pialasse 2024-12-16 23:25:44 -05:00
parent 302f649f00
commit 2b17a8653d
2 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,7 @@ for $daemon ( qw(qpsmtpd sqpsmtpd uqpsmtpd) )
spool_dir spool_dir
subject_prefix subject_prefix
invalid_resolvable_fromhost invalid_resolvable_fromhost
smtproutes
timeout timeout
timeoutsmtpd timeoutsmtpd
tls_before_auth tls_before_auth

View File

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