Questions tagged [mailman]

Mailman is a Python-based open-source platform for managing email lists and discussion groups.

Mailman is a Python-based free platform for managing email lists and discussion groups ("listserv"s). Mailman includes a web-based interface for users and administrators, as well as email-based tools and commands. Mailman supports archiving, bounce processing, filtering, digest delivery, spam filters, and more.

78 questions
2
votes
1 answer

Files in docker container disappear

I am working on creating a backup script for some Docker contains. Some really strange thing happens when I copy files from a dir inside a Docker container to a host mounted dir - The files disappear. EDIT: I managed to simplify the example and…
real
  • 639
  • 1
  • 6
  • 15
2
votes
3 answers

Mailman mail list nntp support

Using mailing list provide by mailman was a little bit ... user unfriendly so I try to find how can I get some nntp endpoint from a mailman mailing list in two different cases : Case #1 : I got access to the mailman server configuration and can…
Clawfire
  • 499
  • 1
  • 6
  • 14
2
votes
0 answers

GNU mailman - questions and testing

I feel really stupid asking this question, but I recently signed up to a GNU mailman list for the first time ever and can't quite figure out how to interact with it properly. I can't find any documentation anywhere on how to participate as a list…
Dave Johnson
  • 381
  • 4
  • 13
2
votes
1 answer

Invalid Content-Length and HTTP 413 error?

I'm stack because all the websites on my Linux Apache2 web server which have a form to fulfil are returning 413 Request Entity Too Large Error only after first fulfil (refresh makes it working). Error looks like: Request Entity Too Large The…
Konrad Stawiski
  • 351
  • 2
  • 10
2
votes
0 answers

Receiving old emails with POP3 using Mailman

I'm very new to mailman, just trying to create a handler so I can get notification when I receive new mail , something like that : require "rubygems" require "mailman" Mailman.config.pop3 = { server: 'pop.gmail.com', port: 995, ssl: true, …
Eqbal
  • 1,819
  • 2
  • 16
  • 25
2
votes
2 answers

python command in php system()

I'm trying to write php code to change the description name of mailman's mailing list automatically using the php's system() function. But I don't know how can I do.
Daniel
  • 23
  • 1
  • 6
1
vote
1 answer

Configuring cyrus imapd processes via CentOs

Cyrus launches about 13 or 14 imapd processes, each taking about 4-5mb. Which configuration file stores the values for min/max imapd processes? There is no documentation this, at least none that I could easily find.
Michael Mikhjian
  • 2,760
  • 4
  • 36
  • 51
1
vote
1 answer

Extract/print Exim loaded aliases (for mailman3)

How do you extract or print Exim's aliases that it's using, when using it through Mailman3? Mailman uses Exim, and includes nine aliases which point to seven different wrapped…
Polo
  • 91
  • 5
1
vote
0 answers

How to use arc to deal with exim4+mailman?

How to use arc to deal with exim4+mailman ? How to config with exim4 and mailman3? mailman.cfg: enabled: yes dmarc:yes dkim:yes privkey: /etc/dkim/dkim.pem authserv_id: ******* selector: s201512 domain: ******* sig_headers:…
1
vote
0 answers

exim4 happen: Too many "Received" headers - suspected mail loop

When I use Mailman and ExIM4 to set up a mailing list server, I send information to the mailing list using my personal mailbox, and the message "Action: failed, Final-Recipient: rfc822; dev@tomtoworld.xyz Status: 5.0.0" is returned. The log output…
1
vote
1 answer

how to make django work on debian 11? – python error: KeyError: 'django'

a few monthes ago, i installed mailman3 on clean installed debian 10 vm, with success – the server was working for long time and distributed hundreds of mails without any issues. The tutorial i implemented completely is that one announced by GNU…
dw-loewe
  • 11
  • 2
1
vote
0 answers

Changing mailman list keywords for joining/leaving a mailing list

I am using mailman 3. Is it possible to change the keyword extensions for the purpose of mailing list management? For instance, is it be possible to change list-join@DOMAIN for list-inscription@DOMAIN, or list-unsubscribe@DOMAIN for…
pabsta
  • 11
  • 1
1
vote
1 answer

Mailgun: Domain is not allowed to send large batches yet

I am running a mailing list with Mailman which uses Postfix to send the emails through Mailgun. I'm on Mailgun's (paid) Flex plan with a verified (non-sandbox) account. The mailing list has about 30 members and the traffic is low. Still, when an…
Gabor Szarnyas
  • 4,410
  • 3
  • 18
  • 42
1
vote
2 answers

Looking for a mailman equivalent which uses a MySQL backend

I have been running a mailing list using Mailman which is installed on my server, so that anyone on the mailing list can send an email to a single email address and it gets sent out to everyone on the list. I would now like to find a way of doing…
Nick
  • 4,304
  • 15
  • 69
  • 108
1
vote
1 answer

Django allauth Automatically set mail address as confirmed

I am using django-allauth together with an LDAP-backend. So whenever a users logs in, the mail address is set to the mail address stored in our directory server. I was able to disable email confirmation by setting ACCOUNT_EMAIL_VERIFICATION =…
Racer
  • 534
  • 1
  • 6
  • 11