The default sendmail path must contain '-bs' or '-t' flags.
Signed-off-by: Isern Palaus <ipalaus@ipalaus.es>
This commit is contained in:
parent
15bd1bfa63
commit
1cd0f1a6d7
|
@ -106,6 +106,6 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'sendmail' => '/usr/sbin/sendmail',
|
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue