Bug 2458: Si on envoie un email depuis Linux ,

le return-path doit être spécifié
This commit is contained in:
sparkyx 2026-04-01 17:17:09 +02:00
parent 60bf53262e
commit 61eea1f638

View file

@ -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]")