# mail to all members of a group:
groups_server_host = 127.0.0.1
groups_search_base = ou=groups,dc=outdoor-training,dc=de
groups_query_filter = (&(mail=%s)(objectclass=posixgroup))
groups_bind_dn = cn=postfixadmin,dc=outdoor-training,dc=de
groups_bind_pw = xxxxxxxxxxxxxxx
groups_result_attribute = memberUid
groups_version = 3
Ralf
Ciro Iriarte schrieb:
> Hi, is it possible to send email to a group in a eGw 1.4+Openldap+Postfix
> stock configuration?
>
> Regards,
> Ciro
That looks easy :D
I was expecting the support for it being in emailadmin. Is it possible to do this with virtual domains?
Another doubt, with this configuration, an account over-quota (cyrus imap), will cause the email to be rejected globally, or will fail only for that account?