1

Topic: Auto-Reply (vacation) settings

==== 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.
====

hi
Reply interval for vacation is 1 day, Is it possible to reduce it to 0 day .
I want to reply at that moment.

----

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

2

Re: Auto-Reply (vacation) settings

Check this Dovecot document:
https://wiki.dovecot.org/Pigeonhole/Sie … s/Vacation

1: You can set "sieve_vacation_min_period = 0" to send vacation message for every message.
2: or, enable sieve extension "vacation-seconds" to support interval in seconds.