Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-26 Thread Bulend Kolay
Re: [vchkpw] How to run phpldapadmin with vpopmail together ?in fact, I 
don't want ldap authentication instead of cdb. Merely I want to use 
phpldapadmin for address book.
phpldapadmin is useful for that. But I don't also want to add a mail address 
qmailadmin again, after I add that mail addres using phpldapadmin for 
address book.

I don't want to do a job twice.

How can I find a tool for it ?



I would imagine you'd need to use ldap authentication rather than cdb. But 
phpldapadmin doesn't work with vpopmail in the way you're wanting as far 
as Iknow.



HTH,



Tren




!DSPAM:49f4316732686744315802!



RE: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-26 Thread Tren Blackburn
I'm not certain there is a tool for that. You could write a script that pulls 
out the ldap attribute you're looking for at a given interval and add anything 
that is missing. Most likely you're going to need to do some scripting here to 
get what you want.

I am aware of an Inter7 Global Address Book, but have no idea what features it 
offers. 

http://www.inter7.com/?page=globaladd

Check it out, maybe it does what you need, or can be modified to suit your 
needs.

HTH,

Tren

 -Original Message-
 From: Bulend Kolay [mailto:bma...@ihlas.net.tr]
 Sent: Sunday, April 26, 2009 3:03 AM
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] How to run phpldapadmin with vpopmail together ?
 
 Re: [vchkpw] How to run phpldapadmin with vpopmail together ?in fact, I
 don't want ldap authentication instead of cdb. Merely I want to use
 phpldapadmin for address book.
 phpldapadmin is useful for that. But I don't also want to add a mail
 address
 qmailadmin again, after I add that mail addres using phpldapadmin for
 address book.
 I don't want to do a job twice.
 
 How can I find a tool for it ?
 
 
 
  I would imagine you'd need to use ldap authentication rather than
 cdb. But
  phpldapadmin doesn't work with vpopmail in the way you're wanting as
 far
  as Iknow.
 
  HTH,
 
  Tren
 
 
 
 


!DSPAM:49f440eb32681493915440!



Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-26 Thread Daniel Llewellyn
On Sun, Apr 26, 2009 at 12:09 PM, Tren Blackburn t...@eotnetworks.com wrote:
 I'm not certain there is a tool for that. You could write a script that pulls 
 out the ldap attribute you're looking for at a given interval and add 
 anything that is missing. Most likely you're going to need to do some 
 scripting here to get what you want.

 I am aware of an Inter7 Global Address Book, but have no idea what features 
 it offers.

 http://www.inter7.com/?page=globaladd

 Check it out, maybe it does what you need, or can be modified to suit your 
 needs.

John Simpson wrote an addition to vpopmail[1] which should enable you
to do just this, with a bit of scripting. You need to configure
vpopmail with onchange functionality (via the ./configure script
before compiling), and then create a script at ~vpopmail/etc/onchange
with the relevant logic to add a user's email address to ldap when you
add them using the standard vpopmail add user commands.

I believe john monitors this list, so he should be able to correct me
if the onchange functionality isn't capable of this.

Hope this helps,
   Daniel Llewellyn

[1] http://qmail.jms1.net/vpopmail/#onchange

!DSPAM:49f479d532681693932495!



Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-26 Thread Tren Blackburn
Hey, I was going to recommend onchange as well, but that only works when the 
action is initiated from vpopmail. He wants vpopmail to automatically add 
accounts based on what he's doing in phpldapadmin...so onchange can't deal with 
that.

t

- Original Message -
From: Daniel Llewellyn dan...@xyz-network.com
To: vchkpw@inter7.com vchkpw@inter7.com
Sent: Sun Apr 26 08:12:17 2009
Subject: Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

On Sun, Apr 26, 2009 at 12:09 PM, Tren Blackburn t...@eotnetworks.com wrote:
 I'm not certain there is a tool for that. You could write a script that pulls 
 out the ldap attribute you're looking for at a given interval and add 
 anything that is missing. Most likely you're going to need to do some 
 scripting here to get what you want.

 I am aware of an Inter7 Global Address Book, but have no idea what features 
 it offers.

 http://www.inter7.com/?page=globaladd

 Check it out, maybe it does what you need, or can be modified to suit your 
 needs.

John Simpson wrote an addition to vpopmail[1] which should enable you
to do just this, with a bit of scripting. You need to configure
vpopmail with onchange functionality (via the ./configure script
before compiling), and then create a script at ~vpopmail/etc/onchange
with the relevant logic to add a user's email address to ldap when you
add them using the standard vpopmail add user commands.

I believe john monitors this list, so he should be able to correct me
if the onchange functionality isn't capable of this.

Hope this helps,
   Daniel Llewellyn

[1] http://qmail.jms1.net/vpopmail/#onchange




!DSPAM:49f4979f32682146377292!


Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-26 Thread Bulend Kolay
Re: [vchkpw] How to run phpldapadmin with vpopmail together ?When I use 
onchange, How can I get some variables like RealName, Mail Address in order 
to add to ldap ?

is there a script for it ?

- Original Message - 
From: Tren Blackburn

To: vchkpw@inter7.com
Sent: Sunday, April 26, 2009 8:19 PM
Subject: Re: [vchkpw] How to run phpldapadmin with vpopmail together ?


Hey, I was going to recommend onchange as well, but that only works when the 
action is initiated from vpopmail. He wants vpopmail to automatically add 
accounts based on what he's doing in phpldapadmin...so onchange can't deal 
with that.


t

Sent: Sun Apr 26 08:12:17 2009
Subject: Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

On Sun, Apr 26, 2009 at 12:09 PM, Tren Blackburn t...@eotnetworks.com 
wrote:
I'm not certain there is a tool for that. You could write a script that 
pulls out the ldap attribute you're looking for at a given interval and 
add anything that is missing. Most likely you're going to need to do some 
scripting here to get what you want.


I am aware of an Inter7 Global Address Book, but have no idea what 
features it offers.


http://www.inter7.com/?page=globaladd

Check it out, maybe it does what you need, or can be modified to suit your 
needs.


John Simpson wrote an addition to vpopmail[1] which should enable you
to do just this, with a bit of scripting. You need to configure
vpopmail with onchange functionality (via the ./configure script
before compiling), and then create a script at ~vpopmail/etc/onchange
with the relevant logic to add a user's email address to ldap when you
add them using the standard vpopmail add user commands.

I believe john monitors this list, so he should be able to correct me
if the onchange functionality isn't capable of this.

Hope this helps,
  Daniel Llewellyn

[1] http://qmail.jms1.net/vpopmail/#onchange







!DSPAM:49f4deec32681755314017!



Re: [vchkpw] How to run phpldapadmin with vpopmail together ?

2009-04-25 Thread Tren Blackburn
I would imagine you'd need to use ldap authentication rather than cdb. But 
phpldapadmin doesn't work with vpopmail in the way you're wanting as far as I 
know.

HTH,

Tren

- Original Message -
From: Bulend Kolay bma...@ihlas.net.tr
To: vchkpw@inter7.com vchkpw@inter7.com
Sent: Sat Apr 25 12:15:16 2009
Subject: [vchkpw] How to run phpldapadmin with vpopmail together ?

I use vpopmail5.4.23 on qmail-1.03. I use cdb database for authentication.
I installed openldap,phpldapadmin for addressbook. It works.
When I add a new mail address using phpldapadmin, I wish vpopmail to add 
that mail address.
Or when I delete a mail address using phpldapadmin, let vpopmail delete that 
mail address.

How can I do that ?
any advance?  is there any example ?

Thanks 





!DSPAM:49f3636632688871744780!