惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
V
V2EX
博客园 - 【当耐特】
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
量子位
MyScale Blog
MyScale Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
月光博客
月光博客
I
InfoQ
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
罗磊的独立博客
Recent Announcements
Recent Announcements
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - Hicome

CentOS6 安装svn Nagios的配置文件 ZT 创建 PHP 测试页 ZT 命令行手工备份Ubuntu系统的方法 还原Ubuntu系统备份的方法 ZT SHELL编程实例+条件判断总结 ZT DELL服务器结合nagios硬件监控、报警 ZT CentOS下内存使用率查看 ZT swf文件格式解析入门(文件头解析)ZT 怎样压缩swf文件? ZT 使用NDOUtils将Nagios监控信息存入数据库 ZT 电脑自动重启的原因几处理方法 ZT 通过rpm包安装、配置及卸载mysql ZT DVD+R与DVD-R有什么区别 ZT CentOS 5.5安装apache2.2.17 ZT CentOS 卸载apache ZT Centos 下PHP的卸载与安装 ZT mysql的一些操作命令 Nginx负载均衡 ZT 【M8】使用的一些小技巧 电话,短信,联系人,音乐等功能
Trac 下设置发邮件问题
Hicome · 2011-02-24 · via 博客园 - Hicome

1. 找到trac所对应目录下的项目名,里面有conf/trac.ini配置文件。

2.  在配置文件里找到如下信息,然后修改。

[notification]

admit_domains =

always_notify_owner = true

always_notify_reporter = true

always_notify_updater = true

ignore_domains =

mime_encoding = base64

smtp_always_bcc =

smtp_always_cc = ops@google.com !!发送到地目的地。

smtp_default_domain =

smtp_enabled = true

smtp_from = ops@china.google.com !!发送的源地址。

smtp_from_name = Google-Maintenance !!标题。

smtp_password =

smtp_port = 25

smtp_replyto = trac@localhost

smtp_server = localhost

smtp_subject_prefix = __default__

smtp_user =

ticket_subject_template = $prefix #$ticket.id: $summary

use_public_cc = false

use_short_addr = false

use_tls = fals

3. 更改完配置后,就要针对所对应的项目名进行upgrade,使其生效。

trac-admin /var/trac/Maintenance/ upgrade