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

[Bug] Send failed (protocol error) on Ubuntu 22.04 #109

Closed
d99kris opened this issue Aug 14, 2022 · 2 comments
Closed

[Bug] Send failed (protocol error) on Ubuntu 22.04 #109

d99kris opened this issue Aug 14, 2022 · 2 comments

Comments

@d99kris
Copy link
Owner

d99kris commented Aug 14, 2022

nmail version: 3.87

From ~/.nmail/log.txt:

2022-08-14 14:45:16.590 | WARN  | sender name [127.0.0.1]  (smtp.cpp:745)
2022-08-14 14:45:16.590 | ERROR | mailesmtp_ehlo_with_ip(smtp, useip) = MAILSMTP_ERROR_HOSTNAME  (smtp.cpp:131)

Likely introduced with commit ba2a192

@d99kris
Copy link
Owner Author

d99kris commented Aug 14, 2022

Standalone test on Ubuntu 22.04 indicates that getnameinfo() fails with errno = 11 in library libetpan.

Will proceed to change the default setting to send_hostname=1 until this is fixed in underlying library (perhaps libetpan or other).

@d99kris
Copy link
Owner Author

d99kris commented Aug 14, 2022

For reference, using send_hostname=0 works fine on macOS and Ubuntu 20.04.

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

No branches or pull requests

1 participant