Re: [Mailman-Users] Find a smtp server to send out emails
Thanks, Adam.
On Wed, Dec 7, 2016 at 3:09 PM, Adam Goldberg <adam@agp-llc.com> wrote:
I use SES with Mailman. Just turn "munge from addresses" on, works fine. The only address/domain you have to have verified is the -bounce address
Adam Goldberg 202-507-9900 <(202)%20507-9900>
On Wed, Dec 7, 2016 at 3:07 PM -0500, "Leon" <best.sum@gmail.com> wrote:
Hi, This problem is not caused by mailman, but I still want to give it a shot here. I'm hosting a mailing list on top of mailman. Emails are supposed to be sent out by AWS ses. However, ses requires that sender address must be verified, which leads to a problem that emails sent by subscribers to mailing list cannot be sent to other subcirbers, since their addresses are not verified. And it is impossible to verified every subscriber. Are there smtp service providers allowing unverified email address to send out emails, or do I have other solutions?
Thanks.
Leon
Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/ mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/ adam%40agp-llc.com
-- Best wishes, Libin Feng
On 12/07/2016 12:24 PM, Leon wrote:
Thanks, Adam.
On Wed, Dec 7, 2016 at 3:09 PM, Adam Goldberg <adam@agp-llc.com> wrote:
I use SES with Mailman. Just turn "munge from addresses" on, works fine. The only address/domain you have to have verified is the -bounce address
Unfortunately, Leon is using Mailman 3 and from_is_list is not yet available in Mailman 3. There is a branch that implements this at <https://gitlab.com/msapiro/mailman/tree/dmarc> and a merge request at <https://gitlab.com/mailman/mailman/merge_requests/215>, but currently that is targeted for Mailman 3.2
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
This is tricky. I have to turn on the anonymous list, but it makes subscribers cannot directly reply to sender.
On Wed, Dec 7, 2016 at 9:46 PM, Mark Sapiro <mark@msapiro.net> wrote:
On 12/07/2016 12:24 PM, Leon wrote:
Thanks, Adam.
On Wed, Dec 7, 2016 at 3:09 PM, Adam Goldberg <adam@agp-llc.com> wrote:
I use SES with Mailman. Just turn "munge from addresses" on, works fine. The only address/domain you have to have verified is the -bounce address
Unfortunately, Leon is using Mailman 3 and from_is_list is not yet available in Mailman 3. There is a branch that implements this at <https://gitlab.com/msapiro/mailman/tree/dmarc> and a merge request at <https://gitlab.com/mailman/mailman/merge_requests/215>, but currently that is targeted for Mailman 3.2
-- 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@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/ mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/ best.sum%40gmail.com
-- Best wishes, Libin Feng
On 12/07/2016 06:56 PM, Leon wrote:
This is tricky. I have to turn on the anonymous list, but it makes subscribers cannot directly reply to sender.
Or you can install the patch at <https://gitlab.com/mailman/mailman/merge_requests/215.diff>
This will enable you to set from_is_list to FromIsList.munge_from which will set the From: header to the list address without anonymizing the post.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Leon
-
Mark Sapiro