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 5334bec89d
commit 60bf53262e
5 changed files with 51 additions and 11 deletions

View file

@ -97,4 +97,7 @@ define ("DEBUGNOALYSS",0);
// change NOALYSS_URL with your URL ,
// with NGINX it is needed to set the NOALYSS_URL , it is the default URL of
// your installation, example with https://demo.noalyss.eu
// define ("NOALYSS_URL","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
//define("MAIL_EXTRA_PARAM","-f [FROM]")