[MM3-users] Re: redirecting -bounces replies

2025-06-26 Thread Ron
Hirayama, Pat wrote on 2025-06-26 11:37: Everything else seems to be working — there are over 40k lmtp: entries in postfix_lmtp, and messages are being delivered. Apologies for "butting in", but >40,000 entries in LMTP? That seems like a bit excessive. Is it due to a failure of my imaginati

[MM3-users] Re: Mailman appears to send an email to a closed list, from a member who was removed from that list

2025-07-18 Thread Ron
Andy Matthews wrote on 2025-07-18 12:05: But why did it also send the first email, which appears to have gone to the list? Does that email from user-1 show in the list's archives? Can you confirm if other list members received a copy? I'm just wondering if a "superuser" received a copy as

[MM3-users] Re: Mailman appears to send an email to a closed list, from a member who was removed from that list

2025-07-18 Thread Ron
Andy Matthews wrote on 2025-07-18 12:47: How would I look up the message in the list archives? On the list's main page, there's an "Info" tab with a link to the Archives. URL probably looks something like: https://lists.domain.tld/archives/list/t...@lists.domain.tld/ __

[MM3-users] Re: New Lists Appear in HyperKitty Archives, But No Mail Data is Shown

2025-07-14 Thread Ron
Asif Muzammil via Mailman-users wrote on 2025-07-14 02:57: but in my server there is no directory located at var/archives/hyperkitty/spool/, i can see the spool /var/maliman/spool and there is no files in it So what should I do? If you installed using the "venv" method, then the spool should

[MM3-users] Re: Relay Access Denied

2025-07-22 Thread Ron
jko...@luc.edu wrote on 2025-07-22 11:11: we would really like to use both lists.luc.edu and listservnew.luc.edu. Is that possible? It is possible, and since it's impossible to get 100% of users to update all future mail to the new list, it's desirable. Is the old server still handling ma

[MM3-users] Re: Should I try to install mailman3 on Kubuntu 20.04?

2024-10-04 Thread Ron / BCLUG
Bill Oliver wrote on 2024-10-04 15:30: the virtualenv install This is absolutely the recommended method of installation. As for Ubuntu / Kubuntu 20.04, I think it should work, but am not familiar with the shipped version of Python vs the required version when installing in venv. Fortuna

[MM3-users] Re: Installation Questions [Installation}

2024-11-03 Thread Ron / BCLUG
Arte Chambers via Mailman-users wrote on 2024-11-03 17:58: For other things like the systemd service and the postfix and web server configs, you need to do them as root (via sudo). Does this mean i need to add the mailman user as a sudoer? No, user mailman can talk to postfix without being i

[MM3-users] Re: Database permission problem?

2024-10-15 Thread Ron / BCLUG
Bill Oliver wrote on 2024-10-15 10:40: root:/opt/mailman/mm/var/data# ls -l total 36 -rw-rw-r-- 1 postfix mailman 0 Oct 15 12:53 postfic_vmap.db -rw-rw-r-- 1 postfix mailman 12288 Oct 15 12:53 postfic_vmap.db.db -rw-rw 1 postfix mailman 353 Oct 13 07:54 postfix_domains -rw-rw-r-- 1 postfix m

[MM3-users] Postorius not HTML-decoding < to "<" characters

2024-11-09 Thread Ron / BCLUG
Andy Smith wrote on 2024-10-30 20:59: > # Block access to the signup form from Tor exit nodes. > > > Require all granted > Include /etc/apache2/tor-exit-list.conf > > If we look at the above message, there are less-than and greater

[MM3-users] Re: Postorius not HTML-decoding < to "<" characters

2024-11-09 Thread Ron / BCLUG
Mark Sapiro wrote on 2024-11-09 13:05: This is a HyperKitty issue. Ah, I see, I thought it'd be on the display process. Does that mean the DB has data with mismatched tags in it? If so, will that require a query to fix? Interestingly, the quoted part of my message has < where my message

[MM3-users] Re: Disabling mail/news gateway was: Moderation action "None" is misleading

2025-02-05 Thread Ron / BCLUG
Mark Sapiro wrote on 2025-02-05 12:48: As of Mailman 3.3.10 (not yet released) the nntp runner is not started by default. This is a welcome change, thank you. For older releases you can add ``` [runner.nntp] start: no ``` to mailman.cfg I've been digging into MM3 resource usage vs MM2 and

[MM3-users] Re: Mailman REST API not available. Please start Mailman core.

2025-02-12 Thread Ron / BCLUG
Christian via Mailman-users wrote on 2025-02-12 09:24: I would like for Mailman core to start when I reboot the server. How can this be achieved please? # systemctl enable --now mailman3 or: $ sudo systemctl enable --now mailman3 ___ Mailman-user