Displaying 2 results from an estimated 2 matches for "mkshared".
Did you mean:
mkshare
2014 Jul 04
0
Shared Mailbox + LDAP Easy with this script
...t
works - and, realy, I can't believe how easy it is!
So, to help others like me and to improve the shared mailbox with Dovecot
this script does all the "hard work".
I don't know if this group permit attachments, so, let's the link:
https://sites.google.com/site/allancassaro/mkshared.tar.gz
Enjoy!
===== From README file =====
This is a simple code to help with Dovecot Public Shared Mailbox function.
Just configure a public shared mailbox with ACLs, change the configuration
file
and run this program.
How it works:
1) The program connect to the LDAP server and fetch groups fr...
2001 Mar 17
1
ogg123: shared memory by mmap()
The patch below adds:
- acinclude.m4: A new macro A_FUNC_SMMAP to check that sharing pages
through mmap() works. This is taken from Joerg Schilling's star.
- configure.in: A_FUNC_SMMAP
- ogg123/buffer.c: If we have a working mmap(), use it to create
a region of shared memory instead of using System V IPC.
Works on BSD. Should also work on SVR4 and offspring (Solaris),
and Linux.