Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: Fix default SMTP banner to improve SMTP server reputation #448

Closed
1 task done
nickspring opened this issue May 17, 2024 · 4 comments
Closed
1 task done
Labels
enhancement New feature or request

Comments

@nickspring
Copy link

Which feature or improvement would you like to request?

I'd like to see this feature:

Right now default banner in SMTP is:

220 Stalwart ESMTP at your service

However is crucial (for SMTP server reputation and validations) to have here hostname:

220 your_hostname.com Stalwart ESMTP at your service

Without this all smtp validators warns:
"Reverse DNS does not match SMTP Banner"

Is your feature request related to a problem?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@nickspring nickspring added the enhancement New feature or request label May 17, 2024
@nickspring nickspring changed the title [enhancement]: Fix SMTP banner by default to improve SMTP server reputation [enhancement]: Fix default SMTP banner to improve SMTP server reputation May 17, 2024
@williamdes
Copy link

See #119

@nickspring
Copy link
Author

Yes, but it's about changing banner. Yes, I changed it, but not each user knows about this validation. It will be better to have it by default.

@helmut72
Copy link

helmut72 commented May 22, 2024

Can this be still overwritten? Hostname of the server isn't always the DNS record. Also hostname doesn't resolve always with FQDN, but with hostname only (without domain part).

@mdecimus
Copy link
Member

Yes, only the default value for the greeting was changed. It uses the function key_get('default', 'hostname') which expands to the system's hostname defined in lookup.default.hostname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants