From 674a500bec91ee09f72b6da5d205c76fa0290ba5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Mon, 3 Nov 2025 00:05:01 -0500 Subject: [PATCH] * Mon Nov 03 2025 Jean-Philippe Pialasse 11.0.0-18.sme - set recipient_delimiter to dash [SME: 13261] --- root/etc/e-smith/templates/etc/dovecot/dovecot.conf/91lda | 2 ++ smeserver-dovecot.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/91lda b/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/91lda index ec4b723..d8a5c96 100644 --- a/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/91lda +++ b/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/91lda @@ -13,6 +13,8 @@ if ($subject ne ''){ } } +recipient_delimiter = - + protocol lda \{ mail_plugins = $mail_plugins {$OUT .= (($sieve{'status'} || 'disabled') eq 'enabled') ? 'sieve':''} \} diff --git a/smeserver-dovecot.spec b/smeserver-dovecot.spec index 617b480..3775632 100644 --- a/smeserver-dovecot.spec +++ b/smeserver-dovecot.spec @@ -1,5 +1,5 @@ %define version 11.0.0 -%define release 17 +%define release 18 %define name smeserver-dovecot @@ -41,6 +41,9 @@ Configure the dovecot IMAP server with sieve scripts support, quota, ACL, extended logging, master user %changelog +* Mon Nov 03 2025 Jean-Philippe Pialasse 11.0.0-18.sme +- set recipient_delimiter to dash [SME: 13261] + * Tue Mar 18 2025 Jean-Philippe Pialasse 11.0.0-17.sme - handle dhparam via template [SME: 12965]