* Sun Dec 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-5.sme

- add mini-qmail as Message delivery agent  [SME: 12737]
  few other fixes; +x on needed executable files
  migrate old qmail properties used in postfix
  catch all non existing recipient / check BCC working
This commit is contained in:
2024-12-16 17:14:34 -05:00
parent 0cec86dcb7
commit 0e6e82c9a1
4 changed files with 47 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
{
# we use the value of EmailUnknownUser (default to returntosender)
return "# we bounce all unknown address $EmailUnknownUser not set or equal to returntosender " unless (defined $EmailUnknownUser and $EmailUnknownUser ne 'returntosender');
$OUT ="luser_relay = $EmailUnknownUser";
}