-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add new field Banner
in Server
struct for custom smtp greeting text
#132
Conversation
Add field `Banner` in struct `Server`.
Dear @emersion Could you help review and let me know your opinion? Thanks. :) |
Per the RFC, the domain name in the greeting is mandatory:
Other than that, I'm not sure what purpose a custom greeting would have, so I'm not convinced this change is worth merging. |
Dear @emersion, Thanks for the reply.
|
This doesn't sound very convincing to me. |
OK. i will close this PR.
|
Sure, fine by me. Doing the same as Postfix sounds like a good idea. |
PR #133 passed CI and waiting for approval. :) |
Banner
inServer
struct for custom smtp greeting text.Domain
field for backward compatible, but it's nowhere used. (It was only used in greeting text, which is now replaced byBanner
)QUIT
command (Goodnight and good luck
->Bye
)See also #131 (item 2)