除了 procmail 之外,还有哪些 Unix 工具可以“读取”邮件?通过管道发送电子邮件?
除了 procmail 之外,还有哪些 Unix 工具可以通过管道“读取”电子邮件?我有一个客户想要在大学管理的(读作神经质的 IT 部门)服务器上开发一个应用程序。 Procmail 未安装,PHP 的 IMAP 扩展也未安装。还有哪些其他程序或脚本可以接受管道电子邮件作为输入?
Other than procmail what Unix tools can "read" an email via pipe? I have a client that wants to develop an app on a university managed (read squeamish IT dept) server. Procmail is not installed and neither is PHP's IMAP extension. What other programs or scripts can accept a piped email as input?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非我误解了这个问题(现在我重读了几次,我可能已经误解了)但是......邮件文件只是
mail
命令解析并提供前端的文本文件。您可以使用cat
、vi
或任何类似工具来处理邮件文件:查看 管理指南 - 管理邮件
Unless I misunderstood the question (which, now that I reread it a few times, i may have) but....Mail files are just text files that the
mail
command parses and provides a front end for. You can usecat
,vi
, or any of the like to process the mail file:Check out Admin Guide - Managing the Mail