Created attachment 242923 [details] Adds sysrc variable mailhog_hostname This patch adds the sysrc variable "mailhog_hostname". By setting the variable, we can configure the hostname mailhog uses for EHLO/HELO and message IDs
Looks good to me. Thanks for your contribution.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f78f6fb2bbc195969745c4fccb2ca7d0a581e40 commit 3f78f6fb2bbc195969745c4fccb2ca7d0a581e40 Author: Einar Bjarni Halldórsson <einar@isnic.is> AuthorDate: 2023-07-31 08:42:14 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-07-31 08:42:14 +0000 mail/mailhog: Add sysrc variable to set hostname parameter This patch adds the sysrc variable "mailhog_hostname". By setting the variable, we can configure the hostname mailhog uses for EHLO/HELO and message IDs PR: 272130 mail/mailhog/Makefile | 2 +- mail/mailhog/files/mailhog.in | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-)
Committed, thanks!