Re: [vchkpw] Unable to pop mails

2003-08-25 Thread Tanmaya Anand
Hi,   Thanks, it has authenticated, but is not fetching mail from my Maildir.   Regards, Tanmaya - Original Message - From: Tom Collins To: vpopmail list Sent: Sunday, August 24, 2003 9:07 PM Subject: Re: [vchkpw] Unable to pop mails On Sunday, August 24, 2003,

[vchkpw] Compiling courier-imap to work with vpopmail

2003-08-25 Thread Bård Tommy Nilsen
Hello   Trying to use courier-imap with vpopmail, but it fails     i use courier-imap-2.0.0       $ export CFLAGS="-DHAVE_OPEN_SMTP_RELAY" $ ./configure --without-authdaemon --with-authvchkpw $ make   then it fails   /usr/bin/ld: cannot find -lvpopmail*** Error code 1   Stop in /usr/home/

[vchkpw] Clear Passwords

2003-08-25 Thread Andrej Dragicevic
Hello List, I want to get all passwords from vpopmail (ver. 5.2) accounts. If I use vuserinfo with -p option, the function returns a crypted password. How do I get clear password from the returned string, for example with PHP??? TIA.

Re: [vchkpw] Compiling courier-imap to work with vpopmail

2003-08-25 Thread Oden Eriksson
måndagen den 25 augusti 2003 12.13 skrev Bård Tommy Nilsen: > Hello > > Trying to use courier-imap with vpopmail, but it fails > > > i use courier-imap-2.0.0 > > > > $ export CFLAGS="-DHAVE_OPEN_SMTP_RELAY" > $ ./configure --without-authdaemon --with-authvchkpw > $ make > > then it fails > > /usr/b

Re: [vchkpw] Clear Passwords

2003-08-25 Thread Evren Yurtesen
unless you compiled in clear password support in vpopmail when you were installing it, you can not get. if you didnt compile in at first and now all your passwords are encrypted. There is no way of getting the clearpassword for you. why do you need it anyway? On Mon, 25 Aug 2003, Andrej Dragicevic

Re: [vchkpw] Compiling courier-imap to work with vpopmail

2003-08-25 Thread Oden Eriksson
tisdagen den 26 augusti 2003 12.38 skrev Oden Eriksson: > måndagen den 25 augusti 2003 12.13 skrev Bård Tommy Nilsen: > > Hello > > > > Trying to use courier-imap with vpopmail, but it fails > > > > > > i use courier-imap-2.0.0 > > > > > > > > $ export CFLAGS="-DHAVE_OPEN_SMTP_RELAY" > > $ ./config

RE: [vchkpw] Compiling courier-imap to work with vpopmail

2003-08-25 Thread Bård Tommy Nilsen
  the compiling and install goes fine, but the last stage fails     martine# make install-configure*** Error code 2   Stop in /usr/home/bardtomm/courier-imap-2.0.0.martine#   could have anything to do with my already installed courier-imap ??     Bård Tommy   From: Brad [mailto:[EMAIL

Re: AW: AW: [vchkpw] Clear Passwords

2003-08-25 Thread Evren Yurtesen
It depends on your crypt library. If you are using blowfish or something? Mine returns md5 and it can work with both DES and MD5 at the same time (on freebsd) I am sorry that this is not so good help to you, but you can still try the password that vpopmail returns in your web thingy. There is a po

AW: AW: AW: [vchkpw] Clear Passwords

2003-08-25 Thread Andrej Dragicevic
Here is a sample. $pwd = "\$1\$LObTh\$LcOWUS4U6glAr2vB4oycr0"; // this is the vpopmail password $decrypted = "test"; Thanks to the list, Evren and Rudi to help me understand something about cryptography. Andrej. -Ursprüngliche Nachricht- Von: Evren Yurtesen [mailto:[EMAIL PROTECTED]

Re: [vchkpw] Unable to pop mails

2003-08-25 Thread Tanmaya Anand
Hi All,   Thanks its working fine now.   Regards, Tanmaya - Original Message - From: Tanmaya Anand To: Tom Collins Cc: vpopmail list Sent: Monday, August 25, 2003 2:00 PM Subject: Re: [vchkpw] Unable to pop mails Hi,   Thanks, it has authenticated, b

Re: AW: AW: AW: [vchkpw] Clear Passwords

2003-08-25 Thread Evren Yurtesen
Hmm what happens if you give 098f6bcd4621d373cade4e832627b4f6 as salt? and test with the password from vpopmail (the users decrypted password) ? Evren On Mon, 25 Aug 2003, Andrej Dragicevic wrote: > Here is a sample. > > $pwd = "\$1\$LObTh\$LcOWUS4U6glAr2vB4oycr0"; // this is the vpopmail > pas

[vchkpw] LDAP or MYSQL module ??

2003-08-25 Thread Rodrigo Pinheiro
Hi, I've a domain with 30,000 accounts +/-, it's running on iplanet solutions I need migrate that solution to free software, because iplanet is very expensive I'd like to know which module to use for autentication, LDAP or MYSQL ?? SQL is more slow LDAP, but I seen that MYSQL module is more us

Re: [vchkpw] LDAP or MYSQL module ??

2003-08-25 Thread Evren Yurtesen
I think you would to quite well with mysql, might be little bit slower but by practicality I believe it has more positive points than LDAP. Plus considering todays hardware is so fast and cheap. I think little bit speed penalty is not too big problem. Well you can always buy faster cpu and more me

Re: [vchkpw] LDAP or MYSQL module ??

2003-08-25 Thread Nick Harring
I'm running a set of domains with about 50K users now using mysql. Depending on how you're going to structure the qmail+vpopmail environment there're a number of things you can do to overcome the slightly slower mysql. What I do is run a local read-only copy of the mysql database on each of my

Re: AW: AW: AW: [vchkpw] Clear Passwords

2003-08-25 Thread Paul L. Allen
Andrej Dragicevic writes: > Here is a sample. > > $pwd = "\$1\$LObTh\$LcOWUS4U6glAr2vB4oycr0"; // this is the vpopmail > password > $decrypted = "test"; > > if ( crypt($decrypted, "\$1\$LObTh\$") == $pwd) > echo "success!"; > else > echo "failure!"; > ?> That approach works but

[vchkpw] vpopmail and imap

2003-08-25 Thread Bård Tommy Nilsen
Title: Melding Hello   I am using vpopmail with courier-imap.   I am running squirremail (imap) and want to allow every user that logs into squirremail to relay   Is it an easy way to do this ??     Regards Bård Tommy Nilsen  

Re: [vchkpw] vpopmail and imap

2003-08-25 Thread Evren Yurtesen
You just just let the ip address of your squirrelmail machine to be allowed for relaying. Thats as easy as it gets :) Just be sure that there are no proxies etc. on the squirrelmail machine that people cant relay SPAM etc. On Mon, 25 Aug 2003, Bård Tommy Nilsen wrote: > Hello > > I am using vp

Re: [vchkpw] Unable to pop mails

2003-08-25 Thread Michael Bowe
Do any of the mailboxes on the server work? Is it just this one mailbox that doesnt work?   You should check the permissions on the maildir. You can restore the default permissions for the whole vpopmail tree, by going back to your vpopmail source dir and re-running "make install-strip"   A

Re: [vchkpw] LDAP or MYSQL module ??

2003-08-25 Thread Nick Harring
Michael - I'd be happy to. I've copied the list since someone else may find the additional detail useful. Michael Bellears wrote: Hi Nick, What I do is run a local read-only copy of the mysql database on each of my qmail servers, which are replicated off of a master read-write