James Craig | 23 Aug 20:48
Picon

checkpassword vs Solaris 10


Hi,

I have upgraded my qmail server onto a newer solaris 10 box,
and almost everything works.

What I have discovered is that checkpassword does not authenticate
users who are not local to the machine, which used to work fine in
Solaris 9.

Our userdb is openldap,  and the password&shadow files have
+:x:::::
and 
+::::::::
respectively.

nsswitch.conf is set up to find users this way:
passwd: compat
passwd_compat: ldap 
shadow: compat
shadow_compat: ldap

so that getent passwd <user>  works fine.

Is there a subtle difference between Solaris 9 and Solaris 10 that
I didn't realize?  I haven't seen any references to issues online,
so I thought I would ask around here as well.

thank you,
Jim Craig
(Continue reading)

Darren Hennessey | 5 Jul 20:18
Favicon

Compile Error

Hi all;

I'm trying to install checkpassword on a Fedora 7 machine and get the
following output:

[root <at> localhost checkpassword-0.90]# make
( cat warn-auto.sh; \
        echo 'main="$1"; shift'; \
        echo exec "`head -1 conf-ld`" \
        '-o "$main" "$main".o ${1+"$@"}' \
        ) > load
chmod 755 load
sh find-systype.sh > systype
sh print-cc.sh > compile
chmod 755 compile
( ( ./compile tryspnam.c && ./load tryspnam ) >/dev/null \
        2>&1 \
        && echo \#define HASGETSPNAM 1 || exit 0 ) > hasspnam.h
rm -f tryspnam.o tryspnam
( ( ./compile tryslib.c && \
        ./load tryslib -ls ) >/dev/null 2>&1 \
        && echo -ls || exit 0 ) > s.lib
rm -f tryslib.o tryslib
( ( ./compile tryuserpw.c \
          && ./load tryuserpw `cat s.lib` ) >/dev/null 2>&1 \
        && echo \#define HASGETUSERPW 1 || exit 0 ) > hasuserpw.h
rm -f tryuserpw.o tryuserpw
./compile checkpassword.c
checkpassword.c: In function ‘main’:
checkpassword.c:33: warning: incompatible implicit declaration of
(Continue reading)

Danish Siddiqui | 28 May 09:29
Picon

pop3 error


Hi,
Ive installed qmail on my FC4 system. Using thunderbird am my MUA, im 
able to send messages after authenticating, but while authenticating for 
pop, im shown an error

sending of password did not succeed. Mail server 127.0.0.1 responded: 
authorization failed, but when I use /bin/checkpassword from CLI, its 
working fine.

Please advise

Danish

The information contained in this electronic message and any attachments to this message are intended for
the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately and destroy the original message all copies of this message
and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any
attachments for the presence of viruses. The company accepts no liability for any damage caused by any
virus transmitted by this email.

Neil Stickels | 27 Sep 22:24
Picon

authentication failures for non-root user


I installed checkpassword using the rpm for my distro, and it works fine for the root user.  I can run
/var/qmail/bin/qmail-popup blah /bin/checkpassword pwdand if I put in a valid user and password, it will login fine.  However, if I try to run this as a non-root user, I always get "-ERR authorization failed".  Additionally, if I try to telnet to my server on port 110, even when I put in the correct credentials, I get the authorization failed message.  Because of this, I can't get my mail via pop.

Thanks,
Neil Stickels
Neil Stickels | 14 Sep 21:16
Picon

problems compiling checkpassword

I downloaded checkpassword 0.9 and I am trying to setup it up on my Fedora Core 4 box.  When I run make, I get the following error:

./load checkpassword prot.o unix.a byte.a  `cat \
shadow.lib` `cat crypt.lib` `cat s.lib`
/usr/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in checkpassword.o
/lib64/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [checkpassword] Error 1

Chand . | 22 Mar 07:11
Picon

logging of wrong passwords or usernames

Dear all,
            I have installed qmail pop3d as per instructions in 
lifewithqmail. But when my users type incorrect password, it is not showing 
up anything in the /var/log/maillog.

           How do I configure it so that when a user types wrong password, 
it is then logged in /var/log/maillog ??

Thanking you

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Alex Schaft | 21 Feb 11:22
Picon
Favicon
Gravatar

Accept passwords for certain users from certain ip's only

Hi,

I'm considering opening up pop3 to some users on my network from outside 
the office. Is there a way to get the password program to deny certain 
users based on ip address?

Alex

Martin Furman | 3 Feb 20:37
Favicon

-ERR unable to write pipe

Hello

 

Please help.

I installed checkpassword and when I test it I get the following error:

-ERR unable to write pipe

 

Thank you,

  Martin

 

 

123Test Test | 30 Jan 12:20
Picon

disabling some users

Hi all,
      I have successfully installed check password and integrated it with 
qmail-pop3d. All regarding popping emails is fine.

     But in my system, say if any user doesn't pay my bills, then i would 
like to disable him from popping emails. How do  I disable him from popping 
emails ?

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Kjell Arne Arvesen | 9 Jan 22:04
Picon

checkpassword and qmail-pop3d

Hiya.

I'm using qmail-pop3d and I suspect that checkpassword is not correctly 
authenticating passwords.
I've implemented qmail-pop3d with the following script (used 
lifewithqmail.org receipe)

#!/bin/sh
exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
mail.siegedesign.no /bin/checkpassword /var/qmail/bin/qmail-pop3d 
Maildir 2>&1

It seems like this issue has been discussed several times before 
(google) but I can't seem to find the answer.
checkpassword file downloaded from cr.yp.to is installed as described there.

Thanks for any pointers or hints :)

- Kjell Arne

spdesai | 24 Aug 16:48

QMAIL-MYSQL - CHECKPASSWORD


Hi all

I have installed qmail-mysql succesfully but i want to use authentication for 
qmail-mysql through checkpassword-0.90-mysql-0.7.4.patch.

I have installed it but i got error like below

mail checkpassword: authentication fail, 99 invalid passwd,
user=user <at> domain.com, remotehost=unknown, pop_or_apop=0

Any idea.. ???

Thanks

-suhag

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


Gmane