On Fri, Apr 04, 2014 at 04:26:43PM +0200, Niels Dettenbach wrote:
> Hi all,
> 
> 
> it seems i'm not alone with this "effect" or "bug" in the SIEVE vacation 
> module.
> 
> On a cyrus-imap ("feeded" by EXIM) with virtual domains where usernames are 
> "equal" to email adresses i have the effect, that vacations are not sent out 
> when an incoming email is addressed to an "alias" of the mailbox (means to an 
> email address which is NOT the same as the IMAP user name / mailbox name).
> 
> On another machine where user accounts arr in the format user.domain.tld 
> (instead of u...@domain.tld) under NetBSD it works without any problems. So i 
> assume slightly that it may be related to the aliasing mechanism.
> 
> There is no change if i catch all incoming emails or define each by hand in 
> sieve.
> 
> 
> Is anyone out there faced to the same problem? Is there any solution? 
> 
> 
> many thanks in advance.
> cheerioh,
> 
> Niels.
> -- 

Hi Niels,

You need to include the addresses that the vacation is to reply to. Here is
an example:

require ["vacation","regex"];

vacation :days 7 :addresses ["addre...@example.com", "addre...@example.com"] 
text:
testing vacation
.
;

Regards,
Ken
----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Reply via email to