Hi, I installed mailman-full on debian 12. Everything works perfectly except for the fact that for a single ML the messages are not delivered to the recipients. I have three MLs:
- example@example.com
- test@example.com
- hello@example.com
For the n. 2 and 3 are fine, but 1 doesn't deliver. The configurations are identical for all 3:
smtp.log:Oct 05 11:37:44 2024 (42769) Peer: ('127.0.0.1', 37912) Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) handling connection Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'LHLO list.example.com' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'MAIL FROM:<subscriber@domain.tld> SIZE=7873 BODY=7BIT' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) sender: subscriber@domain.tld Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'RCPT TO:<example@list.example.com>' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) recip: example@list.example.com Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'DATA' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'QUIT' I also enabled all debugging in mailman.cfg. But everything is fine Thanks Donato
On 10/5/24 04:14, donato@molino.it wrote:
Hi, I installed mailman-full on debian 12.
How? Did you follow https://docs.mailman3.org/en/latest/install/virtualenv.html or did you install the Debian packages. If the latter, please see https://wiki.list.org/x/12812344
Everything works perfectly except for the fact that for a single ML the messages are not delivered to the recipients. I have three MLs:
- example@example.com
- test@example.com
- hello@example.com
For the n. 2 and 3 are fine, but 1 doesn't deliver. The configurations are identical for all 3:
smtp.log:Oct 05 11:37:44 2024 (42769) Peer: ('127.0.0.1', 37912) Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) handling connection Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'LHLO list.example.com' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'MAIL FROM:<subscriber@domain.tld> SIZE=7873 BODY=7BIT' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) sender: subscriber@domain.tld Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'RCPT TO:<example@list.example.com>' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) recip: example@list.example.com Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'DATA' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'QUIT' I also enabled all debugging in mailman.cfg. But everything is fine
What's in the MTA log? Does list 1 have any non-digest members with
delivery enabled
mailman members --regular --nomail enabled example@example.com
In addition to the above in smtp.log, I would expect to see entries similar to the following for your post to this list.
Oct 05 11:15:02 2024 (3390806)
<172812689916.3390800.7261628565807094029@mail.mailman3.org> smtp to
mailman-users@mailman3.org for 4 recips, completed in
0.31321239471435547 seconds
Oct 05 11:15:02 2024 (3390806)
<172812689916.3390800.7261628565807094029@mail.mailman3.org> post to
mailman-users@mailman3.org from mailman-users-owner@mailman3.org, 5028 bytes
Oct 05 15:22:57 2024 (3390806)
<172812689795.412444.17509223827906057290@mail.mailman3.org> smtp to
mailman-users@mailman3.org for 334 recips, completed in
52.519867181777954 seconds
Oct 05 15:22:57 2024 (3390806)
<172812689795.412444.17509223827906057290@mail.mailman3.org> post to
mailman-users@mailman3.org from donato@molino.it, 1683 bytes
(the delay between 11:15:02 and 15:22:57 above is the time between arrival and held message approval)
Do you see things like that?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Saturday 05 October 2024, alle 08:59, Mark Sapiro wrote:
On 10/5/24 04:14, donato@molino.it wrote:
Hi, I installed mailman-full on debian 12.
How? Did you follow https://docs.mailman3.org/en/latest/install/virtualenv.html or did you install the Debian packages. If the latter, please see https://wiki.list.org/x/12812344
Ok you're right, I'll try to contact the debian developers. In any case, I will answer your questions below
Everything works perfectly except for the fact that for a single ML the messages are not delivered to the recipients. I have three MLs:
- example@example.com
- test@example.com
- hello@example.com
For the n. 2 and 3 are fine, but 1 doesn't deliver. The configurations are identical for all 3:
smtp.log:Oct 05 11:37:44 2024 (42769) Peer: ('127.0.0.1', 37912) Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) handling connection Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'LHLO list.example.com' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'MAIL FROM:<subscriber@domain.tld> SIZE=7873 BODY=7BIT' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) sender: subscriber@domain.tld Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'RCPT TO:<example@list.example.com>' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) recip: example@list.example.com Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'DATA' Oct 05 11:37:44 2024 (42769) ('127.0.0.1', 37912) >> b'QUIT' I also enabled all debugging in mailman.cfg. But everything is fine
What's in the MTA log? Does list 1 have any non-digest members with delivery enabled
mailman members --regular --nomail enabled example@example.com
No all members have regular enabled no digest.
MTA log accept the message: (relay=127.0.0.1[127.0.0.1]:8024 - status=sent (250 Ok)) then HyperKitty archived message, then smtp log show the message above but does not send to recipients.
In addition to the above in smtp.log, I would expect to see entries similar to the following for your post to this list.
me too but nothing. All other list with the same configuration are perfect. I tried also delete an recreate the list but nothing.
All the lists are no moderate.
in any case thank you for the work you do for the Mailman community.
Donato
Oct 05 11:15:02 2024 (3390806) <172812689916.3390800.7261628565807094029@mail.mailman3.org> smtp to mailman-users@mailman3.org for 4 recips, completed in 0.31321239471435547 seconds Oct 05 11:15:02 2024 (3390806) <172812689916.3390800.7261628565807094029@mail.mailman3.org> post to mailman-users@mailman3.org from mailman-users-owner@mailman3.org, 5028 bytes Oct 05 15:22:57 2024 (3390806) <172812689795.412444.17509223827906057290@mail.mailman3.org> smtp to mailman-users@mailman3.org for 334 recips, completed in 52.519867181777954 seconds Oct 05 15:22:57 2024 (3390806) <172812689795.412444.17509223827906057290@mail.mailman3.org> post to mailman-users@mailman3.org from donato@molino.it, 1683 bytes
(the delay between 11:15:02 and 15:22:57 above is the time between arrival and held message approval) Do you see things like that? -- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@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/P7UXBVDEBOIBD53KC4B5GBS5H5OB36XJ/ This message sent to donato@molino.it
On 10/5/24 10:21, Donato Molino wrote:
MTA log accept the message: (relay=127.0.0.1[127.0.0.1]:8024 - status=sent (250 Ok)) then HyperKitty archived message, then smtp log show the message above but does not send to recipients.
Is there anything relevant in mailman.log? Are there messages in Mailman's shunt queue?. The fact that the message is archived means the issue is either in mailman/handlers/to_outgoing.py or mailman/runners/outgoing.py
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 10/5/24 11:01, Mark Sapiro wrote:
Is there anything relevant in mailman.log? Are there messages in Mailman's shunt queue?. The fact that the message is archived means the issue is either in mailman/handlers/to_outgoing.py or mailman/runners/outgoing.py
Do you have any custom list:member:regular:header or list:member:regular:footer template for this list. If so, there may be an issue with the template or with access to it.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Saturday 05 October 2024, alle 11:07, Mark Sapiro wrote:
On 10/5/24 11:01, Mark Sapiro wrote:
Is there anything relevant in mailman.log? Are there messages in Mailman's shunt queue?. The fact that the message is archived means the issue is either in mailman/handlers/to_outgoing.py or mailman/runners/outgoing.py
Great Mark!
They were the permissions of /var/lib/mailman3/templates/lists I changed them from root:root to list:list and now work perfectly
A thousand thanks
Donato
participants (3)
-
Donato Molino
-
donato@molino.it
-
Mark Sapiro