hi guys, i have problem with autoresponder when mail is sent to email alias could you confirm this bug (or feature) ?
Hi Till, same trouble ISPConfig 3.0.5.4p1 on Debian 7 with postfix, dovecot, sieve If i send an email to the real mail address, autoresponder works correctly. I See in postfix logs the sieve log: "sent vacation response to" Instead, if i send an email to an alias or a forward of the same address, e-mail is correctly delivered but the autoresponder message doesn't go. I've no sieve or postfix logs about it. Regards Max
Just tested it here in ispconfig 3.0.5.4p1 and it works fine. 1) added a mailbox [email protected] 2) added a alias for this mailbox [email protected] the resulting autoresponder sieve file contains both adresses: Code: vacation :days 1 :subject "Out of office reply" :addresses ["[email protected]","[email protected]"] "hello test"; }
Got the same issue (v3.1.15p2). The .sieve file got the domain alias but nit the mail alias. Any idea what might cause this and how to fix it?