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

Signed-off-by: Isern Palaus <ipalaus@ipalaus.es>
This commit is contained in:
Isern Palaus 2013-05-27 06:31:55 +02:00
parent 15bd1bfa63
commit 1cd0f1a6d7
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@
|
*/
'sendmail' => '/usr/sbin/sendmail',
'sendmail' => '/usr/sbin/sendmail -bs',
);