[Mailman-Users] Re: [ext] STOP MODERATION REQUESTS

2020-06-05 Thread Ralf Hildebrandt
* justinhumphres--- via Mailman-Users :
> Hello all, 
> There are only three people at the moment that can send out emails. But, 
> every time we send a email out we have to approve the email. Is there a way 
> for just all admins emails to be approved without having to log in each time. 
> This would be great help if you all can help me figure this out! Thanks!

You need to check WHY you need to approve. There are several reasons:

* sender is not member of the list
* sender is member, but set to "moderated"
* mail ist too big (the default is very small!)
* address of the mailinglist is not in the To: or CC: header

You need to look at the approval request and check which condition
applies

Ralf Hildebrandt
Charité - Universitätsmedizin Berlin
Geschäftsbereich IT | Abteilung Netzwerk

Campus Benjamin Franklin (CBF)
Haus I | 1. OG | Raum 105
Hindenburgdamm 30 | D-12203 Berlin

Tel. +49 30 450 570 155
ralf.hildebra...@charite.de
https://www.charite.de
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] mailman stopped working

2020-06-05 Thread csa--- via Mailman-Users
Running Ubuntu 16.04.6 LTS  
kernel version: 4.4.0-179-generic

I've not updated the server as in the past doing that broke Mailman

over the past few days mailman just decided to stop working. Rebooting has
not helped. Logfiles show

/var/log/mailman# more qrunner
Jun 04 06:25:02 2020 (1884) RetryRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1881) NewsRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1882) OutgoingRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1880) IncomingRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1883) VirginRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1879) CommandRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1877) ArchRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1878) BounceRunner qrunner caught SIGHUP.  Reopening
logs.
Jun 04 06:25:02 2020 (1876) Master watcher caught SIGHUP.  Re-opening log
files.

My mail.err shows lots of these entries:
Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: warning:
unknown[52.185.149.198]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: lost connection after
AUTH from unknown[52.185.149.198]
Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: disconnect from
unknown[52.185.149.198] ehlo=1 auth=0/1 commands=1/2
Jun  5 05:05:43 mahavihara postfix/smtps/smtpd[26698]: connect from
unknown[52.185.149.198]
Jun  5 05:05:48 mahavihara postfix/smtps/smtpd[26698]: warning:
unknown[52.185.149.198]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Jun  5 05:05:52 mahavihara postfix/smtps/smtpd[26698]: lost connection after
AUTH from unknown[52.185.149.198]

went through this
https://www.gnu.org/software/mailman/mailman-install/troubleshooting.html 

please advise. Thank you!

--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: mailman stopped working

2020-06-05 Thread Mark Sapiro
On 6/5/20 5:36 AM, csa--- via Mailman-Users wrote:
> Running Ubuntu 16.04.6 LTS
> kernel version: 4.4.0-179-generic


What Mailman version? Installed how?


> I've not updated the server as in the past doing that broke Mailman
> 
> over the past few days mailman just decided to stop working.

Stopped working in what way. Does the admin web UI work? If not, what
happens when you go there?

Do you mean posts just disappear and aren't held or delivered?


> Rebooting has
> not helped. Logfiles show
> 
> /var/log/mailman# more qrunner
> Jun 04 06:25:02 2020 (1884) RetryRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1881) NewsRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1882) OutgoingRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1880) IncomingRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1883) VirginRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1879) CommandRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1877) ArchRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1878) BounceRunner qrunner caught SIGHUP.  Reopening
> logs.
> Jun 04 06:25:02 2020 (1876) Master watcher caught SIGHUP.  Re-opening log
> files.


And what about /var/log/mailman/error?


> My mail.err shows lots of these entries:
> Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: warning:
> unknown[52.185.149.198]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
> Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: lost connection after
> AUTH from unknown[52.185.149.198]
> Jun  5 05:05:01 mahavihara postfix/smtps/smtpd[26213]: disconnect from
> unknown[52.185.149.198] ehlo=1 auth=0/1 commands=1/2
> Jun  5 05:05:43 mahavihara postfix/smtps/smtpd[26698]: connect from
> unknown[52.185.149.198]
> Jun  5 05:05:48 mahavihara postfix/smtps/smtpd[26698]: warning:
> unknown[52.185.149.198]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
> Jun  5 05:05:52 mahavihara postfix/smtps/smtpd[26698]: lost connection after
> AUTH from unknown[52.185.149.198]


These don't seem relevant.


-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/