Re: [vchkpw] qmail + smtp-auth + chkuser + vpopmail = messed up pipes?

2008-01-31 Thread Dvorkin Dmitry
I commented out macro #define LOG_ON_SUCCESS (or something like this, I don;t remember, sorry) in my chkuser installation. It helps me. Florian Leeber пишет: Hi folks, after rather long but then successul compile marathon I finally habe everything in place...but... - inbound mail without

Re: [vchkpw] qmail + smtp-auth + chkuser + vpopmail = messed up pipes?

2008-01-30 Thread Christopher Chan
http://qmail.jms1.net/patches/combined.shtml Try the patch there. And take this up with Mr. Simpson if you have problems with his patch (you should not) !DSPAM:47a1341c310546330020416!

[vchkpw] qmail + smtp-auth + chkuser + vpopmail = messed up pipes?

2008-01-30 Thread Florian Leeber
Hi folks, after rather long but then successul compile marathon I finally habe everything in place...but... - inbound mail without SMTP auth works fine - outbound mail with auth leads basically to some messed up pipes or file descriptors whatever, look at this: ehlo () 250-www.happyserv

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-05 Thread Tom Collins
On Apr 5, 2005, at 10:49 AM, Bogdan Motoc - CRC wrote: How can I test vchkpw to see if it is ok, or the problem resides elsewhere? Take a look at checkpassword_debug in the contrib directory of vpopmail. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://v

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-05 Thread Bogdan Motoc - CRC
entication work flawlessly (courier-imap package)         - Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: <vchkpw@inter7.com> Sent: Saturday, April 02, 2005 7:34 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth > On Apr 2, 2

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-03 Thread Simon
Sorry. didn't mean test again. - Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 12:34 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth On Apr 2, 2005, at 7:00 AM, Bogdan Motoc - CRC wrote: As you ca

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-03 Thread Simon
Test again - Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: Sent: Saturday, April 02, 2005 12:34 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth On Apr 2, 2005, at 7:00 AM, Bogdan Motoc - CRC wrote: As you can see, OE6 tried AUTH LOG

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-02 Thread Tom Collins
On Apr 2, 2005, at 7:00 AM, Bogdan Motoc - CRC wrote: As you can see, OE6 tried AUTH LOGIN, which didn't work, then closed connection. Eudora tried first AUTH CRAM-MD5. After it failed, it tried to send the message without authentication, which of course failed. Still, MySQL logs show no attempt

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-02 Thread Bogdan Motoc - CRC
vpopmail vchkpw 567 2005-03-12 23:00 vpopmail.mysql - Original Message - From: "Jeremy Kitchen" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 30, 2005 11:18 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-04-02 Thread Bogdan Motoc - CRC
og and sql database. Clear passwords is enabled in vpopmail. - Original Message - From: "Bogdan Motoc - CRC" <[EMAIL PROTECTED]> To: Sent: Friday, April 01, 2005 1:38 AM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth - Original Message ----- From: "

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-03-31 Thread Bogdan Motoc - CRC
- Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 30, 2005 9:59 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth On Mar 30, 2005, at 10:33 AM, Bogdan Motoc - CRC wrote: So, what am I doing wrong? What have I misse

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-03-31 Thread Bogdan Motoc - CRC
- Original Message - From: "Erwin Hoffmann" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 30, 2005 10:09 PM Subject: Re: [vchkpw] authentication problem for qmail-smtp-auth Why do you use "/home/vpopmail/bin/vchkpw $LOCAL /bin/true 2>&1" ? Is &qu

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-03-30 Thread Jeremy Kitchen
On Wednesday 30 March 2005 01:09 pm, Erwin Hoffmann wrote: > >Here's my /service/qmail-smtpd/run file: > >#!/bin/sh > > > >QMAILDUID=`id -u qmaild` > >NOFILESGID=`id -g qmaild` can the qmaild user read ~vpopmail/etc/vpopmail.mysql ? > >MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > >LOCA

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-03-30 Thread Erwin Hoffmann
Hi, At 21:33 30.03.2005 +0300, you wrote: >I know this issue has been covered by previous threads, but my problem is >slightly different and more documented. >So don't shoot me for asking this in the vpopmail mailinglist, because it >may very well be a vpopmail problem, rather than a smtp-auth o

Re: [vchkpw] authentication problem for qmail-smtp-auth

2005-03-30 Thread Tom Collins
On Mar 30, 2005, at 10:33 AM, Bogdan Motoc - CRC wrote: So, what am I doing wrong? What have I missed? What else can I do to throw some light on this matter? I apreciate any help you can give me. One possibility: If you don't have clear passwords enabled, and the user tries to use CRAM-MD5 for SM

[vchkpw] authentication problem for qmail-smtp-auth

2005-03-30 Thread Bogdan Motoc - CRC
I know this issue has been covered by previous threads, but my problem is slightly different and more documented. So don't shoot me for asking this in the vpopmail mailinglist, because it may very well be a vpopmail problem, rather than a smtp-auth one. I have been using qmail+vpopmail for sever

Re: [vchkpw] qmail-smtp-auth patch

2004-09-23 Thread Erwin Hoffmann
Hi, At 17:22 22.09.04 -0300, you wrote: >how to install qmail-smtp-auth patch ? (2) (a) Untar the archive in the qmail/netqmail dir. (b) call ./install_auth.sh (c) make (d) make setup >what´s the best smtp-auth patch? (1) The most recent smtp-auth patch can be found at:

[vchkpw] qmail-smtp-auth patch

2004-09-22 Thread Itamar Reis Peixoto
how to install qmail-smtp-auth patch ? what´s the best smtp-auth patch? Itamar Reis Peixoto Analista Consultor TreyNet Consultoria - Uberlândia Tel : + 55 34 3231 0598 Cel: +55 38 9107 1250 http://www.treynet.com.br

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-27 Thread Linux-Guru
Am Mittwoch, 25. August 2004 19:20 schrieb Jacob S.: > Is an strace from a working 64 bit installation of any help? Don't know. It's on Tom Collins to decide whether he wants it or not. > > I'm unable to duplicate this bug on a new vpopmail 5.4.5 installation > using the qmailrocks.org toaster on a

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-25 Thread Jacob S.
On Thu, 19 Aug 2004 10:36:47 -0700 Tom Collins <[EMAIL PROTECTED]> wrote: > Could someone with this problem use strace (or ptrace?) to get a trace > > of what happens when vchkpw is called? > > It should be as easy as adding: "/usr/bin/strace -ff -o > /tmp/vchkpw.dump" right before "/home/vpopm

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-20 Thread Linux-Guru
Am Donnerstag, 19. August 2004 19:36 schrieb Tom Collins: > Could someone with this problem use strace (or ptrace?) to get a trace > of what happens when vchkpw is called? > > It should be as easy as adding: "/usr/bin/strace -ff -o > /tmp/vchkpw.dump" right before "/home/vpopmail/bin/vchkpw" in the

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-19 Thread Matthew Walker
I can do this over the weekend, but I can't right now since the system I'm having troubles on is a production server. I'll get back to you though. On Thu, 19 Aug 2004 10:36:47 -0700, Tom Collins <[EMAIL PROTECTED]> wrote: > Could someone with this problem use strace (or ptrace?) to get a trace > o

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-19 Thread Tom Collins
Could someone with this problem use strace (or ptrace?) to get a trace of what happens when vchkpw is called? It should be as easy as adding: "/usr/bin/strace -ff -o /tmp/vchkpw.dump" right before "/home/vpopmail/bin/vchkpw" in the qmail-smtpd/run file. Attempt a SMTP AUTH connection, and then

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-19 Thread Matthew Walker
Success! On Thu, 19 Aug 2004 09:45:38 -0600, Matthew Walker <[EMAIL PROTECTED]> wrote: > Thank you /so/ much for this information! I'll be attempting this fix > over the next hour or two. > > > > On Thu, 19 Aug 2004 10:10:04 +0200, Linux-Guru <[EMAIL PROTECTED]> wrote: > > Am Mittwoch, 18. Augu

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-19 Thread Matthew Walker
Thank you /so/ much for this information! I'll be attempting this fix over the next hour or two. On Thu, 19 Aug 2004 10:10:04 +0200, Linux-Guru <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 18. August 2004 23:22 schrieb Matthew Walker: > > I saw this was discussed a month or two ago, but no conclusion

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-19 Thread Linux-Guru
Am Mittwoch, 18. August 2004 23:22 schrieb Matthew Walker: > I saw this was discussed a month or two ago, but no conclusion seemed > to be reached. I have been the one who had this problem. We reached some kind of conclusion (see below). > > I have qmail 1.03, and vpopmail 5.4 installed, and every

[vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-18 Thread Matthew Walker
I saw this was discussed a month or two ago, but no conclusion seemed to be reached. I have qmail 1.03, and vpopmail 5.4 installed, and everything works except for SMTP AUTH. I get segfaults or bad user errors, depending on whether or not vchkpw is owned by root or by the vpopmail user. Here's a

Re: [vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-16 Thread Alex Pleiner
Markus, * Markus Schmitt <[EMAIL PROTECTED]> [2004-03-15 16:46]: > I am running netqmail-1.05 + vpopmail 5.4.3 + qmail-scanner 1.20st + > SpamAssassin + Clamuko (ClamAV) + QmailAdmin. > I patched netqmail with the Patch > 'netqmail-1.05-tls-smtpauth-20040207.patch' to get ESTMP functions. ok >

Re: [vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-15 Thread Markus Schmitt
Hi! I am running netqmail-1.05 + vpopmail 5.4.3 + qmail-scanner 1.20st + SpamAssassin + Clamuko (ClamAV) + QmailAdmin. I patched netqmail with the Patch 'netqmail-1.05-tls-smtpauth-20040207.patch' to get ESTMP functions. > >Is there a better way to do this? > >AFAIK, you must run qmail-smtpd

RE: [vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-11 Thread Roger Lipscombe
Kit Halsted wrote: > At 3:36 PM + 3/10/04, Roger Lipscombe wrote: >> Now, I've fixed it by making vchkpw setuid/setgid, as follows: >> >> My question: is this the right thing to do? > > I don't think so. > >> Is there a better way to do this? > > AFAIK, you must run qmail-smtpd as the vpopm

Re: [vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-10 Thread Kit Halsted
better than nothing. I've always hated it, as Eudora is my MUA of choice & Eudora likes to send before checking. I am REALLY happy to have SMTP-AUTH finally working! Thanks again to everyone who got it there! I'm using the qmail-smtp-auth patch listed here: http://www.qmail.org/ne

[vchkpw] Using qmail-smtp-auth with vchkpw

2004-03-10 Thread Roger Lipscombe
Hi, I'm installing vpopmail on a new system, and I've got a question about SMTP AUTH. I want to allow selective relaying, and I can't use SMTP-after-POP (and frankly, it strikes me as a hack, anyway). I'm using the qmail-smtp-auth patch listed here: http://www.qmail

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-26 Thread Bastiaan van der Put
At 23:36 2/25/2004, you wrote: On Wed, 2004-02-25 at 07:33, Martin Kos wrote: > On Tue, 24 Feb 2004, Tom Collins wrote: > from README.auth: "There is no need to include additionally the > hostname in the call." > > is this new? .. i've thought there was some time ago some "rumor" > about people

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Jeremy Kitchen
On Wed, 2004-02-25 at 07:33, Martin Kos wrote: > On Tue, 24 Feb 2004, Tom Collins wrote: > from README.auth: "There is no need to include additionally the > hostname in the call." > > is this new? .. i've thought there was some time ago some "rumor" > about people that haven't added the hostname i

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Martin Kos
>In the old scheme: >in case you miss to include the hostname, your MTA is acting as >on open relay. exactly what i had in mind >You should prefer reading the documentation and READMEs rather >then listing to rumors. yup you're right... for the next time i should check all the README/UPGRADE

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Martin Kos
On Wed, 25 Feb 2004, Tom Collins wrote: >As for upgrading vpopmail, anyone who reads the UPGRADE file >should easily find this information: uuups...shame on me i was upgrading from 5.3.30 (i think) and i wasn't reading the upgrade file because i thought there were no big changes :-( .. and wh

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Erwin Hoffmann
Hi, At 14:33 25.02.04 +0100, Martin Kos wrote: >On Tue, 24 Feb 2004, Tom Collins wrote: > >>Unfortunately, vchkpw up until 5.4.0 (final) was coded to the >>old, incorrect cram-md5 patch. Make sure that you re-patch >>qmail-smtpd with the new CRAM-MD5 patch. > >from README.auth: "There is no need

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Tom Collins
On Feb 25, 2004, at 6:33 AM, Martin Kos wrote: from README.auth: "There is no need to include additionally the hostname in the call." is this new? .. i've thought there was some time ago some "rumor" about people that haven't added the hostname in the commandline of qmail-smtpd and have had an open

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-25 Thread Martin Kos
On Tue, 24 Feb 2004, Tom Collins wrote: >Unfortunately, vchkpw up until 5.4.0 (final) was coded to the >old, incorrect cram-md5 patch. Make sure that you re-patch >qmail-smtpd with the new CRAM-MD5 patch. from README.auth: "There is no need to include additionally the hostname in the call." is

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-24 Thread Jeff Koch
What email client do you use? At 08:29 AM 2/24/2004, you wrote: hi together, i have a problem with my vpopmail installation in conjunction with cram-md5. everything worked fine till i upgraded from vpopmail 5.4.0-pre2 to 5.4.1. i can´t use cram-md5 anymore and i always get the message vchkpw-s

Re: [vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-24 Thread Tom Collins
On Feb 24, 2004, at 6:29 AM, Alexander Gruber wrote: i have a problem with my vpopmail installation in conjunction with cram-md5. everything worked fine till i upgraded from vpopmail 5.4.0-pre2 to 5.4.1. i can´t use cram-md5 anymore and i always get the message vchkpw-smtp: password fail. up to

[vchkpw] vpopmail and qmail smtp-auth patch, cram-md5 problem

2004-02-24 Thread Alexander Gruber
hi together, i have a problem with my vpopmail installation in conjunction with cram-md5. everything worked fine till i upgraded from vpopmail 5.4.0-pre2 to 5.4.1. i can´t use cram-md5 anymore and i always get the message vchkpw-smtp: password fail. up to now qmail patched with the smtp-auth p

Re: [vchkpw] QMAIL: SMTP-AUTH-SSL

2003-08-18 Thread John Johnson
got o http://www.shupp.org his Mega patch is NICE! -John - Original Message - From: "eLgino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 17, 2003 7:07 AM Subject: [vchkpw] QMAIL: SMTP-AUTH-SSL > hi guys, > > sorry that i write to

Re: [vchkpw] Re: QMAIL: SMTP-AUTH-SSL

2003-08-18 Thread eLgino
> To: <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 2:18 AM Subject: Re: [vchkpw] Re: QMAIL: SMTP-AUTH-SSL > > > eLgino wrote: > > > ok now i have installed it. > > now how can i start the damn think with SSL support? > > i mean what i write to the qmail-

Re: [vchkpw] Re: QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread eLgino
hehe, thank you! - Original Message - From: "Rick Macdougall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 2:18 AM Subject: Re: [vchkpw] Re: QMAIL: SMTP-AUTH-SSL > > > eLgino wrote: > > > ok now i have instal

Re: [vchkpw] Re: QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread Rick Macdougall
eLgino wrote: ok now i have installed it. now how can i start the damn think with SSL support? i mean what i write to the qmail-smtp/run file? and what i need for it? thank you very much Hi, If you compiled with TLS support you are done. If the client supports TLS and has it turned on, it wil

[vchkpw] Re: QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread eLgino
ent: Sunday, August 17, 2003 4:21 PM Subject: Re: [vchkpw] QMAIL: SMTP-AUTH-SSL > > > eLgino wrote: > > > thanks but it doesn't work i got this error on my FreeBSD box: > > > > ./compile qmail-remote.c > > qmail-remote.c:131: redefinition of `s

Re: [vchkpw] QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread Rick Macdougall
eLgino wrote: thanks but it doesn't work i got this error on my FreeBSD box: ./compile qmail-remote.c qmail-remote.c:131: redefinition of `ssl' Hi, Don't use ports. :) For FreeBSD see http://matt.simerson.net/computing/mail/toaster/ Regards, Rick

Re: [vchkpw] QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread eLgino
D]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, August 17, 2003 4:01 PM Subject: Re: [vchkpw] QMAIL: SMTP-AUTH-SSL > Hi, > > http://www.shupp.org > > Regards, > > Rick > > > eLgino wrote: > > > hi guys, > > > > sorry that i write to this m

Re: [vchkpw] QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread Rick Macdougall
Hi, http://www.shupp.org Regards, Rick eLgino wrote: hi guys, sorry that i write to this mailinglist, but i traffic is not cheap ... i hope anyone can help me the 4rd time on this nice mailinglist ;) i need an SMTP-AUTH patch for qmail with SSL/TSL?!? support, and a functionaly one, i have go

[vchkpw] QMAIL: SMTP-AUTH-SSL

2003-08-17 Thread eLgino
hi guys, sorry that i write to this mailinglist, but i traffic is not cheap ... i hope anyone can help me the 4rd time on this nice mailinglist ;) i need an SMTP-AUTH patch for qmail with SSL/TSL?!? support, and a functionaly one, i have googled but all i have tried doenst work. thanks in advance

Re: [vchkpw] qmail+SMTP auth

2003-08-16 Thread cyko
Here is the bottom part of my qmail-smtpd/run script: exec /usr/local/bin/softlimit -m 500 \ /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp rblsmtpd \ -r sbl.spamhaus.org \ -r relays.ord

Re: [vchkpw] qmail+SMTP auth

2003-08-15 Thread Ron Guerin
On Fri, 2003-08-15 at 20:08, eLgino wrote: > i have installed qmail with SMTP-Auth, and all works fine with Outlook > Express of MS!, but when i try to connect via telnet "telnet host 25" and do > a "auth login" and enter my username (VALID!) and password (VALID!) it > comes: "user invalid ªï-Ö½-z

Re: [vchkpw] qmail+SMTP auth

2003-08-15 Thread Rick Macdougall
Hi, Check your version of smtpd-auth patch. The newer versions require hostname /usr/local/vpopmail/bin/vchkpw /usr/bin/true Not just /usr/local/vpopmail/bin/vchkpw /usr/bin/true Regards, Rick eLgino wrote: hi folks, i know its the false maillinglist but i will not join the real one, becaus

[vchkpw] qmail+SMTP auth

2003-08-15 Thread eLgino
hi folks, i know its the false maillinglist but i will not join the real one, because the traffic is to small. Now my Problem: i have installed qmail with SMTP-Auth, and all works fine with Outlook Express of MS!, but when i try to connect via telnet "telnet host 25" and do a "auth login" and ent

[vchkpw] qmail-1.03 | vpopmail-5.2.1 | qmail-smtp-auth-.03

2003-01-15 Thread Joe Oaks
Hello guys its been a while. I have been trying over the past couple of weeks to get smtp-auth working with no success. I have patched qmail and re-ran make setup check to make the new binaries. This seems to have worked because my qmail-smtp file is now 32bites larger :) I have also installed th

Re: whether vpopmail4.9.10 can support qmail smtp auth

2001-12-04 Thread Bill Shupp
> On Tue, 2001-12-04 at 19:52, qqj wrote: >> hi, >> I want to know whether vpopmail4.9.10 can support qmail smtp auth. >> I have installed qmail and vpopmail4.9.10 and patch a qmail-smpt-patch >> to the qmail .But it still can send mails with anoymous.Why? Thanks

Re: whether vpopmail4.9.10 can support qmail smtp auth

2001-12-04 Thread Ken Jones
On Tue, 2001-12-04 at 19:52, qqj wrote: > hi, > I want to know whether vpopmail4.9.10 can support qmail smtp auth. > I have installed qmail and vpopmail4.9.10 and patch a qmail-smpt-patch to the qmail >.But it still can send mails with anoymous.Why? Thanks for your any good hi

whether vpopmail4.9.10 can support qmail smtp auth

2001-12-04 Thread qqj
hi, I want to know whether vpopmail4.9.10 can support qmail smtp auth. I have installed qmail and vpopmail4.9.10 and patch a qmail-smpt-patch to the qmail .But it still can send mails with anoymous.Why? Thanks for your any good hits.

whether vpopmail4.9.10 can support qmail smtp auth

2001-12-04 Thread wapsoft
hi, I want to know whether vpopmail4.9.10 can support qmail smtp auth. I have installed qmail and vpopmail4.9.10 and patch a qmail-smpt-patch to the qmail .But it still can send mails with anoymous.Why? Thanks for your any good hits

Re: qmail smtp auth

2001-10-31 Thread Bill Shupp
On Wednesday, October 31, 2001, at 03:52 AM, [EMAIL PROTECTED] wrote: > [Redirected from the qmailadmin list] > > On Mon, 29 Oct 2001, Bill Shupp wrote: >> 1. Apply the smtp-auth patc to qmail found here: >> http://members.elysium.pl/brush/qmail-smtpd-auth/ > [snip - instructions on how to get s

Re: qmail smtp auth

2001-10-31 Thread gjerdelist
[Redirected from the qmailadmin list] On Mon, 29 Oct 2001, Bill Shupp wrote: > 1. Apply the smtp-auth patc to qmail found here: > http://members.elysium.pl/brush/qmail-smtpd-auth/ [snip - instructions on how to get smtp auth working with vpopmail] Hi, I just did this, and I ran into a problem.

Re: vchkpw and qmail smtp-auth patch

2001-08-23 Thread Joseph F. Dries III
Ken, Thanks for the speedy-speedy reply. I took your suggestions, and 1. updated my installation to 4.10.35 (not visibly available on the website, but luckily I knew the version # now...) 2. made the change to my qmail-smtpd invocation such that it now starts up with the uid of the vpopmail use

Re: vchkpw and qmail smtp-auth patch

2001-08-23 Thread Ken Jones
the vpopmail library restricts access to the authentication information unless running as root or the owner of the virtual domain. You need to either run the smtp server as root or if all your domains are owned by vpopmail,then run it as the vpopmail/vchkpw uid/gid You might also want to updat

vchkpw and qmail smtp-auth patch

2001-08-23 Thread Joseph F. Dries III
Hello All, I have an installation on FreeBSD 3.4-STABLE of Qmail 1.03 + Various patches including the SMTP-AUTH patch, Courier-IMAP 1.3.10, vpopmail 4.10.32. Vpopmail works fine with qmail-popup/qmail-pop3d. The Courier-IMAP authentication works fine with vpopmail. However, when I try to use vc

qmail-smtp-auth 0.25 released

2000-10-06 Thread Krzysztof Dabrowski
As in subject. Changes in this release: - changed the error message when problems with starting checkpassword occour. This was a big source of question ("out of memory") that i receive in my e-mail. - Joerg Strohmayer [EMAIL PROTECTED] showed me light in the dark. I've read the SMTP AUTH RFC

Re: qmail-smtp auth-vpopmail crusade

2000-08-25 Thread Ken Jones
Sonic wrote: > > I have found some logic on my problem with vchkpw and qmail-smtpd-auth: > > (my problem is that, the smtp-auth login doesn't run with vpopmail/vchkpw). > > If I use checkpassword as checker, it runs OK (only with system accounts, I > think). > > If I use vchkpw, it fails. > >

qmail-smtp auth-vpopmail crusade

2000-08-25 Thread Sonic
I have found some logic on my problem with vchkpw and qmail-smtpd-auth: (my problem is that, the smtp-auth login doesn't run with vpopmail/vchkpw). If I use checkpassword as checker, it runs OK (only with system accounts, I think). If I use vchkpw, it fails. I have followed all the steps from

Re: qmail-smtp-auth

2000-07-25 Thread Chris Seawood
Ken Jones wrote: > > I'm not sure what these patches are for, and how we can incorporate > them into the standard vpopmail release. Any ideas? Just contributing changes back to the collective knowledge pool. Depending upon how your mailer handles attachments, you may need to use the --ignore-wh

Re: qmail-smtp-auth

2000-07-25 Thread Ken Jones
Chris Seawood wrote: > > Jacob Scott wrote: > > > > the FAQ mentions vchkpw compatabilty > > (http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html#a2) but looks > > out of date. I have downloaded the source and the documentation is not > > so great =(. > > Actually, that was a fairly recent

Re: qmail-smtp-auth

2000-07-25 Thread Chris Seawood
Jacob Scott wrote: > > the FAQ mentions vchkpw compatabilty > (http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html#a2) but looks > out of date. I have downloaded the source and the documentation is not > so great =(. Actually, that was a fairly recent hack. We were still using an older ve

Re: qmail-smtp-auth

2000-07-21 Thread Michael T. Babcock
I second that request. Jacob Scott wrote: > Qmail-smtpd-auth (http://members.elysium.pl/brush/qmail-smtpd-auth/) > seems to offer an excellent thing for everyone talking about roaming > users...the FAQ mentions vchkpw compatabilty... > > Is anyone up to looking this over and maybe seeing if it w

qmail-smtp-auth

2000-07-19 Thread Jacob Scott
I wanted to share some stuff I found and maybe ask for some help. Qmail-smtpd-auth (http://members.elysium.pl/brush/qmail-smtpd-auth/) seems to offer an excellent thing for everyone talking about roaming users. the FAQ mentions vchkpw compatabilty (http://members.elysium.pl/brush/qmail-smtpd-aut