Displaying 4 results from an estimated 4 matches for "jurisch".
2009 Jan 15
2
get username of logged in user
Hello,
can I anywhere get the name of the currently logged in user?
I'm still implementing a custom ACL plugin (IMAP commands MYRIGHTS, GETACL, SETACL, DELETEACL), and for some functions (for example storing the current folder's ACL in combination with this username) I need to obtain the currently logged in IMAP user.
Is this possible? If yes - how?
Thanks in advance.
Best regards
2009 Jan 07
2
Obtaining the chroot-cage directory of the mailstore
Hello,
I'd like to find a function in the sourcecode which enables me to get the chroot-path of the mailstore, so I can concatenate it with the result of mail_storage_get_mailbox_path to get the full path of a mailbox within the filesystem.
Does such a function exist? Who can help me?
Thanks in advance.
Stefan
--
SIEGNETZ.IT GmbH
{ w3o-services }
Schneppenkauten 1a
D-57076 Siegen
2009 Jan 19
1
Coding question again...
Hello again,
I have a coding question again:
I can obtain the path of the current user's mailbox with the function mail_storage_get_mailbox_path(...) - so far so good. But is it possible to get this mailbox path for another user than the logged in one?
Thanks in advance.
Best regards.
Stefan
--
SIEGNETZ.IT GmbH
{ w3o-services }
Schneppenkauten 1a
D-57076 Siegen
Tel.: 0271 68193-0
2009 Jan 05
1
writing a dovecot plugin / segfault
Hi together,
I am new to this list and new to dovecot itself. I have to write a plugin that implements some ACL-voodoo to be used instead of the standard ACL stuff of dovecot (it shall allow just application-driven folder-sharing - no more, no less).
Though I started programming with C, my last experiences are some days old, but now I have written the function sekeletons and the registration