Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

AbstractSmtpTransport::_isFqdn() let's wildcard hostnames pass -> SMTP error #391

Closed
tolry opened this issue Nov 18, 2013 · 1 comment
Closed

Comments

@tolry
Copy link

tolry commented Nov 18, 2013

Hi,

when using nginx with a wildcard server entry like
server_name *.mydomain.de
this server-name ist passed to AbstractSmtpTransport::_isFqdn() which accepts this as an fqdn entry and uses it as HELO. Which in return will fail on most MTAs (e.g. exim4).

I will try and prepare a PR in the next few days.

kind regards,
Tobias

@tolry
Copy link
Author

tolry commented Nov 18, 2013

#302 has already "a" solution, but probably not the best

@fabpot fabpot closed this as completed Nov 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants