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

🚀: Add support for changing the default IMAP listener greeting #1231

Open
1 task done
neosonic2 opened this issue Feb 21, 2025 · 0 comments
Open
1 task done

🚀: Add support for changing the default IMAP listener greeting #1231

neosonic2 opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@neosonic2
Copy link

Which feature or improvement would you like to request?

I'd like to have the ability to customize the greeting sent by the IMAP/IMAPS listener to connecting clients. It's already possible to set the SMTP listener greeting by changing the server.listener.<id>.greeting configuration attribute.

Right now, when I connect to the IMAPS listener, I get:

* OK [CAPABILITY IMAP4rev2 IMAP4rev1 ENABLE SASL-IR LITERAL+ ID UTF8=ACCEPT AUTH=OAUTHBEARER AUTH=PLAIN] Stalwart IMAP4rev2 at your service.

Obviously this is not a super important feature, but instead more of a "nice to have", especially since I just set up a cluster of four Stalwart servers behind a load balancer and I'd like to put the current server's hostname in the IMAP greeting message, as I currently do for SMTP, to make troubleshooting easier.

Note: This feature request stems from discussion #1214.

Is your feature request related to a problem?

The related problem is that there is currently no facility by which to change the IMAP listener greeting, even though such a facility exists for SMTP listeners.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@neosonic2 neosonic2 added the enhancement New feature or request label Feb 21, 2025
@neosonic2 neosonic2 changed the title 🚀: Add support for changing the default IMAP server greeting 🚀: Add support for changing the default IMAP listener greeting Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant