[Dovecot] sieve vacation problem (discarding)

Thomas Harold thomas-lists at nybeta.com
Fri Sep 2 03:30:14 EEST 2011


On 9/1/2011 2:34 PM, Lampa wrote:
 > Hello,
 >
 > i'm using 1.2.15 version on debian.
 >
 > I'm getting "discarding vacation response for message implicitly
 > delivered to<user at domain.com>"
 >
 > I have domain domain.com which has alias do-main.com.
 >
 > When sending email to main domain (domain.com) seems to be ok, but for
 > aliased domain getting discard ;(
 >

On our older Dovecot v1 installation, we use the :addresses tag and just 
put the addresses in (with all the variations).  Which may not be as 
clever as you wanted due to manually listing the recipient addresses, 
but seems to work for us.

require ["vacation"];

vacation

   :days 1

   :subject "Out of office reply"

   :addresses ["user at example.com", "user at example.net", "user at example.org"]

"
Body text
";



More information about the dovecot mailing list