Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Casey Allen Shobe
On Wed, November 24, 2004 9:32 pm, Casey Allen Shobe said: > Upon restarting services, I've found that bincimap authenticates okay, and > qmail-send delivers mail... However qmail-smtpd cannot authenticate And neither qmailadmin. So imap and mail delivery work, but qmailadmin and smtp auth don't

Re: [vchkpw] just noticed something with chkuser ....

2004-11-25 Thread tonix (Antonio Nati)
At 18.34 24/11/2004, you wrote: On Wednesday 24 November 2004 04:17 am, tonix (Antonio Nati) wrote: > CORRECTION TO THE PREVIOUS MESSAGE. > > > CHKUSER_ENABLE_NULL_SENDER is in 2.0.7. > > This version may be considered stable, despite of its "devel" attribute. I tried to use it.. looks like I need

[vchkpw] Convert from cdb to ldap

2004-11-25 Thread macdutra
Hi, How i do to migrate my vpopmail base from cdb to ldap? The vconvert tool don't do it, why this tool don't do it? I use vpopmail 5.4.8 version. Thanks Marcos

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Tom Collins
On Nov 25, 2004, at 5:06 AM, Casey Allen Shobe wrote: On Wed, November 24, 2004 9:32 pm, Casey Allen Shobe said: Upon restarting services, I've found that bincimap authenticates okay, and qmail-send delivers mail... However qmail-smtpd cannot authenticate And neither qmailadmin. So imap and mail

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Casey Allen Shobe
On Thu, November 25, 2004 9:50 am, Tom Collins said: > What are the permissions on qmailadmin? > -rwsr-sr-x1 vpopmail vchkpw 438385 Aug 26 09:53 qmailadmin Mine was not ug+s, but that would not have changed. I went ahead and chmoded it so that it looked identical to yours, however logins

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Tom Collins
On Nov 24, 2004, at 9:32 PM, Casey Allen Shobe wrote: find / -group 1004 -print0 | xargs -0 chown 89 I assume you meant chgrp 89. I don't know how a typical Gentoo install handles ownership. On my install, qmail-smtpd runs as the vpopmail user. If qmail-smtpd can't run vhckpw, it can't authentic

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Casey Allen Shobe
On Thu, November 25, 2004 11:38 am, Tom Collins said: > On Nov 24, 2004, at 9:32 PM, Casey Allen Shobe wrote: >> find / -group 1004 -print0 | xargs -0 chown 89 > > I assume you meant chgrp 89. You are correct, I typoed when typing the email, not the actual command. To verify, I have ensure that t

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Casey Allen Shobe
On Thu, November 25, 2004 11:02 am, Casey Allen Shobe said: > On Thu, November 25, 2004 9:50 am, Tom Collins said: >> What are the permissions on qmailadmin? >> -rwsr-sr-x1 vpopmail vchkpw 438385 Aug 26 09:53 qmailadmin > > Mine was not ug+s, but that would not have changed. I went ahead a

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Erwin Hoffmann
Hi, At 11:02 25.11.04 -0800, Casey Allen Shobe wrote: >On Thu, November 25, 2004 9:50 am, Tom Collins said: >> What are the permissions on qmailadmin? >> -rwsr-sr-x1 vpopmail vchkpw 438385 Aug 26 09:53 qmailadmin > >Mine was not ug+s, but that would not have changed. I went ahead and >chm

Re: [vchkpw] Authentication failure with qmail-smtpd +auth and vchkpw

2004-11-25 Thread Casey Allen Shobe
On Thu, November 25, 2004 1:33 pm, Erwin Hoffmann said: > with the standard SMTP-Auth patch (I don't know which is included in your > Gentoo patch) you don't need the hostname in the call of the PAM. > > Check "man qmail-smtpd" and read my > > http://www.fehcom.de/qmail/smtpauth.html Heavy reading

Re: [vchkpw] Authentication failure [RESOLVED]

2004-11-25 Thread Casey Allen Shobe
On Thu, November 25, 2004 1:08 pm, Casey Allen Shobe said: > I'll keep digging... Aha, seems that once vchkpw was SUID root, and qmail-smtpd was restarted, everything worked grand. The core of my problem here was that I did not realize chown would remove SUID/SGID bits, and learned the really har