Page 1 of 1
more than one e-mail address for bulletin boards and DL's?
Posted: Wed Dec 05, 2007 12:11 pm
by a.sobieray
Hi experts,
is it possible to assign more than one internet-email-address to a single public folder ?
We would need this to run e-mails for different addresses into the same BB.
Same for distribution lists.
We are currently moving from MS Exchange to Scalix and have several DL's which have more than one alias e-mail address on Exchange server...
Posted: Thu Dec 06, 2007 5:42 am
by Valerion
For DL's this is easy, just edit the DL add the full list of addresses. For BB's, try to separate the email addresses with "="
Posted: Thu Dec 06, 2007 11:47 am
by a.sobieray
Valerion,
I tried the following:
root@mail1:~# omaddent -e "S=+BB/CN=Test/OU1=mail1/DDT1=BB-NAME/DDV1=Newsletter>Test/IA=testadr1@xxx-bank.eu=testadr2@xxx-bank.eu"
[OM 16958] Added 1 entry to the Directory
The output of omsearch -e s=+BB -m CN/IA showed:
CN=Test/INTERNET-ADDR=testadr1@xxx-bank.eu=testadr2@xxx-bank.eu
That seems no to be correct, isn't it ?
I tried then:
root@mail1:~# omaddent -e "S=+BB/CN=Test/OU1=mail1/DDT1=BB-NAME/DDV1=Newsletter>Test/IA=testadr222@xxx-bank.eu"
S=+BB/CN=Test/OU1=mail1/DDT1=BB-NAME/DDV1=Newsletter>Test/IA=testadr222@xxx-bank.eu
but it said: [OM 16953] Entry already exists in the Directory
Looks as if more then one e-mail address will not be accepted. But we really need this...
Posted: Thu Dec 06, 2007 12:02 pm
by a.sobieray
Sorry, my fault.
of course it works adding more then one e-mailaddress separated by "="
The output of the omsearch -e s=+BB -m CN/IA command just looked a bit strange to me.
I now tested the two e-mail addresses, and they are working both.
Thanks for your help!