1 (edited by hits 2020-07-24 21:04:43)

Topic: Want to create restricted Mailing list in mlmmj

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Downloadable installer
- Linux/BSD distribution name and version: Ubuntu 18
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi,

I want to create restricted mlmmj mailing list i.e.  add moderators for that list, also some whitelist id's who can directlry send email to that mailing list without mmoderator Approval.

I am able to set moderator to my list, but i can not find way to whitelist email id for that list ?

In my list control directory below are the files :

-rw-------  1 mlmmj mlmmj  190 Jul 22 16:43 customheaders
-rw-------  1 mlmmj mlmmj   15 Jul 22 16:43 listaddress
-rw-------  1 mlmmj mlmmj    0 Jul 22 18:38 moderated
-rw-------  1 mlmmj mlmmj   46 Jul 22 16:56 moderators
-rw-------  1 mlmmj mlmmj    0 Jul 22 16:43 noget
-rw-------  1 mlmmj mlmmj   20 Jul 22 17:52 owner
-rw-------  1 mlmmj mlmmj    6 Jul 22 16:43 smtpport
-rw-------  1 mlmmj mlmmj    0 Jul 22 16:43 subonlyget
-rw-------  1 mlmmj mlmmj    0 Jul 22 16:43 subonlypost
-rw-------  1 mlmmj mlmmj    0 Jul 22 16:43 tocc

Below are the info for my mailig list :
owner=[u'postmaster@example.in']
disable_notify_when_moderator_only=no
moderate_non_subscriber_post=no
extra_addresses=[]
notify_sender_when_moderated=no
disable_notify_when_missing_listaddress=no
disable_notify_subscription_moderated=no
disable_notify_when_access_denied=no
smtp_helo=
smtp_port=10027
only_subscriber_can_post=yes
disable_digest_subscription=no
enable_newsletter_subscription=no
only_subscriber_can_get_old_posts=yes
disable_notify_when_subscriber_only=no
moderated=yes
close_list=no
disable_digest_text=no
disable_subscription_confirm=no
footer_text=
relay_host=
footer_html=
disable_nomail_subscription=no
disable_notify_when_exceeding_max_mail_size=no
subscription_moderators=[]
moderate_subscription=no
tocc=yes
disable_subscription=no
subject_prefix=
max_message_size=
custom_headers=[u'List-Subscribe: <mailto:infra+subscribe@example.in?subject=Subscribe>', u'List-Unsubscribe: <mailto:infra+unsubscribe@example.in?subject=Unsubscribe>', u'Precedence: list', u'X-Mailing-List: infra@example.in']
only_moderator_can_post=no
notify_owner_when_sub_unsub=no
owners=[u'postmaster@example.in']
name=
disable_retrieving_old_posts=yes
disable_retrieving_subscribers=no
moderators=[u'hitendra.mahajan@example.in', u'postmaster@example.in']
disable_archive=no
disable_send_copy_to_sender=no
remove_headers=[]

I don't find any value to whitelist email id, how can i achieve requirement for mailing list.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Want to create restricted Mailing list in mlmmj

mlmmj supports advanced access control as described here: http://mlmmj.org/docs/readme-access/
But mlmmjadmin doesn't support managing it yet. You have to edit the access file manually and test it.

3 (edited by hits 2020-08-13 20:51:54)

Re: Want to create restricted Mailing list in mlmmj

Sorry for the delay in responce..

I am able to achieve our requirement for mailing list with access rules..
Thank you..