1

Topic: Vacation messages

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Deployed with iRedMail Easy or the downloadable installer? no
- Linux/BSD distribution name and version: debian 8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MYSQL
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello!
I had a need to automate the creation of message filters in the roundcube. For example, to create vacation messages. Is it possible? Did anyone do it?

----

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

2

Re: Vacation messages

Roundcube webmail supports this, go to "Settings -> Filters", then you can create it.

3

Re: Vacation messages

I know that. Creation of mass auto answers is required, for example, for employees on vacation, based on the table:

-------------------------------------------------------------------
         |     vacation from - to           | autoreplay          |
-------------------------------------------------------------------
user1 |   08.04.2020 - 12.04.2020  |  I am in vacation  |
user2 |   09.04.2020 - 16.04.2020  |  Hi! bye-bye         |
user3 |   14.04.2020 - 24.04.2020  |  Any text              |
-------------------------------------------------------------------
It is enough to understand in which mysql table this information should be entered.

4

Re: Vacation messages

The vacation message is not stored in SQL db. It's stored under user's mailbox directory. e.g. /var/vmail/vmail1/domain/<u>/<s>/<e>/username-<timestamp>/sieve/dovecot.sieve.

5

Re: Vacation messages

This is what I need. Thanks!