Bug 272130 - mail/mailhog: Add sysrc variable to set hostname parameter
Summary: mail/mailhog: Add sysrc variable to set hostname parameter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-21 14:44 UTC by Einar Bjarni Halldórsson
Modified: 2023-07-31 08:49 UTC (History)
2 users (show)

See Also:
mops: maintainer-feedback+


Attachments
Adds sysrc variable mailhog_hostname (2.21 KB, patch)
2023-06-21 14:44 UTC, Einar Bjarni Halldórsson
einar: maintainer-approval? (mops)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Einar Bjarni Halldórsson 2023-06-21 14:44:18 UTC
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
Comment 1 punkt.de Hosting Team 2023-06-25 21:03:39 UTC
Looks good to me. Thanks for your contribution.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-31 08:45:41 UTC
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(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2023-07-31 08:49:14 UTC
Committed, thanks!