mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #109] [Bug] Send failed (protocol error) on Ubuntu 22.04 #95
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (Aug 14, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/109
nmail version: 3.87
From
~/.nmail/log.txt:Likely introduced with commit
ba2a192@d99kris commented on GitHub (Aug 14, 2022):
Standalone test on Ubuntu 22.04 indicates that
getnameinfo()fails witherrno = 11in librarylibetpan.Will proceed to change the default setting to
send_hostname=1until this is fixed in underlying library (perhaps libetpan or other).@d99kris commented on GitHub (Aug 14, 2022):
For reference, using
send_hostname=0works fine on macOS and Ubuntu 20.04.