SUMMARY
+ [X] /etc/mailman3/postfix.cfg:
checked, is:
```
[postfix]
postmap_command: /usr/sbin/postmap
transport_file_type: hash
```
I believe that to be a typo or copy+paste error - sorry.
+ [X] /etc/postfix/main.cf
+ [X] /opt/mailman/data/aliases
> If /opt/mailman/data/aliases exists, what is in it? (If it
> doesn't exist I don't think it causes a problem, check Postfix
> logs.)
Thanks for the hint. That was a mm2-config, removed it.
+ [X] *-syntax
Formatting error, i apologise.
+ [X] /etc/mailman3/mailman.cfg
+ [X] paths.local
> I would add the
> ```
> [paths.local]
> var_dir: /opt/mailman/mm/var
> ```
> after the [mailman] section and before the [database] section.
Changed.
+ [X] deactivated archiver.prototype
```
[archiver.prototype]
enable: no
```
+ [ ] /etc/mailman3/settings.py
+ [ ] add full Domain name and IP Adress to ALLOWED_HOSTS
For clarification: did you really meant domain name or host name
(they sligthly differ)?
+ [X] SITE_ID = 2
This is correct, cause i deleted SITE_ID = 1 'example.com' and had
to change that (see
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/NTYURZHSURODNUISUBBDHWIBWYNGQAV6/#NTYURZHSURODNUISUBBDHWIBWYNGQAV6).
Restarting, testing.
Conclusion:
+ Now i can create Threads via the webinterface and these get send.
+ also sending from postfix to mlist via eg
```
echo "This is a test post" | mail -s "Testing ML Delivery"
testliste01@MY_DOMAIN
```
now reaches the mailman-instance.
+ also thanks to the hints during checking of the postfix/main.cf i
was able to relay the mails for the user ''mailman'' that got
delivered localy to an extern inbox via adding an entry in
/etc/aliases.
Thank you all so much.
lg
aiz
_______________________________________________
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/V43MGXUR6AS7HAOAYURCSSBQHHHH7L3S/
This message sent to arch...@mail-archive.com