This is a discussion on Re: [courier-users] About Courer-IMAP Virtual Shared Folder Setup. within the Courier-Imap forums, part of the Mail Servers and Related category; --===============1430412161== Content-Type: multipart/alternative; boundary="_ff72759d-c62d-4506-8f5f-75889096524e_" --_ff72759d-c62d-4506-8f5f-75889096524e_ Content-Type: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============1430412161==
Content-Type: multipart/alternative; boundary="_ff72759d-c62d-4506-8f5f-75889096524e_" --_ff72759d-c62d-4506-8f5f-75889096524e_ Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 8bit Dear Sam , Many thanks for your great help ~ Please read the comment below : > From: mrsam@courier-mta.com> To: courier-users@lists.sourceforge.net> Date: Thu, 10 May 2007 22:59:27 -0400> Subject: Re: [courier-users] About Courer-IMAP Virtual Shared Folder Setup.> > Data Leung writes:> > > Below is the users mailbox path : > > Example 1 : Users Apple Maildir full > > path /home/vmail/domains/test.com/apple.lee> > Example 2 : Users Julie Maildir full path > > /home/vmail/domains/test.com/julie.lee . > > Username for Apple to login IMAP Server : > > <URL:mailto:apple.lee@test.com>apple.lee@test.co m> > Username for Julie to login IMAP Server : > > <URL:mailto:julie.lee@test.com>julie.lee@test.co m> > > > Now I am looking for Julie able to full control Apple "INBOX " > > > > So I create a file here /home/vmail/domains/test.com/apple.lee/maildiracl> > In maildiracl , I got these 3 lines:> > > > =============== /home/vmail/domains/test.com/apple.lee/maildiracl > > ===========> > owner aceilrstwx> > administrators aceilrstwx> > <URL:mailto:user=julie.le e@test.com>user=julie.lee@test.com ceilprstwx> > > ================================================== ================> > > > Then I create & run the following scripts to create shared folder index > > file: > > ============Authenumerate_start.sh================ > > #!/bin/sh> > sysconfdir="/usr/lib/courier-imap/etc"> > sbindir="/usr/lib/courier-imap/sbin"> > > > rm -rf $sysconfdir/shared.tmp> > mkdir $sysconfdir/shared.tmp || exit 1> > > > $sbindir/authenumerate -s >$sysconfdir/shared.tmp/index || exit 1> > > > $sbindir/sharedindexinstall> > ================================================== ==> > > > And I run the scripts that I create , I got a index file locate in > > following path : > > /usr/lib/courier-imap/etc/shared/index> > > > Inside the index file, there got somethings look like this since UID / GID > > 505 = users / group vmail> > ============/usr/lib/courier-imap/etc/shared/index=================> > <URL:mailto:julie.lee@test.com>julie.lee@test.co m 505 505 > > /home/vmail/domains test.com/julie.lee/> > apple.lee<URL:mailto:apple.lee@test.com>@test.com 505 505 > > /home/vmail/domains test.com/apple.lee/> > ================================================== ==> > Virtual shared folder names cannot contain periods. Periods are used as > folder hierarchy separator character, in Courier's IMAP folder namespace.> > This is a situation where authenumerate will not work correctly -- when your > login IDs contain periods.> So where I could rename Virtual Shared Folder name ? Should I change from : julie.lee@test.com 505 505 /home/vmail/domains test.com/julie.lee/ apple.lee@test.com 505 505 /home/vmail/domains test.com/apple.lee/ TO : julie_lee 505 505 /home/vmail/domains test.com/julie.lee/ apple_lee 505 505 /home/vmail/domains test.com/apple.lee/ and that's suppose to be work ? Could you give me some index exmaple ? > You do not need to use the same name for virtual shared folders as the login > ID. You can just put "apple" and "julie" in the shared index file.> > > I am looking for, users could edit their own " Maildir home " maildiracl > > to GRANT / ACCESS the users they want to access without touch " shell "> > Your users will need to find an IMAP mail client that actually supports IMAP > ACLs. Then they'll be able to use their IMAP mail client to set ACLs on > their own folders.> > Is that Thunderbird support IMAP ACLs ? Thanks alot for your great help and fast responding since I work / search around on it for a long while . Thanks again . from Data Leung . __________________________________________________ _______________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q...n-US&form=QBRE --_ff72759d-c62d-4506-8f5f-75889096524e_ Content-Type: text/html; charset="big5" Content-Transfer-Encoding: 8bit <html> <head> <style> P { margin:0px; padding:0px } body { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } </style> </head> <body> <BR>Dear Sam , <BR> Many thanks for your great help ~ <BR> <BR> Please read the comment below : <BR> <BR>> From: mrsam@courier-mta.com<BR>> To: courier-users@lists.sourceforge.net<BR>> Date: Thu, 10 May 2007 22:59:27 -0400<BR>> Subject: Re: [courier-users] About Courer-IMAP Virtual Shared Folder Setup.<BR>> <BR>> Data Leung writes:<BR>> <BR>> > Below is the users mailbox path : <BR>> > Example 1 : Users Apple Maildir full <BR>> > path /home/vmail/domains/test.com/apple.lee<BR>> > Example 2 : Users Julie Maildir full path <BR>> > /home/vmail/domains/test.com/julie.lee . <BR>> > Username for Apple to login IMAP Server : <BR>> > <URL:mailto:apple.lee@test.com>apple.lee@tes t.com<BR>> > Username for Julie to login IMAP Server : <BR>> > <URL:mailto:julie.lee@test.com>julie.lee@tes t.com<BR>> > <BR>> > Now I am looking for Julie able to full control Apple "INBOX " <BR>> > <BR>> > So I create a file here /home/vmail/domains/test.co m/apple.lee/maildiracl<BR>> > In maildiracl , I got these 3 lines:<BR>> > <BR>> > =============== /home/vmail/domains/test.com/apple.lee/maildiracl <BR>> > ===========<BR>> > owner aceilrstwx<BR>> > administrators aceilrstwx<BR>> > <URL:mailto:user=julie.lee@test.com>user=jul ie.lee@test.com ceilprstwx<BR>> <BR>> > ================================================== ================<BR>> > <BR>> > Then I create & run the following scripts to create shared folder index <BR>> > file: <BR>> > ============Authenumerate_start.sh================ <BR>> > #!/bin/sh<BR>> > sysconfdir="/usr/lib/courier-imap/etc"<BR>> > sbindir="/usr/lib/courier-imap/sbin"<BR>> > <BR>> > rm -rf $sysconfdir/shared.tmp<BR>> > mkdir $sysconfdir/shared.tmp || exit 1<BR>> > <BR>> > $sbindir/authenumerate -s >$s ysconfdir/shared.tmp/index || exit 1<BR>> > <BR>> > $sbindir/sharedindexinstall<BR>> > ================================================== ==<BR>> > <BR>> > And I run the scripts that I create , I got a index file locate in <BR>> > following path : <BR>> > /usr/lib/courier-imap/etc/shared/index<BR>> > <BR>> > Inside the index file, there got somethings look like this since UID / GID <BR>> > 505 = users / group vmail<BR>> > ============/usr/lib/courier-imap/etc/shared/index=================<BR>> > <URL:mailto:julie.lee@test.com>julie.lee@tes t.com 505 505 <BR>> > /home/vmail/domains test.com/julie.lee/<BR>> > apple.lee<URL:mailto:apple.lee@test.com>@tes t.com 505 505 & nbsp; <BR>> > /home/vmail/domains test.com/apple.lee/<BR>> > ================================================== ==<BR>> <BR>> Virtual shared folder names cannot contain periods. Periods are used as <BR>> folder hierarchy separator character, in Courier's IMAP folder namespace.<BR>> <BR>> This is a situation where authenumerate will not work correctly -- when your <BR>> login IDs contain periods.<BR>> <BR> <BR> So where I could rename Virtual Shared Folder name ? <BR> <BR> Should I change from : <BR> <A href="mailto:julie.lee@test.com">julie.lee@test.co m</A> 505 505 /home/vmail/domains test.com/julie.lee/<BR> <A href="mailto:apple.lee@test.com">apple.lee@test.co m</A> 505 505 /home/vmail/domains test.com/apple.lee/<BR> <BR> TO : <BR> <BR> <A href="mailto:julie_lee@test.com">julie_lee</A> 505 505 /home/vmail/domains test.com/julie.lee/<BR> <A href="mailto:apple.lee@test.com">apple_lee</A> 505 505 /home/vmail/domains test.com/apple.lee/<BR> <BR> and that's suppose to be work ?<BR> Could you give me some index exmaple ?<BR> <BR>> You do not need to use the same name for virtual shared folders as the login <BR>> ID. You can just put "apple" and "julie" in the shared index file.<BR>> <BR>> > I am looking for, users could edit their own " Maildir home " maildiracl <BR>> > to GRANT / ACCESS the users they want to access without touch " shell "<BR>> <BR>> Your users will need to find an IMAP mail client that actually supports IMAP <BR>> ACLs. Then they'll be able to use their IMAP mail client to set ACLs on <BR>> their own folders.<BR>> <BR>> <BR>Is that Thunderbird support IMAP ACLs ? <BR> <BR> Thanks alot for your great help and fast responding since I work / search around on it for a long while . <BR> <BR> Thanks again .<BR> <BR> from Data Leung .<BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body> </html> --_ff72759d-c62d-4506-8f5f-75889096524e_-- --===============1430412161== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============1430412161== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users --===============1430412161==-- |