Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: ayoub on July 17, 2009, 06:17:48 AM

Title: dovecot auto reply
Post by: ayoub on July 17, 2009, 06:17:48 AM
i try to add the auto reply to my roundcube
so i found this
require ["fileinto", "vacation"];

vacation
  # Reply at most once a day to a same sender
  :days 1
  :subject "Out of office reply"
  # List of additional recipient addresses which are included in the auto replying.
  # If a mail's recipient is not the envelope recipient and it's not on this list,
  # no vacation reply is sent for it.
  :addresses ["j.doe@company.dom", "john.doe@company.dom"]
"the text";

this will be add to the sieve file
so the problem where can i found this file
thanks
Title: dovecot auto reply
Post by: JohnDoh on July 18, 2009, 07:03:03 AM
first you must enabled sieve in your dovecot config (see LDA/Sieve/Dovecot - Dovecot Wiki (http://wiki.dovecot.org/LDA/Sieve/Dovecot)) when you set it up you set the locations of the sieve files, normally [Your Maildir]/.dovecot.sieve I think.