Hello everyone. We recently implemented SME to use it primarily as an outbound SMTP relay for our voicemail to email application. Our voicemail server creates a sub domain for every tenant that is created within it. Voicemails are then sent from <ext@tenant.our-real-domain.com> via the SME’s SMTP relay to the voicemail user’s real address Joe@company.com.
One of the main reasons that we decided to implement our own SMTP relay was that our ISP’s SMTP relay would not pass any emails that did not contain a verifiable “FROM” address. To overcome this we had to manually create sub domains and email addresses for every tenant and their extensions under our-real-doamin.com which proved to be tedious and unmanageable.
While the implementation of the SME has resolved the “FROM” address verification, we have now discovered through testing that a number of recipient’s email servers would also verify the validity of the sender’s email address and bounce the email, putting us back to square one.
So here’s the question: Is it possible via SME to change the sender’s email address from anyuser@tenant.our-real-domain.com to constant@our-real-domain.com?
Thanks much.