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已經安裝,並且可以正常工作