2 Sep
2011
2 Sep
'11
3:30 a.m.
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@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@example.com", "user@example.net", "user@example.org"]
" Body text ";