From 61eea1f638979d437ea36735e8e21c91d79730ae Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 1 Apr 2026 17:17:09 +0200 Subject: [PATCH] =?UTF-8?q?Bug=202458:=20Si=20on=20envoie=20un=20email=20d?= =?UTF-8?q?epuis=20Linux=20,=20=20le=20return-path=20doit=20=C3=AAtre=20sp?= =?UTF-8?q?=C3=A9cifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/config.inc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.inc.example b/include/config.inc.example index d0deec652..405a4f46a 100644 --- a/include/config.inc.example +++ b/include/config.inc.example @@ -99,5 +99,5 @@ define ("DEBUGNOALYSS",0); // your installation, example with https://demo.noalyss.eu // define ("NOALYSS_URL","https://demo.noalyss.eu"); // For POSTFIX, when sending email from NOALYSS via sendmail an extra parameter is needed -// for the Return-Path, the FROM will be replaced by the Sendmail_Core->from value +// for the Return-Path, the [FROM] will be replaced by the Sendmail_Core->from value //define("MAIL_EXTRA_PARAM","-f [FROM]")