Hello. Newbie to mailman here. I tried out mailman3 today. My setup is
- mailman3 suite using the docker-compose file from asynchronous.io
- exim4 on the local machine and configuring it as smarthost using mailgun smtp server
The emails to the mailing list are received by the subscribers, but the autoresponse is not being received by the sender (who is not from the subscribers list). I'm not sure if the problem is from mailman-core, settings from mailman-web, or from exim.
The setting for autoresponse to posters is set to yes, with some text to be sent in the autoresponse message. The autoresponse grace period is set to "0d60.0s" (I was unable to set to "0" or "negative" due to error saying something like "could not update parameter") The "Acknowledge posts" in the "global mailman settings" is set to "yes". The "Acknowledge posts" in the list-based preferences is also "yes".
Here are the exim logs after I send the email from the non-subscriber to the mailing list
2018-10-19 15:13:32 1gDWSy-0004n7-VR DKIM: d=gmail.com s=20161025 c=relaxed/relaxed a=rsa-sha256 b=2048 [verification succeeded]
2018-10-19 15:13:32 1gDWSy-0004n7-VR <= shadiakiki1986@gmail.com H=mail-vk1-f171.google.com [209.85.221.171] P=esmtp K S=2416 id=CACk+RNtq_hu+M_ufoCJQFCtOWOD_DX0omdVJbKfva0w=n4Qhuw@mail.gmail.com
2018-10-19 15:13:33 1gDWSy-0004n7-VR => quotations@mailman3.akikieng.com R=mailman3_router T=mailman3_transport H=172.19.199.2 [172.19.199.2] C="250 Ok"
2018-10-19 15:13:33 1gDWSy-0004n7-VR Completed
2018-10-19 15:13:35 1gDWT1-0004nC-1I DKIM: d=gmail.com s=20161025 c=relaxed/relaxed a=rsa-sha256 b=2048 [verification failed - signature did not verify (headers probably modified in transit)]
2018-10-19 15:13:35 1gDWT1-0004nC-1I <= quotations-bounces@mailman3.akikieng.com H=ip-172-19-199-2.us-west-2.compute.internal [172.19.199.2] P=esmtp S=3847 id=CACk+RNtq_hu+M_ufoCJQFCtOWOD_DX0omdVJbKfva0w=n4Qhuw@mail.gmail.com
2018-10-19 15:13:35 1gDWT1-0004nC-1I => shadi@akikieng.com R=smarthost T=remote_smtp_smarthost H=smtp.mailgun.org [35.161.201.187] X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes DN="C=US,ST=California,L=San Francisco,O=MAILGUN TECHNOLOGIES\, INC,OU=MAILGUN TECHNOLOGIES\, INC,CN=*.mailgun.org" A=plain C="250 Great success"
2018-10-19 15:13:35 1gDWT1-0004nC-1I Completed
- Is the signature verification failure due to mailman-core trying to send the autoresponse outgoing message?
At first, I thought that the DKIM signature verification caused Exim to be dropping the autoresponse.
So I set DISABLE_DKIM_VERIFY=true
in exim, but still no autoresponse.
Here are the exim logs after the sender sends the email
^[[A2018-10-19 14:58:40 1gDWEa-0004Ww-QF <= shadiakiki1986@gmail.com H=mail-vs1-f53.google.com [209.85.217.53] P=esmtp K S=2410 id=CACk+RNvnfS+e+Uh-OSKjPB8oe+b1=efAJ6BSrc51jz_h9sVoFQ@mail.gmail.com
2018-10-19 14:58:40 1gDWEa-0004Ww-QF => quotations@mailman3.akikieng.com R=mailman3_router T=mailman3_transport H=172.19.199.2 [172.19.199.2] C="250 Ok"
2018-10-19 14:58:40 1gDWEa-0004Ww-QF Completed
2018-10-19 14:58:42 1gDWEc-0004Wz-R1 <= quotations-bounces@mailman3.akikieng.com H=ip-172-19-199-2.us-west-2.compute.internal [172.19.199.2] P=esmtp S=3841 id=CACk+RNvnfS+e+Uh-OSKjPB8oe+b1=efAJ6BSrc51jz_h9sVoFQ@mail.gmail.com
2018-10-19 14:58:42 1gDWEc-0004Wz-R1 => shadi@akikieng.com R=smarthost T=remote_smtp_smarthost H=smtp.mailgun.org [54.69.10.167] X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes DN="C=US,ST=California,L=San Francisco,O=MAILGUN TECHNOLOGIES\, INC,OU=MAILGUN TECHNOLOGIES\, INC,CN=*.mailgun.org" A=plain C="250 Great success"
2018-10-19 14:58:42 1gDWEc-0004Wz-R1 Completed
- is my understanding correct in reading these logs that there is nothing here about an autoresponse?
On 10/19/18 8:21 AM, shadiakiki1986@gmail.com wrote:
Hello. Newbie to mailman here. I tried out mailman3 today. My setup is
- mailman3 suite using the docker-compose file from asynchronous.io
- exim4 on the local machine and configuring it as smarthost using mailgun smtp server
The emails to the mailing list are received by the subscribers, but the autoresponse is not being received by the sender (who is not from the subscribers list). I'm not sure if the problem is from mailman-core, settings from mailman-web, or from exim.
This is most likely <https://gitlab.com/mailman/mailman/issues/504>. The fix has been in the master branch for a couple of months but is not in 3.2.0. It may be in the asynchronous.io "rolling release".
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Thanks Mark,
I found the mysql.py as you suggested and a few places more.
/usr/lib/python3/dist-packages/mailman/database/mysql.py /usr/lib/python3/dist-packages/alembic/ddl/mysql.py /usr/lib/python3/dist-packages/passlib/handlers/mysql.py /usr/lib/python2.7/dist-packages/django_extensions/management/mysql.py
Could this be the problem ?
Best regards
Peter Sørenen University of Southern Denmark
Den 19/10/18 18:47 skrev "Mark Sapiro" <mark@msapiro.net>:
On 10/19/18 8:21 AM, shadiakiki1986@gmail.com wrote:
Hello. Newbie to mailman here. I tried out mailman3 today. My setup is
- mailman3 suite using the docker-compose file from asynchronous.io
- exim4 on the local machine and configuring it as smarthost using mailgun smtp server
The emails to the mailing list are received by the subscribers, but the autoresponse is not being received by the sender (who is not from the subscribers list). I'm not sure if the problem is from mailman-core, settings from mailman-web, or from exim.
This is most likely <https://gitlab.com/mailman/mailman/issues/504>. The fix has been in the master branch for a couple of months but is not in 3.2.0. It may be in the asynchronous.io "rolling release".
-- 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/
participants (3)
-
Mark Sapiro
-
Peter Sørensen
-
shadiakiki1986@gmail.com