Summary: | mail/mailhog: Add sysrc variable to set hostname parameter | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Einar Bjarni Halldórsson <einar> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | eduardo, mops | ||||
Priority: | --- | Flags: | mops:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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! |
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