checkpassword and IMAP

2001-08-13 Thread meling
imap as: /usr/local/bin/tcpserver -v -R 0 imap /usr/local/courier/bin/imapd 21 However, I'm always having problems making vpopmail and courier-imap work together. (Compiling courier-imap with --with-authvchpw always give me problems), thus I want to use checkpassword for IMAP authentication

Re: checkpassword and sasl

2001-08-13 Thread jeremy brand
Hi Charles, Can SASL be made to work with PAM, and does your OS support PAM? If so, you could use a PAM-enabled checkpassword -- there is at least one version out there, mentioned at qmail.org, I believe. Ah, that is a good thought. I will have to check into that. FYI, sasl

Re: checkpassword and sasl

2001-08-10 Thread Charles Cazabon
jeremy brand [EMAIL PROTECTED] wrote: The main ingredient (I think) that I am missing is a checkpassword compatible program that will talk to the /etc/sasldb user database. I want to do SMTP AUTH against this same sasl database. A checkpassword replacement than handles sasl (whatever

checkpassword and sasl

2001-08-09 Thread jeremy brand
contains no unix users. The users live in a sasl database. Cyrus imap speaks to the sasl database. I have these remaining items still to go. The main ingredient (I think) that I am missing is a checkpassword compatible program that will talk to the /etc/sasldb user database. I want to do

SMTP AUTH + MYSQL Checkpassword

2001-07-05 Thread Steve
Hi, I've read all that I can find on the subject and tried to build this setup a few different ways with a few peoples patches and all with no luck. I built checkpassword .9 setup for MySQL... if I test it it works. I built qmail-smtpd with the patch to authenticate and call checkpassword

Re: SMTP AUTH + MYSQL Checkpassword

2001-07-05 Thread Dave Weiner
Hi, I've read all that I can find on the subject and tried to build this setup a few different ways with a few peoples patches and all with no luck. I built checkpassword .9 setup for MySQL... if I test it it works. I built qmail-smtpd with the patch to authenticate and call

checkpassword v2 for SMTP relay success story

2001-05-28 Thread Luke McKee
Hello qmailers, I thought I should post this one the list if anyone is trying to use NT authentication to selectively allow relaying in qmail, and has had trouble. I can say I did! After giving up on the checkpassword based on squid's MSNTAuth (an old version) I moved on to checkpassword + PAM

qmail and IMAP and checkpassword

2001-03-30 Thread Michael Boyiazis
Hi, We're need a IMAP product that uses Maildir's and we'd like to authenticate using our own hacked checkpassword. I've read in the archives that courier-imap uses Maildirs, but can it use checkpassword for authentication or will I need something like that mentioned below and wrap

PAM-enabled checkpassword?

2001-03-29 Thread David Young
Is there a PAM-enabled checkpassword? www.qmail.org has a link to a patch for checkpassword-0.81, but the only version available now seems to be checkpassword-0.90.

[SOLVED] multiple checkpassword routines

2001-03-23 Thread Peter Green
With significant help from both Jrgen Persson and Bruce Guenter, I was able to concoct a script that allows both vpopmail and vmailmgr users to authenticate on the same POP3 port, same IP address. The authentication information is stored in a file on the filesystem, owned by root.root, 0600

Checkpassword PAM on Solaris

2001-03-23 Thread Dawn Lee
Is anyone using the pam-checkpassword-0.81-diffs on Solaris? I've been trying to build it on a Solaris 7 box, but it appears that I lack some of the PAM header files that the patch uses. $ make ./compile log_pam.c log_pam.c:23: security/pam_misc.h: No such file or directory log_pam.c:26

Re: multiple checkpassword routines

2001-03-21 Thread Peter Green
[ I've taken this off-list since (a) you seem to be the only person helping, and (b) debugging scripts isn't really on-topic. :-) ] * Jrgen Persson [EMAIL PROTECTED] [010320 19:04]: You can rewind by saving FD3 to an ordinary file. Try this example: Great! I don't know if you mind the file

Re: multiple checkpassword routines

2001-03-20 Thread Jörgen Persson
On Mon, Mar 19, 2001 at 04:08:41PM -0500, Peter Green wrote: I have some domains in vpopmail and some in vmailmgr, both of which need to do POP. Before I go requesting another IP address, is there a checkpassword dropin that actually executes an arbitrary number of other checkpassword dropins

Re: multiple checkpassword routines

2001-03-20 Thread Peter Green
* Jrgen Persson [EMAIL PROTECTED] [010320 04:24]: On Mon, Mar 19, 2001 at 04:08:41PM -0500, Peter Green wrote: I have some domains in vpopmail and some in vmailmgr, both of which need to do POP. Before I go requesting another IP address, is there a checkpassword dropin that actually

Re: multiple checkpassword routines

2001-03-20 Thread Jörgen Persson
. # checkpassword echo $? 3 /tmp/dummypwd 0 # od -c /tmp/dummypwd 000 d u m m y \0 d u m m y d u m m y 020 \0 9 8 5 0 9 3 2 3 9 004 Check out http://cr.yp.to/checkpwd/interface.html G'luck Jörgen

Re: multiple checkpassword routines

2001-03-20 Thread Jörgen Persson
On Tue, Mar 20, 2001 at 03:27:07PM +0100, Jörgen Persson wrote: [snip] # checkpassword echo $? 3 /tmp/dummypwd 0 [snip] I realized $? is misleading since it's the previous error code. Change it to ''pwd'' or whatever: # checkpassword pwd 3 /tmp/dummypwd /home/dummy # echo $? 0

Re: multiple checkpassword routines

2001-03-20 Thread Peter Green
descriptors, I tested the following successfully under bash-2.03. # checkpassword echo $? 3 /tmp/dummypwd 0 # od -c /tmp/dummypwd 000 d u m m y \0 d u m m y d u m m y 020 \0 9 8 5 0 9 3 2 3 9 004 Check out http://cr.yp.to/checkpwd

Re: multiple checkpassword routines

2001-03-20 Thread Jörgen Persson
You can rewind by saving FD3 to an ordinary file. Try this example: #! /bin/sh exec 03 cat/tmp/pwd exec 3/tmp/pwd checkpassword qmail-pop3d Maildir exec 3/tmp/pwd checkpassword qmail-pop3d Maildir I don't know if you mind the file /tmp/pwd o

multiple checkpassword routines

2001-03-19 Thread Peter Green
I have some domains in vpopmail and some in vmailmgr, both of which need to do POP. Before I go requesting another IP address, is there a checkpassword dropin that actually executes an arbitrary number of other checkpassword dropins and, finding one that works, executes the rest of the command

OT: CRAM-MD5 vs APOP MD5 digest in checkpassword

2001-03-14 Thread Markus Stumpf
Sorry, this is slightly off topic. We use a (homegrown) checkpassword programm (with MySQL support) that also does APOP authentification for POP3. I'd like to add SMTP AUTH (based on Eric M. Johnston qmail-smtpd AUTH patch 20010105). From what I've read from the RFCs (I'm not so good

logging alternatives to qmail-pop3d and checkpassword

2001-03-01 Thread Jörgen Persson
Can someone help me to find logging alternatives to qmail-pop3d and checkpassword? Jrgen

Re: logging alternatives to qmail-pop3d and checkpassword

2001-03-01 Thread Gjermund Sorseth
Can someone help me to find logging alternatives to qmail-pop3d and checkpassword? Jrgen On my system, I've added some code to qmail-pop3d.c to make it log the clients username and IP address to syslog every time a user quits. Here is the extra code: /* Add syslog

Re: logging alternatives to qmail-pop3d and checkpassword

2001-03-01 Thread OHIRA, Shinya
J gen_Persson [EMAIL PROTECTED]$B!!(Bwrote: Can someone help me to find logging alternatives to qmail-pop3d and checkpassword? J gen http://www.ornl.gov/its/archives/mailing-lists/qmail/1998/08/msg00896.html --Shinya

checkpassword (pop3d) problem

2001-02-26 Thread Abu Arqam
Hello, I using qmail-1.03 and I compiled checkpassword-0.90 and vpopmail-4.9.8-1. But it will not work with qmail-pop3d. my boot script : #!/bin/sh HOST=`192.168.0.100` CHKPASS="/home/vpopmail/bin/vchkpw" COMMAND="/var/qmail/bin/qmail-pop3d" exec tcpserver -R -H 0 110

Re: checkpassword (pop3d) problem

2001-02-26 Thread Charles Cazabon
Abu Arqam [EMAIL PROTECTED] wrote: I using qmail-1.03 and I compiled checkpassword-0.90 and vpopmail-4.9.8-1. [...] But I get some error "ERR this user has no $HOME/Maildir". What's wrong? The user has no $HOME/Maildir/. Seriously -- the error message tells you exactly wh

pam-checkpassword .diff ?

2001-02-22 Thread dennis
... does anyone use pam-checkpassword ? http://www.glasswings.com.au/qmail/pam-checkpassword-0.81-diffs As I'm a relative newbie when it comes to matters regarding patching and .diff's, I need to know what I have to do with the .diff file. I have tried to contact "Kelley L" at "[

what first..install checkpasword with mysql, or checkpassword first..

2001-02-09 Thread Miz
then after success, install again checkpassword but now with mysql.

Perl checkpassword

2001-02-06 Thread Larry M. Smith is the BPFH
Someone had asked for this some time ago... But I forget who or when. DJB, if you would, please archive locally to www.qmail.org. --Larry checkpassword.pl

Re: Perl checkpassword

2001-02-06 Thread Mark Delany
On Tue, Feb 06, 2001 at 12:17:44PM -0600, Larry M. Smith is the BPFH wrote: Someone had asked for this some time ago... But I forget who or when. DJB, if you would, please archive locally to www.qmail.org. That would be [EMAIL PROTECTED], aka Russ Nelson, but I'm sure he'll see the message.

Which is better - tcpserver running as root or checkpassword setuid root?

2001-02-04 Thread Mark Delany
From a security perspective, checkpassword is very much like the 'su' program. If a user/password matches, it changes to the permissions of that user. The major difference is that checkpassword is normally not setuid root - it inherits root, originally from tcpserver. Similarly, checkpassword

Re: Which is better - tcpserver running as root or checkpassword setuid root?

2001-02-04 Thread Claudio Nieder
Hi, b) have tcpserver run as a nobody, thus have qmail-popup run as a On all Unix I know, you couldn't do that, because tcpserver has to bind to port 110 for pop, and only root has the permission to bind to ports below 1024. claudio -- Claudio Nieder, Kanalweg

Re: Which is better - tcpserver running as root or checkpassword setuid root?

2001-02-04 Thread Mark Delany
On Sun, Feb 04, 2001 at 05:06:13PM +0100, Claudio Nieder wrote: Hi, b) have tcpserver run as a nobody, thus have qmail-popup run as a On all Unix I know, you couldn't do that, because tcpserver has to bind to port 110 for pop, and only root has the permission to bind to ports below

ANNOUNCE: Checkpassword replacement

2001-01-28 Thread Lukasz Komsta
://msa.lublin.pl/ in LubMAN network, Poland. But I have decided to set up qmail solution. I wrote checkpassword replacement which invokes fetchmail -c (idea is the same). It requires /etc/remotehosts file with domains and hosts allowed to authorize. For example: # coments start with hash, allowed hosts

Re: Re: checkpassword question

2000-12-28 Thread Markus Stumpf
On Thu, Dec 28, 2000 at 10:13:56AM +0800, Rick Lu wrote: as we all know, there are two super-user functions in checkpassword package: setuid setgid. because qmaild is only a normal user in nofiles group, so he has no privilege to call these codes. it will show "-ERR authoriz

Re: checkpassword question

2000-12-27 Thread Markus Stumpf
On Wed, Dec 27, 2000 at 10:24:55AM +0800, Rick Lu wrote: I am a newbie to this list. Now, I want to authenticate SMTP and POP3 and SMTPD and POP3D do well in the "qmaild" user which I set its uid to root id (0). But do I have to let "qmaild" become super-user? Have any other way to do this ,

Re: Re: checkpassword question

2000-12-27 Thread Rick Lu
Hello, Thanks Maex. as we all know, there are two super-user functions in checkpassword package: setuid setgid. because qmaild is only a normal user in nofiles group, so he has no privilege to call these codes. it will show "-ERR authorization failed". My question is that how q

checkpassword question

2000-12-26 Thread Rick Lu
Hello all, I am a newbie to this list. Now, I want to authenticate SMTP and POP3 and SMTPD and POP3D do well in the "qmaild" user which I set its uid to root id (0). But do I have to let "qmaild" become super-user? Have any other way to do this , because "qmaild" super-user

Re: anybody out there at this time ??? confused about checkpassword and pop3

2000-12-19 Thread Aijaz A. Ansari
to localhost.localdomain. Escape character is '^]'. +OK [EMAIL PROTECTED] user test +OK pass test -ERR authorization failed Connection closed by foreign host. [root@test users]# /var/qmail/bin/qmail-popup test.com /bin/checkpassword pwd +OK [EMAIL PROTECTED] user test +OK pass test -ERR

RE: anybody out there at this time ??? confused about checkpassword and pop3

2000-12-17 Thread Charles Warwick
Title: RE: anybody out there at this time ??? confused about checkpassword and pop3 Trying logging in with username '[EMAIL PROTECTED] 'instead of just 'test'. The same will fix the problem for user 'x' (i.e. change it to '[EMAIL PROTECTED]'). Otherwise it will be looking for 'global

Re: anybody out there at this time ??? confused about checkpassword and pop3

2000-12-17 Thread Chris Johnson
On Sun, Dec 17, 2000 at 01:27:26AM -0500, Peter Drahos wrote: I hope there is somebody out there so late on Saturday evening. I just want to warn you that this is my first Qmail installation and I am quite new to the Linux world. I was able to install checkpassword -0.81 and when I am

Re: anybody out there at this time ??? confused about checkpassword and pop3

2000-12-17 Thread Peter Drahos
Oh, this does make sense. That was my fear from the beginning. The only question is the order of installation. Does it matter that I already have the checkpassword-0.81 installed?? I downloaded also cdb-5.5 since the checkcdb README was refering to it or should I use version cdb-7.5.??? I

how can I Insert the program relay-ctrl-allow between your checkpassword

2000-12-17 Thread jackshaw
please see the attach file qmail-pop3d.init, how can I insert the program "relay-ctrl-allow"between my checkpassword I use vmailmgr so I use checkvpw. qmail-pop3d.init

anybody out there at this time ??? confused about checkpassword and pop3

2000-12-16 Thread Peter Drahos
Hi, I hope there is somebody out there so late on Saturday evening. I just want to warn you that this is my first Qmail installation and I am quite new to the Linux world. I was able to install checkpassword -0.81 and when I am testing it, I get these results. [root@test users]# telnet

checkpassword problem with large amounts of mail

2000-11-27 Thread drew
Hi, The problem we are having maybe an easy fix I am not sure though. We have qmail-1.03 running on FreeBSD 4+ using checkpassword and this obviously means Maildir type mail boxes. The problem is that when we get large amounts of mail, say more than 2000 messages, something bombs out

Error: Nov 7 19:13:52 planet2 checkpassword: pop3checkpasswd: exit 2 at point 6

2000-11-07 Thread George Patterson
I guess the subject line explains all : The error is logged in the /var/log/messages. (syslog??) What is an exit code 2? Where is point 6? Personal Opinion It only occurs when a user with an invalid password attempts to retive mail form the server. Running ethereal on the network segment

Checkpassword with Plaintext auth

2000-10-14 Thread Mike A. Sauvain
i need to compile checkpassword to use mysql plain- text password only !! ~~ what are the steps i should do ?? i compiled checkpassword with mysql patch, these works fine, but i see in the mysql log entry that he reads the crypt and noch

Checkpassword / Plaintext

2000-10-13 Thread Mike A. Sauvain
hello all, be coming crazy to find out how i can compile checkpassword to use plaintext, im standing now here any body knows what exactly is to do ??? thanks ... mike

checkpassword ...

2000-08-14 Thread Juan Calderon
Hi. I'm using qmail-1.03 with openldap-1.2.11 and have applied qmail-ldap patch (2701). mail delivery is working fine, but when i tried to configure pop3 i could not find checkpassword (just checkpassword.o). The documentation says qmail-ldaplookup is similar to checkpassword but i still

Re: Checkpassword not accepting password's when correct! Please Help!!

2000-08-09 Thread Dave Sill
POP server, and this is the exact line which I have in my inetd.conf file: Have you tried the checkpassword test on www.qmail.org? -Dave

Checkpassword not accepting password's when correct! Please Help!!

2000-08-09 Thread Slider
that checkpassword is case-sensitive. Claus -- http://www.faerber.muc.de

Checkpassword not accepting password's when correct! Please Help!!

2000-08-08 Thread UrBuN DeGeNeRaTe
inetd.conf file: pop3 stream tcp nowait root /var/qmail/bin/qmail-popup jupiter.ddm-webservers.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir It's all on one line. I keep on getting messages about the autentication failing, and that I have entered the wrong username or password, when I

checkpassword

2000-07-19 Thread Audouy Jérôme
is it possible to have a password for qmail-pop3d different then the linux password because the current passwords for the current internal server (using window$ $oftware) have only a 2 letter password (i know that it's impossible to have it under linux with kernel 2.2.16) and for a simply way

RE: checkpassword

2000-07-19 Thread çééí äìôøï
hi you have to use a checkpassword replacement that checks another file, let say /etc/poppasswd... -Original Message- From: Audouy Jérôme [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 4:24 PM To: [EMAIL PROTECTED] Subject: checkpassword is it possible to have a password

an error compiling checkpassword-0.81

2000-06-27 Thread yair linux
Hello The compilation stops at instcheck.c it returns an error do you have an idea ? or an alternative ? another thing : my qmail server works with Maildir how do I use maildir2mbox ? is there a place to read about it more detailed than the regular documentation ? Thanks Yair

checkpassword with Ldap

2000-06-26 Thread Nguyen Hong Son
Hi all I installed qmail on big server, it work perfectly with SpWebMail, but could you tell me how to config checkpassword for Authentication with Ldap (open Ldap) Thanks a lot Get Your Private, Free E-mail from MSN

Re: checkpassword with Ldap

2000-06-26 Thread Ricardo Cerqueira
On Mon, Jun 26, 2000 at 07:15:19AM +, Nguyen Hong Son wrote: Hi all I installed qmail on big server, it work perfectly with SpWebMail, but could you tell me how to config checkpassword for Authentication with Ldap (open Ldap) You don't. At least, not like that. But... There's hope

CheckPassword

2000-06-24 Thread Julian L. Cardarelli
Anyone familiar with what Environment Variables the standard checkpassword sets for qmail-popup what environment variables it receives from qmail-pop3d? J - Original Message - From: prashant To: [EMAIL PROTECTED] Sent: Friday, June 23, 2000 8:12 AM Subject: virtual

Finished my checkpassword

2000-06-24 Thread Julian L. Cardarelli
I finished my checkpassword to allow multiple domains over one ip address by having users login with [EMAIL PROTECTED] It checks /var/qmail/domains/domain.com.passwd for the username/password/mail root shell. It is intended to operate with the single uid/gid "popuser" system by

Re: no checkpassword in /var/qmail/bin/

2000-06-23 Thread Gerrit Pape
On Thu, Jun 22, 2000 at 08:47:04AM -0700, David Benfell wrote: On Thu, Jun 22, 2000 at 11:24:00AM +0200, Gerrit Pape wrote: Isn't the 'checkpassword' file somewhere in the /bin directory ? No. You need http://cr.yp.to/checkpwd.html (or other implementations). It is not included

no checkpassword in /var/qmail/bin/

2000-06-22 Thread reach_prashant
hello list i have installed qmail and openldap , its working fine but its pop3 part which is not working at all , i didt found checkpassword file in /var/qmail/bin/ directory i have compiled qmail 6-7 times but not able to get the checkpassword file which options i have to turn

Re: no checkpassword in /var/qmail/bin/

2000-06-22 Thread jedi
[EMAIL PROTECTED] écrit: i didt found checkpassword file in /var/qmail/bin/ directory i have compiled qmail 6-7 times but not able to get the checkpassword file Isn't the 'checkpassword' file somewhere in the /bin directory ?

Re: no checkpassword in /var/qmail/bin/

2000-06-22 Thread Gerrit Pape
On Thu, Jun 22, 2000 at 09:07:10AM +, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ?crit: i didt found checkpassword file in /var/qmail/bin/ directory i have compiled qmail 6-7 times but not able to get the checkpassword file Isn't the 'checkpassword' file somewhere

no POP logging with checkpassword and pop3d

2000-06-22 Thread Mirco Jeske
and passwd. I set up a normal linux account for both : comp1/password and comp2/password. I used this user and his password for logginf, but it doesn't work. I tested checkpassword with /var/qmail/bin/qmail-popup host /bin/checkpassword pwd and got everything all right. Do I have to tell qmail about

Re: no checkpassword in /var/qmail/bin/

2000-06-22 Thread David Benfell
On Thu, Jun 22, 2000 at 11:24:00AM +0200, Gerrit Pape wrote: On Thu, Jun 22, 2000 at 09:07:10AM +, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ?crit: i didt found checkpassword file in /var/qmail/bin/ directory i have compiled qmail 6-7 times but not able to get

tcpserver - checkpassword

2000-06-09 Thread Federico Barbazza
is it possible to use checkpassword (tcpserver) with Mailbox and not Maildir?? Thanks Federico.

Re: tcpserver - checkpassword

2000-06-09 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9 Jun 00, at 17:53, Federico Barbazza wrote: is it possible to use checkpassword (tcpserver) with Mailbox and not Maildir?? Sorry? It is "possible" to "use" tcpserver, qmail-popup and checkpassword with Mailbox since thes

checkpassword

2000-05-16 Thread Nathaniel L. Keeling III
I am relatively new to this, but how do you get the encrypted password into the assign files? I am trying to setup the pop3 users and I need to create the assigns file. Do you use the unix's crypt command and then cut and paste this into the file? What key do you use to encrypt the password using

Re: Checkpassword for OpenBSD

2000-05-06 Thread Dale Miracle
jon wrote: Dear fellows, #1. OpenBSD gots a port for checkpassword, its in /usr/ports/mail/checkpassword.. #2, are you sure its /bin/checkpassword and not /usr/local/bin/checkpassword? #3, OpenBSD 2.7-beta is out, try it, its great... #4, is your checkpassword executable and owned

Re: Checkpassword for OpenBSD

2000-05-06 Thread Peter van Dijk
On Sat, May 06, 2000 at 03:27:58PM -0400, Dale Miracle wrote: jon wrote: Dear fellows, #1. OpenBSD gots a port for checkpassword, its in /usr/ports/mail/checkpassword.. #2, are you sure its /bin/checkpassword and not /usr/local/bin/checkpassword? #3, OpenBSD 2.7-beta is out

checkpassword and Openbsd 2.6

2000-05-05 Thread Dale Miracle
I am using Openbsd 2.6 and I am having a problem with checkpassword. When I do the test in the install doc for checkpassword /var/qmail/bin/qmail-popup host /bin/checkpassword pwd It works fine, verifies my user id and password. When I try to telnet to the server using it's fqdn on port 110

RE: checkpassword and Openbsd 2.6

2000-05-05 Thread Charles Werbick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale, If your domain is teoi.net(i.e.- [EMAIL PROTECTED] and not [EMAIL PROTECTED]) try- ... /var/qmail/bin/qmail-popup teoi.net \ /bin/checkpassword ... Hope this helps. Regards, Charles Werbick -BEGIN PGP SIGNATURE- Version

RE: checkpassword and Openbsd 2.6

2000-05-05 Thread chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oops, That was totally bogus. Too many hours awake... you may try the -u and -g options set to root for pop3 instance of tcpserver. Regards Charles Werbick -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.3 for non-commercial use

Re: checkpassword and Openbsd 2.6

2000-05-05 Thread Dale Miracle
Charles Werbick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale, If your domain is teoi.net(i.e.- [EMAIL PROTECTED] and not [EMAIL PROTECTED]) try- ... /var/qmail/bin/qmail-popup teoi.net \ /bin/checkpassword ... Hope this helps. Regards, Charles Werbick -BEGIN

RE: checkpassword and Openbsd 2.6

2000-05-05 Thread chuck
PROTECTED] Subject: Re: checkpassword and Openbsd 2.6 I just tried that and no go, same error. Thanks for the suggestion though... I wish my pop3d would get logged then I might be able to figure out why it isn't taking my password. Can you think of any other idea's? I tried the /var/qmail/bin

Re: checkpassword and Openbsd 2.6

2000-05-05 Thread Dale Miracle
chuck wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oops, That was totally bogus. Too many hours awake... you may try the -u and -g options set to root for pop3 instance of tcpserver. Regards Charles Werbick -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.3 for

Help wanted on vchkpw vs checkpassword...

2000-03-23 Thread kingram
-pop3d.init script where invocation of qmail-popup was: cut qmail-popup $HOST $CHKPASS $COMMAND Maildir cut where: HOST=host.domain CHKPASS="/home/vpopmail/bin/vchkpw" COMMAND=qmail-pop3d When I want check my mail via Outlook or Mozilla, the -aack error apear. All works fine with checkpass

Re: pop3 and checkpassword

2000-02-16 Thread Steve Wolfe
for the life of me figure out what the problem is! I have red all the checkpassword doc's and qmail faq's I can fined but see nothing on this problem. The most common problem is that the line you're using to start up the POP3 daemon doesn't have the correct path to the password checking program

pop3 and checkpassword

2000-02-16 Thread kiwitp
of me figure out what the problem is! I have red all the checkpassword doc's and qmail faq's I can fined but see nothing on this problem. Jerry

Re: pop3 and checkpassword

2000-02-16 Thread Uwe Ohse
On Wed, Feb 16, 2000 at 10:33:10PM +1300, kiwitp wrote: Escape character is '^]' +ok 573.950693006@INIT VERSION=sysvinit-2.74 the qmail-popup command (more precisely the "main" function) was started with a garbled command line and environment. That is, it thinks "INIT VERSION=sysvinit-2.74"

checkpassword on Solaris 7

2000-02-10 Thread Mark Parker
@hostname user username +OK pass passwd -ERR authorization failed I have confirmed that the username and password I am using is correct. Is there an underlying issue with Solaris 7 and the checkpassword program, or am I missing something else. Any help would be greatly appreciated. Thanks Mark P

alternate qmail-popup.c patch for untrusted/insecure checkpassword implementations

2000-01-24 Thread Adam McKenna
This alternate patch to qmail-popup.c can be used to limit username/password to a certain number of characters (I've set it to 40). Note that this patch does no logging, and if given a 40 character argument after user or pass, qmail-popup simply dies with an error instead of trying to

Re: checkpassword and ldap (was: Qmail with LDAP Auth)

2000-01-21 Thread Andrea Verni
Andre Oppermann wrote: You compiled your checkpassword with debugging enabled. Turn it off, recompile and install again. ok, now it should be ok. I'm using Qmail+LDAP and I can't understand how to create the correct $HOME/Maildir and set the permission for Maildir delivery. If I use /etc

Re: checkpassword and ldap (was: Qmail with LDAP Auth)

2000-01-21 Thread Andrzej Szydlo
On Fri, Jan 21, 2000 at 10:02:27AM +0100, Andrea Verni wrote: Andre Oppermann wrote: You compiled your checkpassword with debugging enabled. Turn it off, recompile and install again. ok, now it should be ok. I'm using Qmail+LDAP and I can't understand how to create the correct

checkpassword and ldap (was: Qmail with LDAP Auth)

2000-01-20 Thread Andrzej Szydlo
/qmail-popup maciek.gv.edu.pl \ /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir What am I doing wrong? Andrzej On Wed, Sep 22, 1999 at 01:19:52PM +1200, Jim Gilliver wrote: RGH! Ok, my mistake... I missed a bit of code that needed commenting, and I can now get debugging info

Re: checkpassword and ldap (was: Qmail with LDAP Auth)

2000-01-20 Thread Andre Oppermann
: tcpserver -v 0 pop3 /var/qmail/bin/qmail-popup maciek.gv.edu.pl \ /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir What am I doing wrong? You compiled your checkpassword with debugging enabled. Turn it off, recompile and install again. -- Andre

Courier-IMAP Authenticate via Checkpassword !

2000-01-17 Thread Seyyed Hamid Reza Hashemi Golpayegani
that stored on mySQL table well. So It patch checkpassword for authenticate via mySQL table and qmail-pop3d work with this users that not stored in Linux passwd and they are only a mySQL users . I have apply virtual host support with mbox_host that can find in that patch . So my services work well

Re: problem qmail / checkpassword

1999-12-22 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21 Dec 99, at 20:36, bert hubert wrote: You probably have shadow passwords. These cannot be read by any user but root. This means that checkpassword needs to be 'set user id root', suid root for short. Try this: chown root:root /bin

Re: problem qmail / checkpassword

1999-12-22 Thread Michael Neubert
Petr Novotny wrote: On 21 Dec 99, at 20:27, Michael Neubert wrote: pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup michael.neubert.de /bin/checkpassword /var/qmail/bin/qmail-pop3d /home/$USER/.mailspool/ Will not work. At the moment inetd is reading the file

problem qmail / checkpassword

1999-12-21 Thread Michael Neubert
stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup michael.neubert.de /bin/checkpassword /var/qmail/bin/qmail-pop3d /home/$USER/.mailspool/ After a few tests, I found the following: run 1. test as user michael@michael:~ /var/qmail/bin/qmail-popup host /bin/checkpassword pwd +OK 569

Re: problem qmail / checkpassword

1999-12-21 Thread bert hubert
On Tue, Dec 21, 1999 at 08:27:05PM +0100, Michael Neubert wrote: I'm an newbie to qmail (and also linux) and hope to find help. You've come to the right place. michael:~ # /var/qmail/bin/qmail-popup host /bin/checkpassword pwd +OK 548.945710015@host user linux +OK pass 12345 /home/linux

Re: problem qmail / checkpassword

1999-12-21 Thread bert hubert
On Tue, Dec 21, 1999 at 08:36:07PM +0100, bert hubert wrote: You probably have shadow passwords. These cannot be read by any user but root. This means that checkpassword needs to be 'set user id root', suid root for short. Try this: chown root:root /bin/checkpassword chmod +s /bin

Re: problem qmail / checkpassword

1999-12-21 Thread petervd
On Tue, Dec 21, 1999 at 08:40:06PM +0100, bert hubert wrote: On Tue, Dec 21, 1999 at 08:36:07PM +0100, bert hubert wrote: You probably have shadow passwords. These cannot be read by any user but root. This means that checkpassword needs to be 'set user id root', suid root for short. Try

Don't seem to be receiving any mails - CheckPassword, Vpopmail question

1999-11-15 Thread john
Hi, I setup everything and i managed to start the tcpserver and pop3d in RH6.1 but I don't seem to be receiving mails in the maildirectory which is under /home/vpopmail/users/ Should I install ezmlm and also autorespond so that it works fine ?

Re: Don't seem to be receiving any mails - CheckPassword, Vpopmail question

1999-11-15 Thread Ken Jones
john wrote: Hi, I setup everything and i managed to start the tcpserver and pop3d in RH6.1 but I don't seem to be receiving mails in the maildirectory which is under /home/vpopmail/users/ Should I install ezmlm and also autorespond so that it works fine ? Depends where your users

Re: Shadow Password and checkpassword

1999-10-11 Thread Claus Färber
Ng Hak Beng [EMAIL PROTECTED] schrieb/wrote: After looking through the archive, is checkpassword able to authenticate shadow passwords? I've got a RH 6 box running qmail, but I don't seem to be able to authenticate through pop3. Yes, it works with shadow passwords. Have you installed

Shadow Password and checkpassword

1999-10-05 Thread Ng Hak Beng
Hi! After looking through the archive, is checkpassword able to authenticate shadow passwords? I've got a RH 6 box running qmail, but I don't seem to be able to authenticate through pop3. Please do advise, I'm close to ripping my hair out ;-) Hak Beng Singapore

Checkpassword won't work (still) on Caldera

1999-09-15 Thread Barry Dwyer
I'm back at the beginning with this problem: checkpassword won't authenticate a valid user on a Caldera 2.2 (col 2.2.5) system. I compiled checkpassword from the sources and during compiliation there was an error about a missing 'crypt' library. Yet checkpassword appears to run. I've also tried

Re: Checkpassword won't work (still) on Caldera

1999-09-15 Thread Sam
Barry Dwyer writes: I'm back at the beginning with this problem: checkpassword won't authenticate a valid user on a Caldera 2.2 (col 2.2.5) system. I compiled checkpassword from the sources and during compiliation there was an error about a missing 'crypt' library. Yet checkpassword

Re: SQL enabled checkpassword

1999-09-14 Thread Einar Bordewich
We use a own modified checkpassword to authenticate the users against Radiator (Radius) that again SQL query against Informix SQL server. Mostly this is a custom built solution, but I don't think it should be to hard to implement this on other sites. I'm kind of strict regarding not to alter

SQL enabled checkpassword

1999-09-14 Thread Jonathan Herbert
Hi Gang, Perhaps this has been covered in the past, perhaps even recently, but does there exist a checkpassword which can authenticate against a SQL database? Last i heard Ken from inter7 was working on integrating this functionality into vchkpw. Thanks, Jonathan W. Herbert

  1   2   >