[vchkpw] libvpopmail

2005-10-11 Thread Dmitriy MiksIr

Hello.
When i make changes in libvpopmail and recompile it, i must recompile 
all packages, which use this lib (as courier-aithlib, qmailadmin)?




Re: [vchkpw] libvpopmail

2005-10-11 Thread Rick Widmer

Dmitriy MiksIr wrote:


Hello.
When i make changes in libvpopmail and recompile it, i must recompile 
all packages, which use this lib (as courier-aithlib, qmailadmin)?


Yes.



[vchkpw] libvpopmail equivalent of ~vpopmail/bin/vuserinfo ?

2004-11-09 Thread Rainer Duffner
Hi,
is there the equivalent of a vuserinfo function in libvpopmail ?

Rainer
--
===
~ Rainer Duffner - [EMAIL PROTECTED] ~
~   Freising - Munich - Germany   ~
~Unix - Linux - BSD - OpenSource - Security   ~
~  http://www.ultra-secure.de/~rainer/pubkey.pgp  ~
===


Re: [vchkpw] libvpopmail equivalent of ~vpopmail/bin/vuserinfo ?

2004-11-09 Thread Ken Jones
On Tuesday 09 November 2004 09:35 am, Rainer Duffner wrote:
 Hi,

 is there the equivalent of a vuserinfo function in libvpopmail

Yep
struct vqpasswd *mypw;
 mypw = vauth_getpw( User, Domain );

Returns NULL if user not found, otherwise a pointer to a vqpasswd structure
with all the user information.

--
Ken Jones


[vchkpw] Resolution: Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-11 Thread jon kutassy
Just for list completeness, upgrading from 5.2.1 to 5.3.29 cured my problem. 
Thanks all.

Another link to Michael Bowes documentation: (which is updating behind me as 
I work down the steps!)

http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

- Original Message -
From: jon kutassy [EMAIL PROTECTED]
 Hello List,

 I've been following Michael Bowe's crib sheet on how to set up
 qmail+vpopmail+mysql+loads+loadsmore
:-)

 Im running vpopmail 5.2.1 .

You should not use vpopmail-5.2.1, it contains some nasty bugs that can
cause unreliable operation of courier-imap (especially if you compiled
courier with --with-authdaemon)
You could either go for vpopmail-5.2.2, or vpopmail-5.3.28

Once you have upgraded your vpopmail, you will also need to go and rebuild
your other add-on apps like qmailadmin and courier-imap, so that they can
link against the updated vpopmail code.
Michael.

_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess




[vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread jon kutassy
Hello List,

I've been following Michael Bowe's crib sheet on how to set up 
qmail+vpopmail+mysql+loads+loadsmore

I'm experiencing a problem with squirrelmail+courier-imap which the imap 
list suggested was down to libvpopmail..

The Problem:

Squirrelmail works fine as long as I'm the only one using it. When more than 
one connection is made, the Squirrelmail drops everyone back to the login 
prompt and no valid user-passwd combinations work.

Restarting courier-imap fixes this temporarily.

The courier-imap list said this was down to libvpopmail and that a very 
latest version of this should cure it.

Im running vpopmail 5.2.1 .

Does the vpopmail list agree that this is the case, and how do I repair it 
if you do. Do I need to re-install the whole vpopmail, ( I was looking at 
5.3.28) or can I just get this libvpopmail on its own?

I can't see that it should be this because Im using the same version as 
Michael Bowe was in his write-up.

Great write-up btw Michael.

Regards
Jon
_
MSN Messenger with backgrounds, emoticons and more. 
http://www.msnmessenger-download.com/tracking/cdp_customize




Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread John Johnson
 I am using he newest Dev version of vpopmail with no problems and it's an
easy
compile and upgrade, but please allways backup first.

-John

- Original Message - 
From: jon kutassy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 10, 2003 9:00 AM
Subject: [vchkpw] libvpopmail + squirrelmail/courier-imap


 Hello List,

 I've been following Michael Bowe's crib sheet on how to set up
 qmail+vpopmail+mysql+loads+loadsmore

 I'm experiencing a problem with squirrelmail+courier-imap which the imap
 list suggested was down to libvpopmail..

 The Problem:

 Squirrelmail works fine as long as I'm the only one using it. When more
than
 one connection is made, the Squirrelmail drops everyone back to the
login
 prompt and no valid user-passwd combinations work.

 Restarting courier-imap fixes this temporarily.

 The courier-imap list said this was down to libvpopmail and that a very
 latest version of this should cure it.

 Im running vpopmail 5.2.1 .

 Does the vpopmail list agree that this is the case, and how do I repair it
 if you do. Do I need to re-install the whole vpopmail, ( I was looking at
 5.3.28) or can I just get this libvpopmail on its own?

 I can't see that it should be this because Im using the same version as
 Michael Bowe was in his write-up.

 Great write-up btw Michael.

 Regards
 Jon

 _
 MSN Messenger with backgrounds, emoticons and more.
 http://www.msnmessenger-download.com/tracking/cdp_customize







Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread Paul Theodoropoulos
At 09:00 AM 11/10/2003, jon kutassy wrote:
The Problem:

Squirrelmail works fine as long as I'm the only one using it. When more 
than one connection is made, the Squirrelmail drops everyone back to the 
login prompt and no valid user-passwd combinations work.

Restarting courier-imap fixes this temporarily.
in your courier-imap configuration (normally 
/usr/local/lib/courier-imap/etc/imapd)

what do you have the values set at for:

MAXDAEMONS=
MAXPERIP=
?

I set mine to 512 each. why? squirrelmail connects normally on localhost, 
127.0.0.1. which means a lot of concurrent connections to localhost. If you 
have a small value for those two variables, people will be locked out 
pretty quickly.

Paul Theodoropoulos
http://www.anastrophe.com




Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread jon kutassy
Mine are set to 40 and 40, as per Michaels notes.. will try 512

At 09:00 AM 11/10/2003, jon kutassy wrote:
The Problem:

Squirrelmail works fine as long as I'm the only one using it. When more 
than one connection is made, the Squirrelmail drops everyone back to the 
login prompt and no valid user-passwd combinations work.

Restarting courier-imap fixes this temporarily.
in your courier-imap configuration (normally 
/usr/local/lib/courier-imap/etc/imapd)

what do you have the values set at for:

MAXDAEMONS=
MAXPERIP=
?

I set mine to 512 each. why? squirrelmail connects normally on localhost, 
127.0.0.1. which means a lot of concurrent connections to localhost. If you 
have a small value for those two variables, people will be locked out pretty 
quickly.

Paul Theodoropoulos
http://www.anastrophe.com
_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess




Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread jon kutassy
No, 512 doesnt make any difference, as soon as I open another browser and 
sign into a different account, the first one fails to the login screen.



Mine are set to 40 and 40, as per Michaels notes.. will try 512

At 09:00 AM 11/10/2003, jon kutassy wrote:
The Problem:

Squirrelmail works fine as long as I'm the only one using it. When more 
than one connection is made, the Squirrelmail drops everyone back to the 
login prompt and no valid user-passwd combinations work.

Restarting courier-imap fixes this temporarily.
in your courier-imap configuration (normally 
/usr/local/lib/courier-imap/etc/imapd)

what do you have the values set at for:

MAXDAEMONS=
MAXPERIP=
?

I set mine to 512 each. why? squirrelmail connects normally on localhost, 
127.0.0.1. which means a lot of concurrent connections to localhost. If you 
have a small value for those two variables, people will be locked out pretty 
quickly.

Paul Theodoropoulos
http://www.anastrophe.com
_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband




Re: [vchkpw] libvpopmail + squirrelmail/courier-imap

2003-11-10 Thread Michael Bowe
- Original Message - 
From: jon kutassy [EMAIL PROTECTED]


 Hello List,

 I've been following Michael Bowe's crib sheet on how to set up
 qmail+vpopmail+mysql+loads+loadsmore

:-)

 Im running vpopmail 5.2.1 .

You should not use vpopmail-5.2.1, it contains some nasty bugs that can
cause unreliable operation of courier-imap (especially if you compiled
courier with --with-authdaemon)

You could either go for vpopmail-5.2.2, or vpopmail-5.3.28

Once you have upgraded your vpopmail, you will also need to go and rebuild
your other add-on apps like qmailadmin and courier-imap, so that they can
link against the updated vpopmail code.

Michael.