Found the solution to the problem, just changed the SMTP provider (the
relay, just for the <> address).
This was working with one of the mail addresses because I was sending
using a return address from "domain 2", it didn't need to use an
external relay to send the mail.
My external relay re
Hi,
I have the following sieve script:
require ["vacation"];
# rule:[Ferias]
if true
{
vacation :addresses ["mail address domain 1","mail address
domain 2"] :subject "Out of the office" :from "mail address domain 1" text:
Some text
.
;
}
This was generated by roundcube. I'm using post