Good Day, OpenXchange.
How do I configure, virtual aliases maps, based on groups in OpenXchange?
I know that this authentication is managed by this setting in postfix.
/etc/postfix/ox_group_aliases.cf
SELECT login2user.uid FROM group_address_mappings,groups_member
LEFT JOIN login2user ON login2user.id=groups_member.member WHERE
groups_member.id=group_address_mappings.id AND
group_address_mappings.address="%s" AND
group_address_mappings.cid=1;
But how do I go about, entering the groups? I have done it via the command line
./creategroup -c 1 -A oxadmin -P oxadmin -n staff -d 'Staff' -a 11
but it is not reflected as a mailing group.
I've looked up the documentation on
and
but find no references to aliases.
Could anyone share with me how you used groups as mail aliases?
Thanking everyone in advance.
Regards.
How do I configure, virtual aliases maps, based on groups in OpenXchange?
I know that this authentication is managed by this setting in postfix.
/etc/postfix/ox_group_aliases.cf
SELECT login2user.uid FROM group_address_mappings,groups_member
LEFT JOIN login2user ON login2user.id=groups_member.member WHERE
groups_member.id=group_address_mappings.id AND
group_address_mappings.address="%s" AND
group_address_mappings.cid=1;
But how do I go about, entering the groups? I have done it via the command line
./creategroup -c 1 -A oxadmin -P oxadmin -n staff -d 'Staff' -a 11
but it is not reflected as a mailing group.
I've looked up the documentation on
and
but find no references to aliases.
Could anyone share with me how you used groups as mail aliases?
Thanking everyone in advance.
Regards.
Comment