Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core
Commits:
d0595dec by Mark Sapiro at 2021-12-29T05:43:31+00:00
Clarify smtp_host and lmtp_host settings.
- - - - -
f9115fd2 by Mark Sapiro at 2021-12-29T05:43:31+00:00
Merge branch 'doc' into 'master'
Clarify smtp_host and lmtp_host settings.
See merge request mailman/mailman!944
- - - - -
2 changed files:
- setup.py
- src/mailman/docs/mta.rst
Changes:
=====================================
setup.py
=====================================
@@ -113,6 +113,7 @@ case second 'm'. Any other spelling is incorrect.""",
'aiosmtpd>=1.4.1',
'alembic>=1.6.2,!=1.7.0',
'atpublic',
+ 'attrs<21.3.0',
'authheaders>=0.14.0',
'authres>=1.0.1',
'click>=8.0.0',
=====================================
src/mailman/docs/mta.rst
=====================================
@@ -104,6 +104,9 @@ You need to tell Mailman that you are using the Postfix
mail server. In your
Some of these settings are already the default, so take a look at Mailman's
``src/mailman/config/schema.cfg`` file for details. You'll need to change the
``lmtp_host`` and ``smtp_host`` to the appropriate host names of course.
+For everything on the same host, the default settings ``127.0.0.1`` and
+``localhost`` respectively are probably OK. If you do set ``smtp_host`` to
+other than ``localhost``, make sure that host is in Postfix ``mynetworks``.
Generally, Postfix will listen for incoming SMTP connections on port 25.
Postfix will deliver via LMTP over port 24 by default, however if you are not
running Mailman as root, you'll need to change this to a higher port number,
@@ -203,6 +206,7 @@ tables by adding the following configuration to
``mailman.cfg``::
smtp_port: 25
configuration: /path/to/postfix-mailman.cfg
+See remarks above about ``lmtp_host`` and ``smtp_host``.
Also you will have to create another configuration file called as
``postfix-mailman.cfg`` and add its path to the ``configuration`` parameter
above. The ``postfix-mailman.cfg`` would look like this::
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/53e4dd1b66841e4dbaf16cf0dcef21612a1c15a1...f9115fd2fa287a59c90461954f716c062a46ebe3
--
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/53e4dd1b66841e4dbaf16cf0dcef21612a1c15a1...f9115fd2fa287a59c90461954f716c062a46ebe3
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]