On Mon, 10 Jun 2002 [EMAIL PROTECTED] wrote:

> Hi All,
>
> I've just moved from an NT4 domain + Exchange server environment to
> Linux + Samba and IMAP.

What imap server?

>
> I've found solution to all of my problems except of one.
>
> While using the Exchange server, I could use a contact folder type at
> the public folders in order to make a company wide contacts.
>
> I tried to play around a bit with LDAP, but it doesn't look like user
> friendly solution for the user ( users could just add contacts so
> everyone could see them ).
>
> Anyone knows about a good solution for this problem?

There is a thing called "public folders" in the imap specs (IIRC). It is
the #public namespace.

If you use wu-imapd than it defaults to the home directory of the user
"public". You can change it by patching the source, or by using the
unsupported feature of the c-client config file. Here is a variation of my
file:

$ cat /etc/c-client.cf
I accept the risk of using UW-imapd
# Any line that does not begin with an 's' is a remark
# This one is actually a default
#set allow-user-config 0
# This will avoid the need of setting the clients to use ~/mail/
set mail-subdirectory mail
set public-home-directory /var/imapd/public/


This would give you a public file folder available to the imap client.
Whether or not this is useful, I'm not sure...
There are other imap servers, mind you.


-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to