Thursday, April 11, 2019

windows - Is it possible to have the realname from an email propagated through to outlook



we are using JIRA to manage our projects. For various reasons, it was required to move the email account from unix to an Exchange 2007 server.




We have added a mailbox for the JIRA account, since we also want to receive mails back.



In the postfix era, Outlook did not know the jira account and thus displayed the fullname from the email header. With the beautiful effect, that the name of the person posting the comment was set as the sender's name in outlook (Like: Thomas [jira]). Now, since outlook knows the sender, the email is received as "JIRA".



We are missing this piece of comfort a lot, since it allows to filter by name very easily.



Is there any way to configure Exchange to pass-through the fullname for that account only or how can we configure Exchange to accept mails from the JIRA server without requiring authentication (anonymous sending).



Thanks in advance!




Thomas


Answer



Short answer is you can't. If Exchange has an SMTP address on a mailbox or a recipient, the display of that address is going to get changed to the display name of the mailbox or recipient. There is no way around it. And switching to anonymous authentication will not solve this problem because the address is not matched based on the authenticating user but the address in the header.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...