Secure sendmail to disable user commands from mail address

See https://www.postfix.org/sendmail.1.html under Security
pull/6459/head
Severin 8 months ago committed by GitHub
parent b4b94515de
commit b014443090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ return [
'sendmail' => [
'transport' => 'sendmail',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i --'),
],
'log' => [

Loading…
Cancel
Save