Hi all,
After I setup mailman3 and run mailman-suite, I can do:
Register user
Login
Create new Domain
Create new List
Subscribe to the list
When I try to send email to the list by run command: echo ��test email�� | mail �Cs ��test email�� test@example.com<mailto:test@example.com> User test can receive this email, but I cannot find it on Archives, and other members cannot receive this email too. Can anyone help me? Thank you!
Regards, Qiuhong
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. [Delta Electronics, INC. China]
On 9/26/19 5:48 PM, Qiuhong.Su 蘇秋紅 wrote:
Hi all,
After I setup mailman3 and run mailman-suite, I can do:
Register user
Login
Create new Domain
Create new List
Subscribe to the list
When I try to send email to the list by run command: echo “test email” | mail –s “test email” test@example.com User test can receive this email, but I cannot find it on Archives, and other members cannot receive this email too.
You say "User test can receive this email". Is test@example.com a user or the list's posting address?
If you are saying that test@example.com should be the list's posting address, but the mail is instead delivered to the user test@example.com, you have not set up your MTA to properly deliver list mail to Mailman. See <https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
There has a user "test", and test@example.com is a list's posting address. I will check my MTA settings. Thank you!
Mark Sapiro wrote:
On 9/26/19 5:48 PM, Qiuhong.Su 蘇秋紅 wrote:
Hi all, After I setup mailman3 and run mailman-suite, I can do:
Register user
Login
Create new Domain
Create new List
Subscribe to the list When I try to send email to the list by run command: echo “test email” | mail –s “test email” test@example.com User test can receive this email, but I cannot find it on Archives, and other members cannot receive this email too.
You say "User test can receive this email". Is test@example.com a user or the list's posting address? If you are saying that test@example.com should be the list's posting address, but the mail is instead delivered to the user test@example.com, you have not set up your MTA to properly deliver list mail to Mailman. See https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html.
After check MTA settings, still cannot resolve this issue. I create a new list "list1", and after subscribe it, send an email to list1@example.com And then check ./var/archives/hyperkitty/spool/, ./var/messages Both are empty. Click "Archives" it will access http://example.com/hyperkitty/, and show "No archived list yet." Could you help me?
Here is my mailman.cfg:
[mta] verp_configurations: yes verp_personalized_deliveries: yes verp_delivery_interval: 1 lmtp_host: example.com lmtp_port: 8024 smtp_host: example.com smtp_port: 25
[archiver.hyperkitty] class: mailman_hyperkitty.Archiver enable: yes configuration: /opt/mailman/mm/mailman-hyperkitty.cfg
[archiver.prototype] enable: yes
My mailman-hyperkitty.cfg, example.com can be resolved to 10.0.0.120
[general] base_url: http://10.0.0.120/hyperkitty api_key: SecretArchiverAPIKey
In mailman-suite settings.py, already add '10.0.0.120' to MAILMAN_ARCHIVER_FROM MAILMAN_ARCHIVER_FROM = ( '127.0.0.1', '::1', '10.0.0.120' )
On 9/27/19 2:09 AM, qiuhong su wrote:
After check MTA settings, still cannot resolve this issue. I create a new list "list1", and after subscribe it, send an email to list1@example.com And then check ./var/archives/hyperkitty/spool/, ./var/messages Both are empty. Click "Archives" it will access http://example.com/hyperkitty/, and show "No archived list yet." Could you help me?
The list appearing in HyperKitty depends on the Django Admin job new_lists_from_mailman which should run hourly. See <https://docs.mailman3.org/en/latest/config-web.html#scheduled-tasks-required>.
Is your test message delivered to the members of list1@example.com. If not, what's in your MTA logs? Have you set up your MTA's configuration as described at <https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html>?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (4)
-
Mark Sapiro
-
qiuhong su
-
Qiuhong.Su �K秋�t
-
qiuhong.su@deltaww.com