Re: [vchkpw] smtp auth

2004-05-19 Thread signo
...i must recompile qmail with SPAMCONTROL and cmd5checkpw (now i use vchkpw) ?? with my patch (qmail-smtpd-auth-043) i can't do anything ?? thanks signo Erwin Hoffmann wrote: Hi, At 10:49 19.05.04 +0200, you wrote: Erwin Hoffmann wrote:Hi, At 09:46 19.05.04 +0200,

Re: [vchkpw] smtp auth

2004-05-19 Thread signo
Thanks..it work fine signo Erwin Hoffmann wrote: Hi, At 11:30 19.05.04 +0200, you wrote: ...i must recompile qmail with SPAMCONTROL and cmd5checkpw (now i use vchkpw) ?? with my patch (qmail-smtpd-auth-043) i can't do anything ?? SPAMCONTROL is a superset

Re: [vchkpw] smtp auth

2004-05-19 Thread cade dan
try this: 127.:allow,RELAYCLIENT=""192.168.:allow,RELAYCLIENT="":deny,SMTPAUTH=""signo [EMAIL PROTECTED] wrote: hello, i ve 2 problemsfirst:I've installed qmail 1.03 with qmail-smtpd-auth-043. Now the smth auth work fine but ifi try to send an email (with Mozilla) without smpt authentication

Re: [vchkpw] smtp auth

2004-05-19 Thread Jeremy Kitchen
On Wednesday 19 May 2004 11:51 am, cade dan wrote: try this: 127.:allow,RELAYCLIENT= 192.168.:allow,RELAYCLIENT= :deny,SMTPAUTH= you mean: :allow,SMTPAUTH= :deny will drop the connection http://cr.yp.to/ucspi-tcp/tcprules.html -Jeremy -- Jeremy Kitchen ++ Systems Administrator ++ Inter7

Re: [vchkpw] smtp auth

2004-04-27 Thread Jeremy Kitchen
On Monday 26 April 2004 02:59 am, signo wrote: i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` VPOPGID=`id -g vpopmail` LOCAL=`head -1 /var/qmail/control/me` MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 300

Re: [vchkpw] smtp auth

2004-04-26 Thread signo
hello, i've tried the qmail-smtpd-auth-043_tgz.bin patch but the result is always the same: 454 oops, unable to write pipe and I can't auth (#4.3.0) #!/bin/sh VPOPUID=`id -u vpopmail` VPOPGID=`id -g vpopmail` LOCAL=`` MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming` if [ -z

Re: [vchkpw] smtp auth

2004-04-26 Thread Jeremy Kister
On Monday, April 26, 2004 3:22 AM, I wrote: your run script is incorrect for this patch. try: also, if you really have: LOCAL=`` that's wrong too. LOCAL=`head -1 /var/qmail/control/me` Jeremy Kister http://jeremy.kister.net/

Re: [vchkpw] smtp auth

2004-04-26 Thread signo
i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` VPOPGID=`id -g vpopmail` LOCAL=`head -1 /var/qmail/control/me` MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 300 /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x

Re: [vchkpw] smtp auth

2004-04-26 Thread Matthias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 signo wrote: | i'm feel very stupid !!! it does not work!! | | VPOPUID=`id -g vpopmail` shouldn't it be VPOPUID=`id -u vpopmail`? | VPOPGID=`id -g vpopmail` | LOCAL=`head -1 /var/qmail/control/me` M! -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4

Re: [vchkpw] smtp auth

2004-04-26 Thread Jeremy Kister
On Monday, April 26, 2004 4:00 AM, signo wrote: i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` well, that should be VPOPUID=`id -u vpopmail` are you running Solaris? if so, change VPOPUID=`id -u vpopmail` to VPOPUID=`/usr/xpg4/bin/id -u vpopmail` VPOPGID=`id -g

Re: [vchkpw] smtp auth

2004-04-26 Thread signo
yes it's true, but the result is always the same :-( Matthias Grimm wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 signo wrote: | i'm feel very stupid !!! it does not work!! | | VPOPUID=`id -g vpopmail` shouldn't it be VPOPUID=`id -u vpopmail`? | VPOPGID=`id -g vpopmail` | LOCAL=`head -1

Re: [vchkpw] smtp auth

2004-04-26 Thread signo
Jeremy Kister wrote: On Monday, April 26, 2004 4:00 AM, signo wrote: i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` well, that should be VPOPUID=`id -u vpopmail` OK are you running Solaris? if so, change VPOPUID=`id -u vpopmail` to

Re: [vchkpw] smtp auth

2004-04-26 Thread signo
IT'S WORK THANKS TO ALL !!! signo signo wrote: Jeremy Kister wrote: On Monday, April 26, 2004 4:00 AM, signo wrote: i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` well, that should be VPOPUID=`id -u vpopmail` OK

Re: [vchkpw] smtp auth

2004-04-23 Thread signo
where can i found a new one? thanks signo Erwin Hoffmann wrote: Hi, At 16:29 22.04.04 +0200, signo wrote: hello i've a problem with smtp auth when i try to send an email i have always the message: 454 oops, unable to write pipe and I can't auth (#4.3.0) SW: qmail: 1.3

Re: [vchkpw] smtp auth

2004-04-23 Thread Tom Collins
On Apr 22, 2004, at 11:43 PM, signo wrote: where can i found a new one? The latest SMTP AUTH patch is included in the contrib directory of vpopmail 5.4.0 and later. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter

Re: [vchkpw] smtp auth

2004-04-22 Thread Erwin Hoffmann
Hi, At 16:29 22.04.04 +0200, signo wrote: hello i've a problem with smtp auth when i try to send an email i have always the message: 454 oops, unable to write pipe and I can't auth (#4.3.0) SW: qmail: 1.3 smtp-auth: qmail-smtpd-auth-0.31 telnet on port 25 Escape character is

Re: [vchkpw] SMTP AUTH with vchkpw

2004-03-31 Thread signo
hello, l1:~ # find / -name true /bin/true and in /var/log/qmail/smtpd/current i don't have any error!! I don't understand why pop3d can authenticate with mysql while smtpd no! via squirrelmail i have this error: Server replied: 454 oops, unable to write pipe and I can't auth signo Erwin

RE: [vchkpw] SMTP AUTH with vchkpw

2004-03-30 Thread David Petruzzella
: Erwin Hoffmann [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 8:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH with vchkpw Hi Jeremy, At 15:10 28.03.04 -0600, Jeremy Kitchen wrote: On Sun, 2004-03-28 at 14:52, Werner Amon wrote: QMAILDUID=`id -u qmaild

Re: [vchkpw] SMTP AUTH with vchkpw

2004-03-30 Thread Erwin Hoffmann
Hi, At 16:12 30.03.04 +0200, signo wrote: hello, i've problems with smtp-auth, when i try to send email from a client the server ask always for a password (but the passwd is ok) please help me!! thanks signo situation: qmail: qmail-1.03 vpopmail: 5.3.28 smtp-auth patch on qmail:

Re: [vchkpw] SMTP-Auth question

2004-03-30 Thread Erwin Hoffmann
Hi, At 10:48 30.03.04 -0500, Joel Newkirk wrote: Is there any way to set up SMTP-Auth, while still allowing pop-b4-smtp? Yes. So far when I've rebuilt the system with SMTP-Auth patching, it will ONLY accept SMTP-Auth to allow relaying... :( You have to write a wrapper script around

Re: [vchkpw] SMTP AUTH with vchkpw

2004-03-29 Thread Erwin Hoffmann
Hi Jeremy, At 15:10 28.03.04 -0600, Jeremy Kitchen wrote: On Sun, 2004-03-28 at 14:52, Werner Amon wrote: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` [required post trimming] exec /usr/local/bin/softlimit -m 1000 /usr/local/bin/tcpserver -v -R -l $LOCAL -u $QMAILDUID -x

Re: [vchkpw] SMTP AUTH

2004-03-29 Thread Tom Collins
- From: Erwin Hoffmann [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 12:12 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH Hi, dont use the version 0.32 of the smtp-auth patch; it's not gonna work with vpopmail 5.4.x. Read: http://www.fehcom.de/qmail/smtpauth.html

RE: [vchkpw] SMTP AUTH with vchkpw

2004-03-29 Thread David Petruzzella
] Sent: Monday, March 29, 2004 8:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH with vchkpw Hi Jeremy, At 15:10 28.03.04 -0600, Jeremy Kitchen wrote: On Sun, 2004-03-28 at 14:52, Werner Amon wrote: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` [required

RE: [vchkpw] SMTP AUTH with vchkpw

2004-03-29 Thread Erwin Hoffmann
:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 8:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH with vchkpw Hi Jeremy, At 15:10 28.03.04 -0600, Jeremy Kitchen wrote: On Sun, 2004-03-28 at 14:52, Werner Amon wrote: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g

Re: [vchkpw] SMTP AUTH with vchkpw

2004-03-28 Thread Werner Amon
Chris Miller schrieb: Below is the run script that supervise uses for qmail-smtpd. Notice now it uses /bin/checkpassword which is patched for MySQL support. However, I'm moving to vchkpw, so how would I go about changing the script so that SMTP AUTH will work?

RE: [vchkpw] SMTP AUTH with vchkpw

2004-03-28 Thread Chris Miller
Thank you. Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Werner Amon [mailto:[EMAIL PROTECTED] Sent: Sunday, March 28, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH with vchkpw Chris Miller schrieb: Below is the run script

Re: [vchkpw] SMTP AUTH with vchkpw

2004-03-28 Thread Jeremy Kitchen
On Sun, 2004-03-28 at 14:52, Werner Amon wrote: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` [required post trimming] exec /usr/local/bin/softlimit -m 1000 /usr/local/bin/tcpserver -v -R -l $LOCAL -u $QMAILDUID -x /etc/tcp.smtp.cdb -c $MAXSMTPD -g $NOFILESGID 0 smtp \

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Is it safe to use 0.31 with vpopmail-5.4.0? Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Erwin Hoffmann [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 12:12 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP AUTH Hi, dont

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
: Chris Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, 28 March 2004 3:04 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] SMTP AUTH Is it safe to use 0.31 with vpopmail-5.4.0? Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Erwin Hoffmann [mailto:[EMAIL

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Yes, it does get me in. Let me try escaping the +. Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Shane Chrisp [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] SMTP AUTH does mysql -D vpopmail

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Message- From: Chris Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, 28 March 2004 3:04 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] SMTP AUTH Is it safe to use 0.31 with vpopmail-5.4.0? Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Erwin Hoffmann

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
sometimes fixes that one too. Shane -Original Message- From: Chris Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, 28 March 2004 3:24 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] SMTP AUTH Nope, same error... -rw-r-1 vpopmail vchkpw 41 Mar 27 14:24 vpopmail.mysql

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
PROTECTED] Subject: RE: [vchkpw] SMTP AUTH try changing the 0 in the file to 3306 like localhost|3306|vpopmail|pass|vpopmail Shouldn't have any effect but who knows. I have also had issues where ive needed to connect to the ip of the machine rather than localhost due to a few crazy mysql dns

Re: [vchkpw] SMTP AUTH

2004-03-27 Thread Michael Bowe
to connect to the server. Michael. - Original Message - From: Chris Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 28, 2004 5:43 AM Subject: RE: [vchkpw] SMTP AUTH Nope, Same problem. Is there any way to have it use a socket at '/var/run/mysqld/mysqld.sock' instead

RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
of TCP/IP to connect to the server. Michael. - Original Message - From: Chris Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 28, 2004 5:43 AM Subject: RE: [vchkpw] SMTP AUTH Nope, Same problem. Is there any way to have it use a socket at '/var/run/mysqld/mysqld.sock

Re: [vchkpw] SMTP AUTH

2004-03-23 Thread signo
sorry ... the message is An error occured while sending mail. The mail server responded: VXNIcm5hbWU6. Please verify that your email address is correct in your Mail preferences and try again signo wrote: hello, i've configured the smtp authentication but now i have this problem. when i try to

Re: [vchkpw] SMTP AUTH

2004-03-23 Thread Jeremy Kitchen
On Tue, 2004-03-23 at 09:48, signo wrote: sorry ... the message is An error occured while sending mail. The mail server responded: VXNIcm5hbWU6. Please verify that your email address is correct in your Mail preferences and try again you typed it rather than pasting it, and what you typed

Re: [vchkpw] SMTP AUTH

2004-03-23 Thread signo
telnet result: 220 ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=- ESMTP ehlo 250-ssigno_back.local -=NO UNSOLICITED BULK E-MAIL=- 250-AUTH=LOGIN 250-PIPELINING 250 8BITMIME auth login 334 VXNlcm5hbWU6 test 334 UGFzc3dvcmQ6 signo Jeremy Kitchen wrote: On Tue, 2004-03-23 at 09:48, signo wrote:

Re: [vchkpw] SMTP AUTH

2004-03-22 Thread [EMAIL PROTECTED]
Am Mo, 2004-03-22 um 14.30 schrieb Chris Miller: Does vpopmail come with SMTP AUTH? Is there a compatable patch out there? Try this one: qmail-smtpd-auth, http://members.elysium.pl/brush/qmail-smtpd-auth/, Gruss, Peter. -- [EMAIL PROTECTED], gpg -key

Re: [vchkpw] SMTP AUTH

2004-03-22 Thread Tom Collins
On Mar 22, 2004, at 6:30 AM, Chris Miller wrote: Does vpopmail come with SMTP AUTH? Is there a compatable patch out there? There is an SMTP AUTH patch in the contrib directory of vpopmail 5.4.0 and later. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail:

Re: [vchkpw] SMTP AUTH

2004-03-22 Thread signo
hello, i want to set up smtp-auth with virtualhost, the link' http://members.elysium.pl/brush/qmail-smtpd-auth/' can help me ? i have to change something here (cut paste from http://members.elysium.pl/brush/qmail-smtpd-auth/) ? #!/bin/sh exec /usr/local/bin/softlimit -m 200 \

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-13 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail Thanks for the inf I have it setup right now. I have one last problem. When I do authenticate through smtp auth, it can't find the user. Here is the log entry: Feb 13 02:14:59 cssimsp0 vpopmail[21457]: [ID 997931 mail.notice] vchkpw-smtp: vpopmail

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-12 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail One question. Does smtp auth force users to authenticate when using smtp or does it just provide the option to authenticate? I am able to send email through smtp without authenticating. If I try to authenticate through smtp, it will do that also

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-12 Thread Jeremy Kitchen
On Thu, 2004-02-12 at 16:45, [EMAIL PROTECTED] wrote: One question. Does smtp auth force users to authenticate when using smtp or does it just provide the option to authenticate? I am able to send email through smtp without authenticating. If I try to authenticate through smtp, it will do

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw -Original Message- From: Tom Collins

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 8:34 AM, [EMAIL PROTECTED] wrote: So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw I'm not sure how you'd set it up in inetd.conf.

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail Ok. I am getting closer to having smtp auth working with qmail and vpopmail. I patched qmail with the qmail-smtpd-auth-0.4.2 at http://www.fehcom.de/qmail/smtpauth.html. I upgraded to vpopmail 5.4.0, which has the vchkpw.c patch included. I have

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread Tom Collins
On Feb 10, 2004, at 11:26 PM, [EMAIL PROTECTED] wrote: Is anyone using an smtp auth solution with vchkpw authentication?  Or, can you point me in a good direction.  I have looked at all the smtp auth solutions on the qmail.org site.  None of them seem to support vchkpw.  Any help would be

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread Robert Fleming
--On Wednesday, February 11, 2004 12:26 AM -0600 [EMAIL PROTECTED] is rumoured to have written: Is anyone using an smtp auth solution with vchkpw authentication? Or, can you point me in a good direction. I have looked at all the smtp auth solutions on the qmail.org site. None of them seem to

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread X-Istence
[EMAIL PROTECTED] wrote: snip *Notice:*/ The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this

Re: [vchkpw] SMTP AUTH fails if domain dir doesn't exist?

2004-01-26 Thread Hlio Rubens Kamogawa
Hi Tom, That person would be me. There was a problem authenticating on a remote mysql backend without the local directory. But my problem was solved when I re-compiled the vpopmail, and set up the 's' flag to others on vchkpw again (using vpopmail 5.3.30). Regards, Hlio Rubens Kamogawa

Re: [vchkpw] SMTP AUTH USING QMAIL + VCHKPW

2003-12-02 Thread X-Istence
Hélio Rubens Kamogawa wrote: Hi all! I am implementing smtp authentication. I've alredy applied the patch on qmail, and configured my supervise with the following: snip As you can see, the qmailduid and nofilesgid are both set to vpopmail uid and gid. That is what allows me to

Re: [vchkpw] SMTP AUTH USING QMAIL + VCHKPW

2003-12-02 Thread Alex Martin
Hello, Just wondering, did you read this FAQ for smtp-auth? http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html Mainly, about changing the permissions for vchkpw like so: # chmod 4755 ~vpopmail/bin/vchkpw # chown root.root ~vpopmail/bin/vchkpw Also, why is your qmail-smtpd running as user

Re: [vchkpw] smtp auth () 501 malformed auth input (#5.5.4)

2003-10-30 Thread Nick Harring
Holger - In this case the error tells you everything you need to know. Holger Seidenberg wrote: Hi, i have some problems with smtp_auth(), im using qmail-smtpd-auth-0.31 patch and get this error message telnet localhost 25 Trying 127.0.0.1... 220 cronus.it-gurus.org ESMTP ehlo

Re: [vchkpw] smtp auth () 501 malformed auth input (#5.5.4)

2003-10-30 Thread Nick Harring
Holger Seidenberg wrote: ok i try this, thats a good hint but i think vchkpw should give me an error message like wrong password / auth failed vchkpw do this if i send a wrong password via imap or pop There's a compile time flag for vpopmail which turns on logging of this. Try setting:

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-10 Thread Mike Miller
Nope. Not using MD5 passwords. 5.3.20 at present. -M From: Tom Collins [EMAIL PROTECTED] To: vpopmail list [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP-Auth bug in passwords? Date: Tue, 9 Sep 2003 21:24:31 -0700 On Tuesday, September 9, 2003, at 08:40 PM, Mike Miller wrote: Looking just below

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-10 Thread Mike Miller
PROTECTED] Subject: Re: [vchkpw] SMTP-Auth bug in passwords? Date: Wed, 10 Sep 2003 00:10:30 -0500 I apologize for sending a copy directly to you Anthony, reply button in evolution is a little crazy sometimes :) On Wed, 2003-09-10 at 00:06, Anthony Baratta wrote: Tom... Doesn't the AUTH LOGIN state

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-10 Thread Mike Miller
PROTECTED] Subject: Re: [vchkpw] SMTP-Auth bug in passwords? Date: Tue, 9 Sep 2003 22:23:27 -0700 On Tuesday, September 9, 2003, at 10:06 PM, Anthony Baratta wrote: Doesn't the AUTH LOGIN state that he's going to use Base64 encoding?? If he put in AUTH CRAM-MD5 then it would be expecting MD5

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-09 Thread Tom Collins
On Tuesday, September 9, 2003, at 08:40 PM, Mike Miller wrote: Looking just below, the SPAMmer who made use of this, used the same username and password. I then tried the base64 password for their 'webmaster00' password and that [d2VibWFzdGVyMDA=] works as well. I then tried truncating their

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-09 Thread Anthony Baratta
At 09:24 PM 9/9/2003, Tom Collins wrote: Are you using MD5 passwords (go to your vpopmail source directory and `grep MD5 config.h`)? If not, I think crypt() only uses the first 8 characters of the password. I'm not sure what the limit is if you're using MD5. Tom... Doesn't the AUTH LOGIN

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-09 Thread Jeremy Kitchen
I apologize for sending a copy directly to you Anthony, reply button in evolution is a little crazy sometimes :) On Wed, 2003-09-10 at 00:06, Anthony Baratta wrote: Tom... Doesn't the AUTH LOGIN state that he's going to use Base64 encoding?? If he put in AUTH CRAM-MD5 then it would be

Re: [vchkpw] SMTP-Auth bug in passwords?

2003-09-09 Thread Tom Collins
On Tuesday, September 9, 2003, at 10:06 PM, Anthony Baratta wrote: Doesn't the AUTH LOGIN state that he's going to use Base64 encoding?? If he put in AUTH CRAM-MD5 then it would be expecting MD5 encoding. So this appears to be a problem with LOGIN, either in the patch or with vPopmail. When

Re: [vchkpw] smtp + auth + gentoo

2003-02-21 Thread Peter Palmreuther
Hi [EMAIL PROTECTED], On 21 Feb 2003 17:53:49 - [EMAIL PROTECTED] wrote: auth login 334 VXNlcm5hbWU6 jerco%xx.com 501 malformed auth input (#5.5.4) but if you see my telnet session the problem is introduction off login, because with vpopmail use

Re: [vchkpw] smtp + auth + gentoo

2003-02-21 Thread Jaime Chereau
EL Friday 21 February 2003 15:21, Peter Palmreuther se escrivio: Hi Peter... but if you see my telnet session the problem is introduction off login, because with vpopmail use %.com to distinct a user from a domain to other. Go, read the RFCs. Read the source code of patch from

Re: [vchkpw] SMTP-Auth doesnt work properly

2003-02-10 Thread Jonas Pasche
Hi Sven, the mailclient sends the auth-infos to the server the server sais no authentiacation method found by MD5-cram authentication You said you're using vpopmail 5.2.1, which only supports PLAIN and LOGIN as authentication types. The current development version supports CRAM-MD5

Re: [vchkpw] [SMTP AUTH] - vchkpw crash !

2003-02-04 Thread Peter Palmreuther
Hi Filippo, On Tue, 4 Feb 2003 11:17:01 +0100 Filippo Conti [EMAIL PROTECTED] wrote: /home/vpopmail/bin/vchkpw: error while loading shared libraries: libc.so.6: fail ed to map segment from shared object: Cannot allocate memory Searching the archive would have helped you immediately.

Re: [vchkpw] [SMTP AUTH] - vchkpw crash !

2003-02-04 Thread Filippo Conti
- Original Message - From: Peter Palmreuther To: [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 11:49 AM Subject: Re: [vchkpw] [SMTP AUTH] - vchkpw crash ! Searching the archive would have helped you immediately. http://bluedot.net/mail/archive/read.php?f=2i=7310t=7310 Ain't

Re: [vchkpw] SMTP AUTH - Just a question

2003-02-02 Thread Gabriel Ambuehl
Hi Filippo Conti, you wrote. FC Hi all ! FC I would like to control smtp relaing by smtp auth login (M$ OE 5 and 6, FC Mozilla - plain text). FC This's my test setup: FC RedHat 7.3 (all needed fix applied) FC mysql-3.23.54a FC bglibs-1.005-1 FC qmail-1.03+patches-19 FC supervise-scripts-3.4-1

Re: [vchkpw] SMTP-AUTH with vpopmail mysql

2002-11-22 Thread Einar Bordewich
Change: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` to: QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` My true is /bin/true, so check that yours realy is /usr/bin/true. Also increase your softlimit. Try add an ekstra 0 (20 000 000 instead of 2 000 000). When things work, you can

RE: [vchkpw] smtp-auth

2002-10-24 Thread vpopmail
On Thu, 2002-10-24 at 11:10, Clayton Weise wrote: Just stick your hostname in place of the IP address. I don't think an IP will work.. I've never tried it though ;). Hrm, well, this is quite strange. It's taking the IP from which I'm trying to send the mail and putting that in place of the

RE: [vchkpw] smtp-auth

2002-10-24 Thread vpopmail
On Thu, 2002-10-24 at 10:17, Clayton Weise wrote: Yes, that's what I was referring to. The FQDN is there only for MD5-CRAM if my memory serves correct. It is not actually used in any way for authenticating the username. It's there for a challenge-response system. The fact that it's missing

Re: [vchkpw] smtp-auth

2002-10-24 Thread Paulo Henrique Baptista de Oliveira
Hi all, I installed qmail smtp-remote-auth patch. It works well for outlook client but with eudora it fails. What I can do to fix this? TIA,Paulo Henrique Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): On Wed, 2002-10-23 at 08:30, Clayton Weise wrote: How do

Re: [vchkpw] smtp-auth

2002-10-23 Thread vpopmail
On Tue, 2002-10-22 at 13:19, Tunc Gunergun wrote: i think there is a problem with smtp-auth`s new version (0.31) Version 0.30 is working very well. Has anybody tried the new version (0.31)? Yes, actuall, I'm having a problem with 0.31, but I don't know if it's due to this patch or

RE: [vchkpw] smtp-auth

2002-10-23 Thread vpopmail
On Wed, 2002-10-23 at 08:30, Clayton Weise wrote: How do you startup qmail-smtpd? Hi Clayton, thanks for the reply. Tunc Gunergun noted that this behaviour is symptomatic of running qmail-smtpd without a hostname after it. Is that what you were thinking? But how does this effect the other

RE: [vchkpw] smtp-auth

2002-10-22 Thread Clayton Weise
Yeah, I'm using it and it works fine. -Original Message- From: Tunc Gunergun [mailto:tunc;bilgidunyasi.com.tr] Sent: Tuesday, October 22, 2002 1:20 PM To: Clayton Weise; Eduardo Gargiulo; [EMAIL PROTECTED] Subject: Re: [vchkpw] smtp-auth i think there is a problem with smtp-auth`s new

Re: [vchkpw] SMTP-AUTH, Stable?

2002-09-10 Thread Ken Jones
On Monday 09 September 2002 09:01 pm, Kit Halsted wrote: One of my clients has been running a server with the relaymailfrom hack for years. I've been telling them for as long as I've been working with them that they would get blacklisted if they didn't switch to SMTP-AUTH. Well, they got

Re: [vchkpw] SMTP-AUTH, Stable?

2002-09-10 Thread Kit Halsted
Long day... At 9:44 AM -0500 9/10/02, Ken Jones wrote: On Monday 09 September 2002 09:01 pm, Kit Halsted wrote: One of my clients has been running a server with the relaymailfrom hack for years. I've been telling them for as long as I've been working with them that they would get

Re: [vchkpw] smtp auth only server questions

2002-09-09 Thread ian forsyth
Ron Culler wrote: Looking for a configuration that would allow users to use the vpopmail virtual user and password as thier smtp auth credentials. The configuration requires the smtp auth server to be separate from the pop store (filtering, av scanning). I am looking for something capable

RE: [vchkpw] Smtp-auth

2002-09-04 Thread tonix (Antonio Nati)
- From: Iain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 11:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] Smtp-auth I think you need to use uid VPOPMAIL. See here: http://www.enderunix.org/docs/eng/smtp-auth/qmail-smtp-auth On Wed, 4 Sep 2002 04:06, John

Re: [vchkpw] Smtp-auth

2002-09-03 Thread Iain
I think you need to use uid VPOPMAIL. See here: http://www.enderunix.org/docs/eng/smtp-auth/qmail-smtp-auth On Wed, 4 Sep 2002 04:06, John Johnson wrote: I am using vpopmail 5.3.8 and I patched qmail with Bill shupps big qmail patch And I can't get smtp-auth to work.. I get an error that

<    1   2