bugzilla配置邮箱发送邮件问题


2018-09-25


1、bugzilla注册账号,邮件无法发送

需要登录管理账号,配置邮箱服务

2、Can't locate object method "quit" via package "Net::SMTP::SSL" at Bugzilla/Config/Common.pm line 365. For help, please send mail to the webmaster (root@localhost), giving this error message and the time and date of the error.

cpan -i MIME::Base64
cpan -i Net::SSLeay
cpan -i Net::SMTP::SSL

以上一直回车安装即可

3、Can't locate object method "message" via package "To use SSL please install IO::Socket::SSL with version>=2.007 at lib/Net/SMTP.pm line 68. " (perhaps you forgot to load "To use SSL please install IO::Socket::SSL with version>=2.007 at lib/Net/SMTP.pm lin

yum install 'perl(IO::Socket::SSL)'
cpan -i  IO::Socket::SSL

完成之后bugzilla可正常使用

上一篇:Python开发【第三篇】:Python基本之文件操作


下一篇:linux配置邮箱服务