[Bug 212922] mail/mailman: DEFAULT_EMAIL_HOST being ignored with experimental OpenSMTPD integration
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 23 14:17:48 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212922
Bug ID: 212922
Summary: mail/mailman: DEFAULT_EMAIL_HOST being ignored with
experimental OpenSMTPD integration
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mandree at FreeBSD.org
Reporter: justin at postgresql.org
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Assignee: mandree at FreeBSD.org
Trying out the Mailman2 + OpenSMTPD integration (clearly marked as experimental
:>),
one small problem is showing up.
The default email host set in mm_cfg.py is being ignored:
DEFAULT_EMAIL_HOST = 'dbhub.io'
Instead, for newly created mailing lists the default email host is using the
complete FQDN of the server. eg "lists.dbhub.io", thus
"newlist at lists.dbhub.io"
instead of "newlist at dbhub.io"
It's easy enough to work around by manually changing the host_name setting for
the new mailing list via the WebUI, so not in any way critical (for us).
For reference, the Mailman version (compiled from source) is version 2.1.23,
the
OpenSMTPD version (installed from pkg) is version 5.9.2p1_1,1.
The complete /var/db/ports/mail_mailman/options file used during the compile
is:
OPTIONS_FILE_UNSET+=DOCS
OPTIONS_FILE_UNSET+=HTDIG
OPTIONS_FILE_UNSET+=NAMAZU2
OPTIONS_FILE_SET+=NLS
OPTIONS_FILE_UNSET+=COURIER
OPTIONS_FILE_UNSET+=EXIM4
OPTIONS_FILE_SET+=OPENSMTPD
OPTIONS_FILE_UNSET+=POSTFIX
OPTIONS_FILE_UNSET+=SENDMAIL
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list