centos6.5redmine郵件發(fā)送功能配置詳解_第1頁
centos6.5redmine郵件發(fā)送功能配置詳解_第2頁
centos6.5redmine郵件發(fā)送功能配置詳解_第3頁
centos6.5redmine郵件發(fā)送功能配置詳解_第4頁
centos6.5redmine郵件發(fā)送功能配置詳解_第5頁
已閱讀5頁,還剩3頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、redmine 郵件發(fā)送功能配置詳解基于centos6.5 64位操作系統此次是結合linux系統的sendmail + redmine 進行發(fā)送郵件一、安裝 sendmail 以及 mail 工具包,用于發(fā)送郵件# yum -y install sendmail mailx# /etc/init.d/sendmail start二、配置系統環(huán)境修改主機名# cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=馬上生效主機名# hostname 三、測試是否能夠發(fā)郵件# vim mail.txthello world!發(fā)送郵件:# mai

2、l -s "mail from sendmail" cheei < mail.txt查看郵件(有send OK 字眼即代表已經成功發(fā)送了郵件):# tail -f /var/log/maillogAug 26 18:01:07 localhost sendmail16499: t7QA174A016499: from=root, size=241, class=0, nrcpts=1, msgid=&

3、lt;201508261001.t7QA174A016499>, relay=rootlocalhostAug 26 18:01:07 localhost sendmail16502: t7QA17dQ016502: from=<root>, size=518, class=0, nrcpts=1, msgid=<201508261001.t7QA174A016499>, proto=ESMTP, daemon=MTA, re

4、lay=localhost Aug 26 18:01:07 localhost sendmail16499: t7QA174A016499: to=cheei, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30241, relay= , dsn=2.0.0, stat=Sent

5、 (t7QA17dQ016502 Message accepted for delivery)Aug 26 18:01:07 localhost sendmail16504: STARTTLS=client, relay=., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256Aug 26 18:01:08 localhost 

6、sendmail16504: t7QA17dQ016502: to=<cheei>, ctladdr=<root> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=120518, relay=. , dsn=2.0.0, stat=Sent (Ok: queued as CC4F742A3)登錄賬戶查看郵件:四、配置red

7、mine# vim /usr/local/redmine/apps/redmine/htdocs/config/configuration.yml. 這段為修改的 .default:  # Outgoing emails configuration  # See the examples below and the Rails guide for more configuration option

8、s:  # /action_mailer_basics.html#action-mailer-configuration  email_delivery:    delivery_method: :async_smtp    smtp_settings:      tls: false    

9、  address:       port: 25      domain:       authentication: :login      enable_starttls_auto: true      user_name:

10、 yunwei      password: unqxwzo. 這段為最末尾添加.production的設置 .production:    delivery_method: :async_smtp    smtp_settings:      tls: false      addres

11、s:       port: 25      domain:       authentication: :login      enable_starttls_auto: true      user_name: yunwei 

12、     password: unqxwzo. .五、設置redmine郵件發(fā)送規(guī)則管理員登錄 admin 4/redmine 管理->配置->郵件通知點擊右下方的 “發(fā)送測試郵件”,再去查詢郵件日志,若郵件發(fā)送成功,那么就是已經成功的了。六、測試平時的新建問題以及問題更新是否能夠發(fā)送郵件Aug 26 18:15:49 localhost sendmail16995: t7QAFiOx016995: 

13、from=<root>, size=4093, class=0, nrcpts=2, msgid=<redmine.journal-38.20150826101544.9302e71e84f780a9>, proto=ESMTP, daemon=MTA, relay=localhost Aug 26 18:15:50 localhost sendmail17001: STARTTLS=client, relay=.

14、, version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256Aug 26 18:15:50 localhost sendmail17001: t7QAFiOx016995: to=<chenqiufei>, ctladdr=<root> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=esmtp,

15、0;pri=154093, relay=. , dsn=2.0.0, stat=Sent (Ok: queued as 16E2892AB)Aug 26 18:15:50 localhost sendmail17001: STARTTLS=client, relay=., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/12

16、8Aug 26 18:15:51 localhost sendmail17001: t7QAFiOx016995: to=<1527708036>, ctladdr=<root> (0/0), delay=00:00:02, xdelay=00:00:01, mailer=esmtp, pri=154093, relay=. 5, dsn=2.0.0, stat=Sent (Ok:

17、 queued as )Aug 26 18:29:49 localhost sendmail17939: t7QATnmd017939: from=<root>, size=3988, class=0, nrcpts=1, msgid=<redmine.issue-25.20150826102949.e74ce33445dd20be>, proto=ESMTP, daemon=MTA, relay=localhost Aug 26 18:29:50 localhost sendmail17941: STARTTLS=client, relay=., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256Aug 26 18:29:50 localhost send

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論