Commit 1cd0f1a6 authored by Isern Palaus's avatar Isern Palaus

The default sendmail path must contain '-bs' or '-t' flags.

Signed-off-by: 's avatarIsern Palaus <ipalaus@ipalaus.es>
parent 15bd1bfa
......@@ -106,6 +106,6 @@ return array(
|
*/
'sendmail' => '/usr/sbin/sendmail',
'sendmail' => '/usr/sbin/sendmail -bs',
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment