diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-15 01:24:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-15 01:24:53 +0000 |
commit | 44aa7edc185d5b6f93154263a07c927d22b9dd59 (patch) | |
tree | ad275561b445004e31ebfa2dbfc9b249b53a3b77 /modules/bugzilla | |
parent | 8259f36623b7d43553c08dee377113b1809f3261 (diff) | |
download | puppet-44aa7edc185d5b6f93154263a07c927d22b9dd59.tar puppet-44aa7edc185d5b6f93154263a07c927d22b9dd59.tar.gz puppet-44aa7edc185d5b6f93154263a07c927d22b9dd59.tar.bz2 puppet-44aa7edc185d5b6f93154263a07c927d22b9dd59.tar.xz puppet-44aa7edc185d5b6f93154263a07c927d22b9dd59.zip |
- use smtp instead of sendmail, to solve problem of wrong sender from bugzilla email
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
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', |