我已经在Ubuntu10.04.4上安装了Bugzilla4.0。我们有多个Bugzilla的实例为每个项目和后缀是使用后发送电子邮件。最近我们创建了一个项目并创建了用户。在这些用户中,只有一个用户在试图发布错误时显示以下错误。
Bugzilla has suffered an internal error. Please save this page and send it to bugzilla.admin@abc.com with details of what you were doing at the time this message appeared.
URL: http://12.34.56.78/bigbugz/xyz2225/relogin.cgi
There was an error sending mail from 'bugzilla-daemon@' to 'jango@abc.com':Can't call method "address" on an undefined value at lib/Email/Send/SMTP.pm line 25.
Traceback:
at Bugzilla/Mailer.pm line 186
Bugzilla::Mailer::MessageToMTA(...) called at /var/www/bigbugz/xyz2225/relogin.cgi line 168你能帮我解决这个问题吗?
发布于 2014-02-05 07:07:17
通过将SMTP替换为“***mail_delivery_method‘=>”** Sendmail *下的data/params文件中的Sendmail,解决了此问题。
https://serverfault.com/questions/573266
复制相似问题