Page 1 of 1

Public Folders

Posted: Wed Dec 08, 2004 11:29 am
by emma_corder
Hello,

Is there a way that I could give a public folder an email address.

Thanks in advance

:? Em :?

Posted: Wed Dec 08, 2004 7:05 pm
by ScalixSupport
Yes, you can.

Say you have a Public Folder called "Sales Reports". You need to add an entry to the SYSTEM directory as follows:

Code: Select all

omaddent -e "S=+BB/OU1=mailnode/DDT1=BB/DDV1=Sales Reports/IA=sales.reports@domain.com"


This will send any mail for sales.reports@domain.com to +BB/mailnode which is the address of the Bulletin Board service using the name "Sales Reports".

If you have a sub-folder of Sales Reports, for example, one for each month, the separator is the ">" character. In that case, the entry would be:

Code: Select all

omaddent -e "S=+BB/OU1=mailnode/DDT1=BB/DDV1=Sales Reports>April/IA=april.reports@domain.com"


Cheers

Dave

Public Folder second e-mail address

Posted: Fri Oct 07, 2005 5:07 am
by rudi
Hi,

is it possible to give a public folder a second or more e-mail addresses?

Thanks!

Posted: Fri Oct 07, 2005 6:12 am
by jch
Sure is. In the example command just add extra email addresses separated by "=", for example,

Code: Select all

omaddent -e "S=+BB/OU1=mailnode/DDT1=BB/DDV1=Sales Reports>April/IA=april.reports@domain.com=april.2005.reports@domain.com"

jch