bugzilla發送郵件失敗

報錯

URL: http://localhost/process_bug.cgi
There was an error sending mail from 'bugzilla-daemon' to '[email protected]':error when closing pipe to /usr/lib/sendmail:


修改下列參數

[root@ysc ~]# vim /var/www/html/bugzilla/data/params

          'mail_delivery_method' => 'SMTP',
          'mailfrom' => '[email protected]',
          'maintainer' => '[email protected]',
          'smtp_password' => '12345678',
          'smtp_username' => '[email protected]',
          'smtpserver' => 'smtp.unihz.com',
          'use_mailer_queue' => 'on',        #郵件進隊列處理,改善頁面僵死的等待

[root@zhm ~]# /var/www/html/bugzilla/jobqueue.pl start        #啓動郵件隊列處理
[root@zhm ~]# /var/www/html/bugzilla/jobqueue.pl install    #寫進內核,開機自動啓動


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章