Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 14:17:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212922] mail/mailman: DEFAULT_EMAIL_HOST being ignored with experimental OpenSMTPD integration
Message-ID:  <bug-212922-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212922

            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@FreeBSD.org
          Reporter: justin@postgresql.org
             Flags: maintainer-feedback?(mandree@FreeBSD.org)
          Assignee: mandree@FreeBSD.org

Trying out the Mailman2 + OpenSMTPD integration (clearly marked as experime=
ntal
:>),
one small problem is showing up.

The default email host set in mm_cfg.py is being ignored:

  DEFAULT_EMAIL_HOST =3D '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@lists.dbhub.io"
instead of "newlist@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+=3DDOCS
  OPTIONS_FILE_UNSET+=3DHTDIG
  OPTIONS_FILE_UNSET+=3DNAMAZU2
  OPTIONS_FILE_SET+=3DNLS
  OPTIONS_FILE_UNSET+=3DCOURIER
  OPTIONS_FILE_UNSET+=3DEXIM4
  OPTIONS_FILE_SET+=3DOPENSMTPD
  OPTIONS_FILE_UNSET+=3DPOSTFIX
  OPTIONS_FILE_UNSET+=3DSENDMAIL

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212922-13>