Changes between Initial Version and Version 37 of Ticket #64368
- Timestamp:
- 12/09/2025 09:49:14 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64368
- Property Owner set to SirLouen
-
Property
Status
changed from
newtoaccepted - Property Keywords needs-testing removed
-
Ticket #64368 – Description
initial v37 9 9 - Including `-f` when setting `sendmail_from` is bad practice, but is a widespread misunderstanding due to upstream documentation in PHP. An [https://github.com/php/php-src/issues/20648 upstream ticket in] `php-src` has been opened to address this. 10 10 - While `-f` is not supposed to be passed to `php_admin_value[sendmail_path]`, using `php_admin_value[sendmail_from]` does not seem to work as expected for some in Linux environments using Postfix with Sendmail compatibility interface. 11 12 == Upstream work 13 14 - Remove PHP manual page’s example with `-f` [https://github.com/php/php-src/issues/20648 PHP#20648] 15 - Report for `PHPMailer` on issue [https://github.com/PHPMailer/PHPMailer/issues/3281 PHPMailer#3281] 16 - Report for `PHPMailer` for `-f` issue? [https://github.com/PHPMailer/PHPMailer/issues/3282 PHPMailer#3282] 17 - `PHPMailer` patch to avoid double-adding `-f` [https://github.com/PHPMailer/PHPMailer/pull/3283 PHPMailer#3283]