1 (edited by SteveInAkron 2016-08-28 08:47:06)

Topic: auto response to every message

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- 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?
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes, v2.1.3 (MySQL)
- Related log if you're reporting an issue:
====

I have a need for one email account to respond to every email it receives.

I know about the vacation auto responder in roundcube, but it only responds to the first mail if the subject is the same.

The email account in question is receiving 3-4 mails at once from the same sender, each with the same subject. The auto response needs to send verification that it received all parts of the message. The sender's original message is being split up because of the large attachment size. A result of the sender not receiving an auto reply is that they send it again, and again, and again .... Get the picture.

Thanks

EDIT: It does not have to be a user setting, or even available from the web interface.

----

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

2

Re: auto response to every message

Enable 'vacation-seconds' extension for sieve service in Dovecot, then you can set the period to X seconds.
Reference: http://wiki2.dovecot.org/Pigeonhole/Sie … s/Vacation

3 (edited by SteveInAkron 2016-08-28 12:33:16)

Re: auto response to every message

Thanks for the pointer to vacation_extension

I've added the +vacation-extension to the 90-sieve.conf file of of the /etc/dovecot/conf.d directory.

I also did a service dovecot restart, but I'm not sure that's necessary.

I'm not real familiar with sieve, so any help is appreciated.

Thanks

EDIT: The mailbox in question sieve log file:

main script: line 1: error: require command: unknown Sieve capability `vacation-seconds'.
main script: line 6: error: unknown command 'vacation' (only reported once at first occurence).
main script: error: validation failed.

4

Re: auto response to every message

Resolved: The +vacation-setting needs to be in dovecot.conf in the /etc/dovecot directory.