From 44aa7edc185d5b6f93154263a07c927d22b9dd59 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 01:24:53 +0000 Subject: - use smtp instead of sendmail, to solve problem of wrong sender from bugzilla email --- modules/bugzilla/templates/params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 5813232a..b603789a 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -49,7 +49,7 @@ 'letsubmitterchoosepriority' => 1, 'lxr_root' => '', 'lxr_url' => '', - 'mail_delivery_method' => 'Sendmail', + 'mail_delivery_method' => 'SMTP', 'mailfrom' => 'bugzilla-daemon', 'makeproductgroups' => 0, 'maxattachmentsize' => '1000', -- cgit v1.2.1