[MM3-users] m3 database contents

2025-01-22 Thread Alexander Inzinger-Zrock via Mailman-users
Ahoi, except for [1] i was not able to find anything about what kind of data will be stored in the database(s) of a mailman3-system. could somebody kindly point me to some documentation i perhaps missed out? or share some insights? greetings aiz P.S. this post is related to another about da

[MM3-users] m3 database sizing

2025-01-22 Thread Alexander Inzinger-Zrock via Mailman-users
Ahoi, has anyone A) spent thoughts (and is willing to share them) about database sizing for an mailman3-production-system? like: space per user + other data + estimated growth = warning to give to my database-admin or B) has some empirical values and would like to share? greetings aiz P.

[MM3-users] remove website example.com via django interface

2025-03-26 Thread Alexander Inzinger-Zrock via Mailman-users
remove website 'example.com' via django interface or "how to rush jourself off your feet" **Disclaimer: don't try this at home** in believe to replace the display of 'example.com' in the postorius-webinterface i logged into django-interface, under 'website' (very bottom of the left menu) i a

[MM3-users] configuring postfix local recipient table

2025-04-23 Thread Alexander Inzinger-Zrock via Mailman-users
**System Key Data** OS: Debian 12 mailman:GNU Mailman 3.3.10 (Tom Sawyer) Python: Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] Method: Python Virtual Environment Installation Ahoi, i am trying to configure a mailman3 instance to replace a mailman2 installation (b

[MM3-users] Re: configuring postfix local recipient table

2025-04-30 Thread Alexander Inzinger-Zrock via Mailman-users
Splitting up answer: Am 29.04.25 um 18:27 schrieb Mark Sapiro: Also, is there anything in Mailman's logs from the time you ran `mailman aliases`? Nothing in logs (before or) after command ''mailman aliases'' and debug level everywhere is: info. What logs? Everything under /opt/mailman/mm/var/

[MM3-users] Re: configuring postfix local recipient table

2025-04-30 Thread Alexander Inzinger-Zrock via Mailman-users
Am 30.04.25 um 15:36 schrieb Stephen J. Turnbull: > Did you set var_dir or layout in mailman.cfg? If not, you may have an > alternate var_dir which is either the current directory when you start > Mailman or possibly /var/tmp/mailman. That is also where "mailman > aliases" will put the postfix a

[MM3-users] Re: configuring postfix local recipient table

2025-04-30 Thread Alexander Inzinger-Zrock via Mailman-users
Am 30.04.25 um 14:12 schrieb Odhiambo Washington: If those aren't there, then your installation has more problems than you think, IMHO. totally agree. Just wanted to offer the to-be-deleted instance for some test and knowledge-collection - if whished. If there is no more test idea i wo

[MM3-users] Re: configuring postfix local recipient table

2025-04-30 Thread Alexander Inzinger-Zrock via Mailman-users
Am 29.04.25 um 18:27 schrieb Mark Sapiro: Last idea before that would be to 1. delete the files: -rw-r--r--  1 mailman mailman    0 Mar 21 11:58 postfix_domains -rw-r--r--  1 mailman mailman  12K Mar 24 11:44 postfix_domains.db -rw-r--r--  1 mailman mailman    0 Mar 21 11:58 postfix_lmtp -rw-

[MM3-users] Re: configuring postfix local recipient table

2025-05-05 Thread Alexander Inzinger-Zrock via Mailman-users
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/al

[MM3-users] Re: configuring postfix local recipient table

2025-04-25 Thread Alexander Inzinger-Zrock via Mailman-users
Ahoi, first i would like to thank you all for your prompt help. I spent yesterday to evaluate most of the input i got and will try to respond to the best of my knowledge. Especially on the first hint [1] i still have to do some more research, so i will answer to second and third answer first.

[MM3-users] Re: configuring postfix local recipient table

2025-04-25 Thread Alexander Inzinger-Zrock via Mailman-users
It is: /etc/mailman3/mailman.cfg incoming: mailman.mta.postfix.LMTP despite, the file postfix_lmtp is completely empty. I checked for mailman<->database config in settings.py but the credentials are correct, i can loggin to Mariadb with the mm3-manual-suggested database-user ''mailman''. ___

[MM3-users] Re: configuring postfix local recipient table

2025-04-25 Thread Alexander Inzinger-Zrock via Mailman-users
> > I then restarted postfix, rebuilt the postfix aliases (command > > ''newaliases'') > > These are not relevant to Mailman 3, except maybe you have an alias > for the Mailman site admin. > > and rebuilt the mailman aliases (command ''mailman aliases''), > > I usually just restart Mailman instead

[MM3-users] Re: configuring postfix local recipient table

2025-04-25 Thread Alexander Inzinger-Zrock via Mailman-users
sorry, forgot to delete my sourceblock markers. > [X] replaced old config and pointed to it in mailman.cfg with full path: > #+begin_src txt /etc/mailman3/mailman.cfg > #configuration: python:mailman.config.postfix > configuration: /etc/mailman3/postfix.cfg > #+end_src should have been: [X] repl

[MM3-users] Re: configuring postfix local recipient table

2025-04-28 Thread Alexander Inzinger-Zrock via Mailman-users
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 /

[MM3-users] Re: configuring postfix local recipient table

2025-04-29 Thread Alexander Inzinger-Zrock via Mailman-users
[Status] Suggestion: It seems, we are wasting to much time with a probably messed up system. I suggest, that i do as initially suggested [1] and start over with a reinstall. Last idea before that would be to 1. delete the files: -rw-r--r-- 1 mailman mailman0 Mar 21 11:58 postfix_domain

[MM3-users] Re: configuring postfix local recipient table

2025-04-29 Thread Alexander Inzinger-Zrock via Mailman-users
Am 28.04.25 um 16:27 schrieb Stephen J. Turnbull: Alexander Inzinger-Zrock via Mailman-users writes: > + also checked that command ''postmap'' (under /usr/sbin) is available > for user 'mailman' (usr/sbin was not in path; it is now). This should

[MM3-users] Re: configuring postfix local recipient table

2025-05-02 Thread Alexander Inzinger-Zrock via Mailman-users
/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_fq

[MM3-users] Re: configuring postfix local recipient table

2025-05-02 Thread Alexander Inzinger-Zrock via Mailman-users
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_

[MM3-users] Re: remove website example.com via django interface

2025-03-27 Thread Alexander Inzinger-Zrock via Mailman-users
Am 26.03.25 um 16:23 schrieb Odhiambo Washington: On Wed, Mar 26, 2025 at 6:09 PM Alexander Inzinger-Zrock via Mailman-users <mailto:mailman-users@mailman3.org>> wrote: remove website 'example.com <http://example.com>' via django interface or "how