1 (edited by xiangct 2020-11-07 19:36:13)

Topic: 请问有办法让邮件等待一段时间再发送吗?

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
有一个需求是希望邮件发送后暂时不发送出去而是等待一段时间,防止发送到不正确的目标地址,还能从服务器删除。不知道是否有这个功能

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: 请问有办法让邮件等待一段时间再发送吗?

目前没有。你可以考虑自己写个 iRedAPD 插件,将它放入 hold 队列,然后通过 cron job 将它重新放入队列。