In 4.1.2, we were able to use aliases in exchange to differentiate incoming mail by setting up services where the catch email looked like this:
catchemail='alternateemail@exchange.my'
Now, in 5.x we can no longer create incoming mail servers using alias of this type. Is there a way around this issue?
Well as our company is moving away from exchange and into Gmail, I have found that the catchemail setting works as expected with it. So we now have one listener pointed at one email box in Gmail, but it have MANY aliases and the catchemail works as expected to pull the correct emails to the appropriate projects.
Hi Chad,
I'm not sure I understood the problem.
Are you getting any errors trying to put the catch email address?
Have you tried it without the quotes?
Hope this helps,
Marcus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In JIRA 5.x it will not allow the catchmail address above to be saved in either format:
&
#39;alternateemail@exchange.my' or "
alternateemail@exchange.my"
However, it will save without the quotes but it fails to collect the correct emails from the Exchange server because the To: address is actually "alternateemail@exchange.my" (the alias).
In the end, we ended up splitting out all the aliases into their own separate email addresses, i.e. we took the alias "alternateemail@exchange.my" for the account Jira@exchange.my and made an actual account alternateemail@exchange.my on exchange. Then we set up servers for each account.
This is less efficient than in JIRA 4.2 where I was able to have one server for the single exchange account and then change the catch email for each Mail handler to an alias and use the one server to pull out the different emails into different projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.