Not able to see imported email of distribution list at user end

Issue #694 closed
Ajay created an issue

Hello

Piler import is working fine for users emails and also able to see in the Inbox of user. But mails which is sent to distribution list (group) are not able to see in the Inbox of distribution list member.

So can you please suggest me, how can i import mails sent to distribution list.

If i want to use mysql group auth how can i define?

Comments (9)

  1. Janos SUTO repo owner

    You have to tell the gui how to query the distribution membership information. You didn't describe your environment, so I leave this task to you.

  2. Ajay reporter

    Actually i have a live postfix mail server with open ldap from where i have enable always_bcc (enter in main.cf file of live server) option to piler. With this Copy of all mails are sent to piler with bcc. On piler i have scheduled a script for import mails regularly. Mail sent from one user to another is importing successfully and is also showing in the Inbox when user login in piler. But mails sent to from any user to distribution list are not showing in the inbox of the members of distribution list.

    It is very important to solve this. So please gave some suggestion that i can import mails in piler which is sent to any distribution list (group) and user can see the mails in their inbox by using piler login.

  3. Janos SUTO repo owner

    It's not a matter of import, rather configuration of the GUI. So you have ldap, then you have to configure $config['LDAP_DISTRIBUTIONLIST_OBJECTCLASS'] and $config['LDAP_DISTRIBUTIONLIST_ATTR'] variables in config-site.php properly.

  4. Ajay reporter

    If i want to use mysql group auth how can i define? I had created group in mysql and user define in ldap..

  5. Janos SUTO repo owner

    Please describe what "mysql group auth" is. Anyway if you have ldap, then the best is to define ldap groups, and assign people the the appropriate groups.

  6. vinay garg

    Hi Janos,

    I have same issue. I have number of users in ldap that are using Mailpiler. But we have created groups in mysql. All incoming mails to groups delivers to ldap user. We have authenticated mailpiler with ldap for access mail. But issue is that groups have created in mysql, and user are not able to see group mails. Can you please help on this.

  7. Janos SUTO repo owner

    Hello Vinay, I can't advise anything better to you as well: " the best is to define ldap groups, and assign people the the appropriate groups".

    The trouble is that if you set ldap auth, then all credentials are checked from ldap, and mysql is not even looked up.

  8. Log in to comment