-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Enabling useXForward option causes rejections #147
Comments
Having the same issue when trying to use
Probably setting that line to this |
Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After adding
useXForward: true
to server options, we started getting the following error when certain email services send to our server:It looks like this is caused by the following line, where it tries to interpret the HELO as a number, which then later on overrides
this.hostNameAppearsAs
to a falsey value:smtp-server/lib/smtp-connection.js
Line 1084 in 427cb7a
The text was updated successfully, but these errors were encountered: