
April 28, 2025
12:22 p.m.
What does
mailman info
show for config file:?
config file: /etc/mailman3/mailman.cfg
What does
mailman conf -s mta
show for[mta] configuration: [mta] incoming: mailman.mta.postfix.LMTP
[mta] configuration: /etc/mailman3/postfix.cfg [mta] incoming: mailman.mta.postfix.LMTP
What's in /etc/mailman3/postfix.cfg?
[postfix] … postmap_command: /usr/sbin/postmap … transport_file_type: hash
- where '…' means i cut comments away.
- just copy-pasted from [1].
- also checked that command ''postmap'' (under /usr/sbin) is available for user 'mailman' (usr/sbin was not in path; it is now).
lg alexander
[1] postfix.cfg
https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/config/postfix....