需要存档收到的电子邮件
我有一个邮件接收设置,其中 Postfix (2.6.6) 是 MTA,然后我有 amavisd-new (带有 spamassassin 和 CLamAV)作为内容过滤器。
我在我的 amavisd-new conf 文件中启用了垃圾邮件报告标头。
我想以 maildir 格式将文件存档在本地存储上。是否可以通过 amavisd-new conf 文件?
实际上,我希望我的档案按照以下格式或类似于收到的每封电子邮件的格式创建:
<BaseArchiveDirectory>/<UserEmailID>/<subjectOfEmail>.eml
谢谢
Ashish Sharma
I have a mail receiving setup where in Postfix (2.6.6) is the MTA and then I have amavisd-new (with spamassassin and CLamAV) as content filter.
I have enabled spam report header in my amavisd-new conf file.
I want to archive the files on local storage in maildir format. Is it possible via amavisd-new conf file?
In effect I want my archives to be created in following format or similar to one for each email received:
<BaseArchiveDirectory>/<UserEmailID>/<subjectOfEmail>.eml
Thanks
Ashish Sharma
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的 amavisd-new conf 文件中使用了以下设置:
通过上述设置,我可以将重复的电子邮件流重定向到我的归档进程(我自己编写的),在端口 10050 上侦听。
上述设置不会干扰电子邮件内容过滤器流程。
I used the following setting in my amavisd-new conf file:
via above settings I could redirect a duplicate email stream to my archiving process (that I coded myself) listening on port 10050.
Above settings don't interfere in the basic path of the email content filter flows.