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
1
vote
2 answers

Ruby (Rails) email (base64) gets split at diacritics and content lost in mysql

I have a problem with my app that reads e-mails from external server using mailman gem (which is also using mail). ruby 1.9.2p0 mail (2.3.0) mailman (0.4.0) actionmailer (= 3.1.3) database.yml production: adapter: mysql2 encoding: utf8 Here…
januszm
  • 1,166
  • 13
  • 24
1
vote
0 answers

Problems with mailman configuration based on postfix(dropmail)

Recently, I've build up an email system using postfix/mysql/dropmail and etc. All the modules were running smoothly. However, when I was to install mailman for mail list configuration, the problem came out. I've built a mail list of several email…
Fify
  • 131
  • 1
  • 8
0
votes
2 answers

Accessing Mailman 3 list members via Python/Django management console

I am trying to access members of an existing Mailman 3 mailing list directly from Django Management console on a Debian Bullseye where Mailman is installed from deb packages (mailman3-full). I can connect to the Django admin console like this (all 3…
0
votes
1 answer

Office 365 mailman sending mail: readHandshakeMessages TLS error

We are getting problems with some users in our network when sending mails with 365 accounts. We are using last release of chilkat library and other users have no problems at all. ChilkatLog: SendEmail: DllDate: Nov 28 2021 ChilkatVersion:…
0
votes
1 answer

Set the FROM name of a mailinglist list in mailman3

Iam using mailman3 and I just want to set a FROM name for my lists. Currently the FROM for lists for example the welcome mail etc. is just the mailaddress like LISTNAME@lists.example.com but I would like to have it like My List…
Asara
  • 2,791
  • 3
  • 26
  • 55
0
votes
1 answer

Mailman 3 Hyperkitty indexes not being built

My config looks like this: HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', 'PATH': os.path.join(BASE_DIR, "fulltext_index"), ... I have whoosh 2.7.4 installed. But my…
smoyth
  • 649
  • 6
  • 13
0
votes
1 answer

Monit daemon not available after new deployment on OpsWorks

We are using Monit to monitor mailman service, Worker nodes, and Opsworks agent. It works fine till new we deploy new release. On new release monit stops the Mailman Service and Start it. And when I do SSH into server and check monit status it gives…
Appso
  • 61
  • 4
0
votes
1 answer

uwsgi in virtualenv but attach-daemon for django doesn't get venv

I'm building a django project (mailman3) and accessing it with uwsgi. I have it running successfully when launching uwsgi within the virtualenv from the command line. I'm trying to build a systemd service to manage uwsgi. It successfully loads the…
Mojo
  • 2,687
  • 5
  • 30
  • 42
0
votes
2 answers

How to submit the form to two different pages

I'm creating a register form for a mail list. After submit the form, I'd like to register all data in the database and then "re-submit" the data to another page to register the user on the mail list. I know how to register all data in the database,…
Oleg Pep
  • 11
  • 1
0
votes
1 answer

Incoming domain aliases for GNU Mailman (how to make Mailman recognize abc@short.com as abc@long.com)

I am running a mail server with Postfix and Mailman and there's a problem: all users of a certain non-public mailing list are students of John Doe University and use firstname.lastname@john-doe-university.example as their mail address. However, the…
Sora.
  • 1,395
  • 1
  • 11
  • 14
0
votes
1 answer

Mailing list replies to go only to the sender, except when reply-all is used

I am working on a PHP based mailing list using PHPmailer. Currently I have implemented two options for answers to mailing list posts: reply to sender only Vs reply to list. This basically controls which address is inserted in the Reply-To field. I…
hbit
  • 959
  • 2
  • 13
  • 33
0
votes
1 answer

HTTP used in location header instead of HTTPS

Setup: Nginx as reverse proxy, terminates https Apache at localhost:8080 delivers Mailman application (admin gui) to Nginx When I enter the exact URL in the browser like https://lists.staging.xxx.de/mailman/ it works perfectly. When I enter either…
Jürgen Gmach
  • 5,366
  • 3
  • 20
  • 37
0
votes
0 answers

Send to Mailman list via Drupal Webform accepts all messages because site owner is on list

I have a mailing list set up in Mailman (on my webserver via Cpanel). I am also running a Drupal site, on the same domain as my mailing list addresses, which includes a webform that can post a message to the mailing list. The webform requires an…
Brandon
  • 13
  • 3
0
votes
1 answer

How to rewrite this Capistrano 2 code to use Capistrano 3 syntax? (Rails)

I need to deploy mailman with daemon and capistrano for my rails app. I came across this article and just followed the steps that he wrote. But when I tried to deploy it, my local machined gave me this error: The deploy has failed with an error:…
Ryzal Yusoff
  • 957
  • 2
  • 22
  • 49
0
votes
0 answers

undefined local variable or method 'mailman' (deployment error with Capistrano & daemon)

I need to deploy mailman with daemon and capistrano for my rails app. I came across this article and just followed the steps that he wrote. But when I tried to deploy it, my local machined gave me this error: The deploy has failed with an error:…
Ryzal Yusoff
  • 957
  • 2
  • 22
  • 49