mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #146] Feature Request: Set HELO #98
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#98
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 @kjake on GitHub (Jul 19, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/146
Within Docker, the HELO response seems locked into localhost, even though I've set a hostname when launching the container. Could you add an option for us to configure the HELO at runtime, or use the hostname automatically?
thanks!
@axllent commented on GitHub (Jul 20, 2023):
Hi there. I'm confused because the
HELOresponse isn't locked to "localhost", and it already uses the current hostname in the response, not that the response (beyond the250) is mandatory.... where
abf5fb0499d6is the hostname of my docker container running Mailpit, and192.168.7.2is the IP of my docker server. It sounds to me that you are connecting tolocalhostso your client is sending aHELO localhost, and is thus receiving a...greets localhostin the response.What is it that you are trying to achieve exactly?
@github-actions[bot] commented on GitHub (Aug 10, 2023):
This issue is stale because it has been open for 21 days with no activity.
@github-actions[bot] commented on GitHub (Aug 18, 2023):
This issue was closed because it has been inactive for 7 days since being marked as stale.
@daqqad commented on GitHub (May 1, 2024):
It would actually be useful to be able to override HELO string @axllent
My specific use case is GMail's relay service which rejects any HELO string that isn't configured as one of the domains on the account.
I made a few simple changes to implement this via an extra variable in config file for relay and it is working in my environment.
Can I push a branch for you to check out the changes and hopefully approve?
@axllent commented on GitHub (May 1, 2024):
@daqqad I'm not sure what impact your approach would have, so maybe best you sent a PR so I can see. Can't promise anything, but we can continue the discussion there. Please note that I'm currently very busy, so it may take a couple of days to review and get back to you, thanks.
@petek commented on GitHub (Aug 22, 2025):
@daqqad @kjake Don't know if you still have this issue, and the fix has been committed to the project for the next release.
@kjake commented on GitHub (Aug 22, 2025):
Docker image with digest
sha256:df042c2c685a3be6a35e11f9ca82c87941483c9d4c96e727713beea7e45179ais currently not responding with localhost, but my FQDN. I'm not sure when this changed, but thank you!@daqqad commented on GitHub (Aug 22, 2025):
I totally missed this reply, but thank you.