3
SmarterMail Build 7661 Require Auth Match Problem
Problem reported by Jason Eisert - 12/23/2020 at 9:43 AM
Resolved
After upgrading to Build 7661 we are now having an issue with the Require Auth Match Setting for SMTP In.   The setting has been set to domain, however, with the new update customers are now receiving bounce messages with the following :

550 From domain must match authenticated domain (in reply to MAIL FROM
command) 

Changing the setting to None for Require Auth Match corrects this problem, however, this is a terrible idea.

Looking through the forums it looks like this issue has come up in the past and was corrected based on the following thread.   16.3.6535 - 550 From Address Must Match Authenticated Address


20 Replies

Reply to Thread
0
Sébastien Riccio Replied
Hello,

If I recall correctly, in previous versions this check wasn't always working, especially when the customer IP address was whitelisted somewhere in SmarterMail.
They maybe fixed this in this release althought I see no changelog entry about it.

Have you checked the SMTP log to see if their MAIL FROM domain name matches the authenticated user domain name ?

Maybe your customer has already a mismatch here and that it now raises as the check seems to work now.

Kind regards.

EDIT: checking our server SMTP log, it seems that the check now works and it wasn't before, because we have a few of these 550 entries for users trying to send mail with an invalid from not matching their auth domain name. Before this build it was letting this through.
Sébastien Riccio System & Network Admin https://swisscenter.com
0
Jason Eisert Replied
Hello,

It seems to be related to non-authenticated inbound connections, and the sending IP is in the authentication bypass. Since it is not an authenticated user, the FROM address may not be a valid domain/email account on the server, however, the destination is.   It looks like a bug was introduced in this mechanism.
0
Sébastien Riccio Replied
Hello, 
That would be a problem indeed. Do you have any of these in your smtp log (set to detailed) ?

[2020.12.24] 01:26:44.968 [x.x.x.x][35234893] rsp: 550 From domain must match authenticated domain | Info: domain(domain.tld):domain.tld, authenticated username: user@domain.tld, sendersEmail: sender@domain.tld

It would be interresting to see what's in authenticated username, if they are triggered even for non-auth sessions.

Sébastien Riccio System & Network Admin https://swisscenter.com
1
Ionel Aurelian Rau Replied
OK, then we`ll need to hold off the upgrade until this is fixed or cleared up. Thanks for reporting it!
0
Kyle Kerst Replied
Employee Post
Good morning, and thanks for your patience as we have been out of office for the holiday. I'm reviewing your issue report, but we'll need to investigate these further before providing guidance. Can I have you submit a ticket on this with the sender details (from address) so we can check out your logs in more detail? Thanks Jason!
Kyle Kerst System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Elazar Broad Replied
Running into the same issue here. Rather simple to reproduce: add an IP to the authentication bypass list, send an email from that IP with the from address set to a legitimate domain on the server but a non-existent user in that domain.

I was using a generic email address (alert@existing-domain.tld) with an existing domain (but non-existent user) for sending alert type messages from various pieces of software, with the sending IPs in the authentication bypass list. In the meantime, I've created the user in that domain and have the sending IPs authenticate - which is probably a better long term solution (for me) anyway.

Thanks,
 Elazar



4
Larry Duran Replied
Employee Post
Hello all, just wanted to provide an update on this issue.  The devs were aware of the issue and have already submitted a fix.  This should be available in the next public release.
Larry Duran Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Thomas Lange Replied
Hi Larry,
good news - do you already know the date of next public release?
If an updated public release will be available during next days it would be ok to wait a few more days until then - otherwise I would probably open a support-ticket for a custom-build with the fix.
2
Ionel Aurelian Rau Replied
Indeed, a build with this fix would be useful to have this week - is that possible?
1
Sébastien Riccio Replied
+1 for a build
Sébastien Riccio System & Network Admin https://swisscenter.com
3
Larry Duran Replied
Employee Post
Hey all, I believe we'll have a build with this fix in this week.
Larry Duran Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
1
Larry Duran Replied
Employee Post
We just published a release that addresses this issue.
Larry Duran Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
3
Andrea Free Replied
Employee Post
Hello everyone, 

I wanted to make you aware that today's public build should resolve this issue:

Build 7669 (Dec 30)

If you continue to have any trouble on this build, feel free to let us know here. However, I'd also encourage you to start a support ticket for a one-on-one review. 

Thank you,
Andrea Free SmarterTools Inc. 877-357-6278 www.smartertools.com
0
Bruce Replied
The fix appears to fix the issue if you have 'SMTP Auth Bypass' enabled in 7669 but not if you are only whitelisting an IP for SMTP.



This always worked before as we were able to whitelist shared web servers IP addresses so that if you have a "contact us" form on a website you could have the "from" address the visitors address they entered on the "Contact us" form.

Since upgrading to Build 7669 we are getting 100's of "550 From address must match authenticated address" from our shared hosting web server IP addresses.
4
Sébastien Riccio Replied
This always worked before as we were able to whitelist shared web servers IP addresses so that if you have a "contact us" form on a website you could have the "from" address the visitors address they entered on the "Contact us" form. 
In 2021 (and, well, since a long time) this should never be the case. 
Using visitor's e-mail address as the From of your form result e-mail will lead to trouble with SPF and other identification mechanisms and could cause your mail to go into spam folders, because that is considered as e-mail spoofing.

You should instead use a from address from a domain that exists on your server and that has a SPF record matching your mailserver. Then use visitor e-mail as the Reply-To header, so when replying to the form, the reply will go to the visitor e-mail address.

Sébastien Riccio System & Network Admin https://swisscenter.com
0
Bruce Replied
Regretfully as we have used this method for nearly 20 years, we host thousands of websites where they set then 'from' address on the 'contact us' form as the from the address of the vistor and this has worked in SmarterMail since we started using it in 2007 up until 7661.

The changes in SmarterMail since 7661 mean our log files are full of thousands of rejected emails from websites IP addresses.

It would be a big change to notifying customers and asking them to change the way they send emails from their websites. It is doable but would need time to notify and work with thousands of customers to ensure they have made the changes to their websites before the changes can be rolled out.

As this is a change in SmarterMail that changes decade-old behaviour then have an option that allows it to work in the old way would be better rather than making the change mandatory and not even mentioned in the Release Notes.

For now, we have had to roll back to 7642.
0
David Sovereen Replied
To be clear, the "fix" resolved part of the issue but not the entire issue.

Previously, if an IP was Whitelisted, then Settings -> Protocols -> SMTP In -> Require Auth Match did not apply.  There is not a way to replicate this capability in the current build.  With the "fix" you can Bypass SMTP Auth, but some of us want to Require SMTP Auth so we have an account in the header to track and bypass Require Auth Match.

It would seem that several Bypass functions were enabled through the single Whitelist feature and now those functions are being broken out into individual parts.

At Settings -> Security -> Whitelist, there are SMTP, SMTP Auth Bypass, and SMTP Spam Bypass options.  My suggestion would be to add an SMTP Auth Match Bypass.  This would allow us to still require authentication so we can properly track who is sending messages and allow the From address to be anything, which is quite helpful for Contact Us forms so that we can easily reply to the person who completed the form.

Thanks,

Dave
1
Sébastien Riccio Replied
Yeah, Whitelisting an IP address shouldn't disable Auth match as you might want to whitelist an IP against the IDS but still check if the from address/domain matches to avoid the users using bogus "from" addresses.

On another hand there are some cases where you would like to also skip the Auth match for some IP
That said I'm still convinced that the "From" should be an e-mail from an existing domain on the server and that "Reply-To" header is used instead for directing the replies to the right address. Using the visitor address as From was ok until mid 2000 before SPF started to be used.

Check "What’s wrong with From header being the visitor’s email?" chapter)

Still, on SM Auth match is a global server toggle if I'm not wrong. So yes your solution to add a specific Bypass entry for this would be a good compromise.

Sébastien Riccio System & Network Admin https://swisscenter.com
0
Bruce Replied
I agree you need could do with two options.

The SMTP whitelisting is useful for the IDS as you don't want a customer using the wrong username and password while sending emails from their websites and blocking the IP of a shared hosting server affecting all customers on that server.

It is often the case that a user changes their mailbox password but forgets they also need to update the password when their website sends emails.

While I would prefer customers use 'Reply-To' on their websites, with close on 10,000 domains hosted and this not being a requirement for the last 20 years I foresee lots of unhappy customers if this change is forced on them. It would be good to have this for new servers that go online.

Therefore it would be nice to see another option on the whitelist to disable the SMTP Auth Match for certain IP ranges.
0
Ron Raley Replied
Bruce, I recommend that you push the new requirement across your platform.

It is guaranteed that your submissions will experience delivery problems among a handful of Internet Providers in 2021 by using form entered e-mail addresses as the FROM versus REPLY-TO.

Thanks,
Ron

Reply to Thread