版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、redmine 邮件发送功能配置详解基于centos6.5 64位操作系统此次是结合linux系统的sendmail + redmine 进行发送邮件一、安装 sendmail 以及 mail 工具包,用于发送邮件# yum -y install sendmail mailx# /etc/init.d/sendmail start二、配置系统环境修改主机名# cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=马上生效主机名# hostname 三、测试是否能够发邮件# vim mail.txthello world!发送邮件:# mai
2、l -s "mail from sendmail" cheei < mail.txt查看邮件(有send OK 字眼即代表已经成功发送了邮件):# 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邮件发送规则管理员登录 admin 4/redmine 管理->配置->邮件通知点击右下方的 “发送测试邮件”,再去查询邮件日志,若邮件发送成功,那么就是已经成功的了。六、测试平时的新建问题以及问题更新是否能够发送邮件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. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年云南省西双版纳傣族自治州单招职业适应性测试题库附参考答案详解(完整版)
- 2026年云南轻纺职业学院单招职业技能考试题库带答案详解(轻巧夺冠)
- 2026年云南特殊教育职业学院单招综合素质考试题库带答案详解(满分必刷)
- 2026年云南省昭通地区单招职业适应性测试题库带答案详解(综合卷)
- 2026年中山火炬职业技术学院单招职业技能考试题库带答案详解(b卷)
- 2026年云南省大理白族自治州单招职业适应性考试题库及答案详解(网校专用)
- 2026年上海海洋大学单招职业技能考试题库带答案详解(达标题)
- 2026年七台河职业学院单招职业适应性考试题库附参考答案详解(综合题)
- 2026年云南农业职业技术学院单招职业适应性测试题库带答案详解(轻巧夺冠)
- 2026年乌海职业技术学院单招职业技能测试题库含答案详解(a卷)
- 2026届大湾区普通高中毕业年级联合模拟考试(一)数学试题(原卷版+解析版)
- 体育设施维护与管理手册(标准版)
- 航天器电源系统:星际探索的能量核心与技术标杆
- 海洋人工鱼礁建设项目施工方案
- 2025年西藏中考语文试卷及答案
- 博士组合物使用指南
- 《相变储热供暖工程技术标准》
- 瘙痒性疾病的诊断和治疗
- 2023年4月自考00808商法试题及答案含解析
- 集装箱安全装运集装箱系固
- 2023年西安电力高等专科学校单招考试面试题库及答案解析
评论
0/150
提交评论