Am 02.05.25 um 10:37 schrieb Odhiambo Washington:
On Fri, May 2, 2025 at 11:23 AM Alexander Inzinger-Zrock <
a.inzingerzr...@gmail.com> wrote:
/etc/postfix/main.cf
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
TLS parameters section _OBFUSCATED_
SMTP Auth Section _OBFUSCATED_
smtpd_recipient_restrictions = reject_non_fqdn_recipient
reject_non_fqdn_sender reject_unknown_sender_domain
reject_unknown_recipient_domain
mydomain = _OBFUSCATED_
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
defer_unauth_destination
myhostname = _OBFUSCATED_
myorigin = /etc/mailname
mydestination = $myhostname, $mydomain, _OBFUSCATED_, localhost,
_OBFUSCATED_
relayhost = _OBFUSCATED_
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 129.27.2.197
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
alias_maps = hash:/etc/aliases, hash:/opt/mailman/data/aliases
alias_database = hash:/etc/aliases, hash:/opt/mailman/data/aliases
message_size_limit = _OBFUSCATED_
initial_destination_concurrency = 20
queue_run_delay = _OBFUSCATED_
minimal_backoff_time = _OBFUSCATED_
default_destination_concurrency_limit = 80
unknown_local_recipient_reject_code = 550
owner_request_special = no
transport_maps = hash:/opt/mailman/mm/var/data/postfix_lmtp
local_recipient_maps = proxy:unix:passwd.byname $alias_maps,
hash:/opt/mailman/mm/var/data/postfix_lmtp
relay_domains = hash:/opt/mailman/mm/var/data/postfix_domains
/etc/mailman3/mailman.cfg
(status: before changes suggested in
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/TI5JCBT5AO5KD7LV5DZSQNBDMYZKRK54/
)
(i will change [paths.local] to var_dir: /opt/mailman/mm/var)
[mailman]
layout: local
site_owner: _OBFUSCATED_
[database]
class: mailman.database.mysql.MySQLDatabase
url:
mysql+pymysql://mailman:_OBFUSCATED_@localhost
/mailman?charset=utf8mb4&use_unicode=1
[archiver.prototype]
enable: yes
[archiver.hyperkitty]
class: mailman_hyperkitty.Archiver
enable: yes
configuration: /etc/mailman3/mailman-hyperkitty.cfg
[shell]
history_file: $var_dir/history.py
[mta]
incoming: mailman.mta.postfix.LMTP
outgoing: mailman.mta.deliver.deliver
lmtp_host: 127.0.0.1
lmtp_port: 8024
smtp_host: localhost
smtp_port: 25
configuration: /etc/mailman3/postfix.cfg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That file there is not documented in the officla HOWTO.
What does it contain?
we changed that during prior conversation [1] to make postmap command
available to user 'mailman'
from
configuration: python:mailman.config.postfix
to
configuration: /etc/mailman3/postfix.cfg
and contents are
"
postmap_command: /usr/sbin/postmap
postmap_command: /usr/sbin/postmap
"
[1]
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/CTZATO52FGFLP3KOUYP6ZO5UNNXLV2JP/
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/LLVYKV2RHQQMXOIYWKU436P3FDK24US3/
This message sent to arch...@mail-archive.com