Pascal,
You forgot one (shameless plug):
For ldap & cyrus (helper programs to synch cyrus accounts with ldap
accounts included).
LDAP-ISP: http://www.penguinsolutions.com/projects.php3 # Online demo as
well.
-Jason
Pascal Pucci wrote:
>
> > As you said, I'm also working on a cyrus/ldap tool
> As you said, I'm also working on a cyrus/ldap tool. Maybe we could share
> things, or work together and release a good product ?
FYI,
For cyrus :
http://freshmeat.net/projects/kcyradm/ (I don't have test this tools).
http://freshmeat.net/projects/phpcyrus-tools/ (new version of php-cyradm wit
Thank you all for these infos.
Has anyone thought to build a php module or extend the imap functions,
to directly integrate every function cyrus, imap and sieve need into php
?
As you said, I'm also working on a cyrus/ldap tool. Maybe we could share
things, or work together and release a good pr
This has problems when trying to delete mailboxes via php.
You have to set the acl on the mailbox before the admin has rights to delete
it. Php does not have this functionality in its current imap functions.
It would be nice to just call imap_deletemailbox() but cyrus admins do not
automaticall
Hey,
This seems to work fine if you call it thusly:
imap_open("{localhost:143}", "cyrus", "password");
I'm working on a set of Cyrus tools and have had success with this.
-Justin
Thus spake prune ([EMAIL PROTECTED]):
> Hi,
>
> You was right. I need to create a cyrus user in my ldap.
Hi,
You was right. I need to create a cyrus user in my ldap.
I think admins musn't have real imap account... so don't create a
"cyrus" imap mailbox.
The question is "what auth scheme is used when using cyradm" ? and "what
can I do to make cyradm use the same scheme as a normal imap connection
> Hi,
>
> Hope you'll be able to help me. maybe something already exists
Creating mailboxes with php is possible and it run fine.
I developped first a script using a class from php-cyradm (using direct telnet on the
sockets), but the php-imap (>= 4.0) functions run fine and are easy to impleme
Hi
It's not working.
I've read through the .php files... and it seems everything comes from
"lib/cyradm-php.lib "
Normaly, to create new users, I need to login as user "cyrus". This user
is not present in ldap. it's a "internal system cyrus user"
I don't know how cyradm do, but trying to logi
Check out this php based web admin interface
ftp://ftp.hr.vc-graz.ac.at/cyrus-tools/
Alain Turbide
- Original Message -
From: "prune" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 8:13 AM
Subject: creating mailbox from php
> Hi,
>
> I would like to create