mail <--> other

mailing list <==> news (Mail<->News gateways)

新闻组的配置请参考How to Install and Configure INN under RedHat Linux by netkiller

Mail<->News gateways Configure

  1. 确认Mailman已经安装,并且可以正常工作

    进入列表管理页

    http://lists.example.org/mailman/admin/your-list/gateway

    your-list 为你的邮件列表名

  2. 进入Mail<->News gateways页

    The hostname of the machine your news server is running on. 填写NNTP主机名如:news.9812.net

    The name of the Usenet group to gateway to and/or from. 填写组名如:cn.comp.lang.python

    Should new posts to the mailing list be sent to the newsgroup? 邮件列表 ==> 新闻组 (推操作)

    Should new posts to the newsgroup be sent to the mailing list? 邮件列表 <== 新闻组 (拉操作)

    The moderation policy of the newsgroup 选择Open list, moderated group

    其它选择:Yes

  3. 测试

    向your-list@example.org邮件列表中投递邮件,然后进入news://news.example.org/查看文章是否投递成功

    向组中投递文章,然后访问邮件列表查看http://lists.example.org/pipermail/your-list/

mail <--> SMS (手机短信)

短信有很多实现方案

GSM Modem 通过AT命令实现

Tx: AT		(检测模块是否正常工作)
Rx:OK
Tx: AT+CSCA=+8613122993040	(移动电话号码+86 13122993040,注:首次开机时需要设置)
Rx:OK
Tx: AT+CMGF=1	(设置为Text模式)
Rx:OK
Tx: AT+CNMI=1,1,0,0,1	(设置显示呼入方号码)
Rx:OK
Tx: AT+CMGS="13122993040"	(发送短信至13122993040)
>Hello,This is the test of GSM module TC35!<^z>
Rx:+CMGS 36
OK			(短信发送成功)
Rx:+CMTI:"SM",6		(本机提示收到一条短信,序号为6)
Tx:	AT+CMGR=6		(显示收到的短信)
Rx:+CMGR:"REC UNREAD","+8613122993040",,"03/01/04,21:01:37+00"
Hello,This is the test of GSM module TC35
			

摘自:电子产品世界 3003.10上半月 26页 《短消息通信基车辆监控系统终端设计》

大连海事大学 信息工程学院 闫俊 夏志忠 谭玉波 许琳

AT命令属于低层开发对于一般用户比较难,建议你使用一些API函数调用。

mail <--> fax (未完成)

HylaFAX传真服务器

  1. 确认HylaFAX已经安装,并且可以正常工作