linvsfen 发表于 2010-8-4 10:01:17

解决window下安装bugzilla邮件配置问题

Bugzilla下载地址:http://www.bugzilla.org/download
   选择下载:bugzilla-3.6.1.tar.gz

解决bugzilla邮件配置:例如用sina邮箱发邮件
解决邮件发送问题,采用第三方软件sendmail-bugzilla-setup.exe方式,
下载地址:http://www.glob.com.au/sendmail
步骤:
1、安装 sendmail-bugzilla-setup.exe,
   SMTP Server:smtp.sina.com
   Default Domain:mail.sina.com
   >>next
   Username/Password :xxx@sina.com/xxx
   >> finish!

2、登录bugzilla(管理员)
    1、Parameters --Required Settings
       urlbase    (邮件URL基地址):http://xx.xx.xx.xx:8012/bugzilla
    2、Parameters -- Email
       mail_delivery_method    (发送邮件的方式):Sendmail
       Sendmail mailfrom    (邮件 从哪里发送的):xxx@sina.com需支持pop3
       smtpserver: mail.sina.com
此时创建bug时就会发给sina邮箱发邮件了

[ 本帖最后由 linvsfen 于 2010-8-4 10:02 编辑 ]

linvsfen 发表于 2010-8-10 10:54:38

:lol
页: [1]
查看完整版本: 解决window下安装bugzilla邮件配置问题