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

[vchkpw] How to read mails from the real home directory?

2004-04-26 Thread Shirai,Kaoru
Thank you for providing such a great software. I am managing domain 'examp.le' under vpopmail. /home/vpopmail/domains/examp.le/vpasswd virtual::1:0:virtual:/home/vpopmail/domains/examp.le/virtual:NOQUOTA:

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

[vchkpw] Generate password in MySQL

2004-04-26 Thread Jonathan Viney
Hi all, Can someone tell me how I can generate a password which could be used in the pw_passwd field in MySQL? If possible, I'd like MySQL to generate the password, can anyone give me some pointers? Cheers, Jonathan

Re: [vchkpw] Generate password in MySQL

2004-04-26 Thread David
On Mon, 2004-04-26 at 11:28, Jonathan Viney wrote: Hi all, Can someone tell me how I can generate a password which could be used in the pw_passwd field in MySQL? If possible, I'd like MySQL to generate the password, can anyone give me some pointers? Cheers, Jonathan Hi, I don't

Re: [vchkpw] Generate password in MySQL

2004-04-26 Thread Michael Bowe
- Original Message - From: Jonathan Viney [EMAIL PROTECTED] Hi all, Can someone tell me how I can generate a password which could be used in the pw_passwd field in MySQL? If possible, I'd like MySQL to generate the password, can anyone give me some pointers? ASP and PHP

Re: [vchkpw] Generate password in MySQL

2004-04-26 Thread Jonathan Viney
Thanks for the replies (Michael and David). Very helpful. Cheers, Jonathan Michael Bowe wrote: - Original Message - From: Jonathan Viney [EMAIL PROTECTED] Hi all, Can someone tell me how I can generate a password which could be used in the pw_passwd field in MySQL? If possible,

[vchkpw] maildrop quota problem

2004-04-26 Thread raid
Hi,all I have installed qmail-1.03,maildrop-1.6.3,vpopmail-5.4.3,and create a domain(test.com) for test.'test.com' have a defaut account 'postmaster',directory like follow: /home/vpopmail/domains/test.com/ /home/vpopmail/domains/test.com/.qmail-default

[vchkpw] SMTP Slowness

2004-04-26 Thread Chris Miller
Now Ive got another problem with SMTP. When I try to connect, it takes FOREVER to send the welcome message. Go ahead and telnet into rhost1.zfx.com on port 25 and issue a HELO, and youll see what I mean. Just give it a few minutes before you do anything and youll see. After the initial

RE: [vchkpw] Major SMTP AUTH Issues

2004-04-26 Thread Chris Miller
Thanks, that fixed it. However, now SMTP is really slow (see my other message that should be coming through in a few minutes). Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Jeremy Kister [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 1:52 AM To:

Re: [vchkpw] SMTP Slowness

2004-04-26 Thread Rick Romero
On Mon, 2004-04-26 at 08:42, Chris Miller wrote: Now Ive got another problem with SMTP. When I try to connect, it takes FOREVER to send the welcome message. Go ahead and telnet into rhost1.zfx.com on port 25 and issue a HELO, and youll see what I mean. Just give it a few minutes before you do

RE: [vchkpw] SMTP Slowness

2004-04-26 Thread Chris Miller
No, qmail-smtpd. Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Rick Romero [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 10:47 AM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] SMTP Slowness On Mon, 2004-04-26 at 08:42, Chris Miller wrote: Now

Re: [vchkpw] vpopmail + postfix

2004-04-26 Thread Chris Ess
On Fri, 23 Apr 2004, X-Istence wrote: Paulo Fragoso wrote: Hi, How can we setup vpopmail to work with Postfix? Is necessary have qmail installed too? Thanks, Paulo. vpopmail was created for qmail only, postfix and qmail are two different MTA's so this is not a solution you can

[vchkpw] Re: vpopmail with Postifix

2004-04-26 Thread Steve Ames
On Mon, Apr 26, 2004 at 11:18:09AM -0400, Chris Ess wrote: vpopmail was created for qmail only, postfix and qmail are two different MTA's so this is not a solution you can use with postfix. See this sentence from http://www.inter7.com/vpopmail.html : You can do it. But basically you need to

[vchkpw] Vpopmail with LDAP

2004-04-26 Thread Juan Enciso Condeña
Hi I have vpopmail 5.2.1 with Mysql-4.0.13 running on HP-UX Server.I havearound of 100 000 users. In this moment Mysql is work very slow because the number of session pop3 and smtp is big, I notice that mysql is restarted each 2 or 3 hours. In this moment I am thinking migrate to use

[vchkpw] Courier-authvchkpw compilation problems on debian system

2004-04-26 Thread Jaime Herazo
Hi. I was setting up a system with qmail, vpopmail, courier-imap, etc. (a lot similar to the qmailrocks.org setup, but on my own). I had everything installed and working, and the courier part i got it from the standard debian packages plus the authvchkpw module from qmailrocks. Then i did an

Re: [vchkpw] vdominfo question -- using get_domain_entries()

2004-04-26 Thread Tom Collins
On Apr 25, 2004, at 4:13 PM, Rick Widmer wrote: The 'could not open assign file' error is triggered by the fact that the first call to get_domain_entries( developersdesk.net ) returned NULL. I see two possible ways to solve this problem: 1: Return just the information about the desired domain

[vchkpw] Re: vpopmail with Postifix [T2004042601CY]

2004-04-26 Thread support
[PLEASE DO NOT REPLY TO THIS MESSAGE – WAIT FOR A RESPONSE FROM OUR STAFF FIRST] Your trouble ticket number is: T2004042601CY Greetings from Ascentive.com! Thank you for contacting us. We have received your request and

[vchkpw] Vpopmail with LDAP [T2004042601D7]

2004-04-26 Thread support
[PLEASE DO NOT REPLY TO THIS MESSAGE – WAIT FOR A RESPONSE FROM OUR STAFF FIRST] Your trouble ticket number is: T2004042601D7 Greetings from Ascentive.com! Thank you for contacting us. We have received your request and

Re: [vchkpw] Vpopmail with LDAP [T2004042601D7]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Vpopmail with LDAP [T2004042601D7]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Re: vpopmail with Postifix [T2004042601CY]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Courier-authvchkpw compilation problems on debian system [T2004042601DG]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Re: vpopmail with Postifix [T2004042601CY]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] vdominfo question -- using get_domain_entries() [T2004042601DM]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] vdominfo question -- using get_domain_entries() [T2004042601DM]

2004-04-26 Thread Paul Theodoropoulos
oh for christ sake. At 10:40 AM 4/26/2004, [EMAIL PROTECTED] wrote: Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you

Re: [vchkpw] Courier-authvchkpw compilation problems on debian system [T2004042601DG]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Re: vpopmail with Postifix [T2004042601CY]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] Vpopmail with LDAP [T2004042601D7]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

Re: [vchkpw] vdominfo question -- using get_domain_entries() [T2004042601DM]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

[vchkpw] Re: SMTP Slowness

2004-04-26 Thread Peter Palmreuther
Hello Chris, On Monday, April 26, 2004 at 3:42:40 PM you wrote (at least in part): Now I've got another problem with SMTP. When I try to connect, it takes FOREVER to send the welcome message. Go ahead and telnet into rhost1.zfx.com on port 25 and issue a HELO, and you'll see what I mean.

Re: [vchkpw] Re: SMTP Slowness [T2004042601G3]

2004-04-26 Thread support
Hi, I am sorry but we did not understand your email to Ascentive. It either did not make sense, made contradicting statements, or your request was not stated clear enough. If you could please explain exactly what it is that you need to know in a brief and straightforward manner, I am sure

RE: [vchkpw] Re: SMTP Slowness

2004-04-26 Thread Chris Miller
I just tested it again and timed it. 10 seconds until I get the banner from the time I connect and issue the EHLO command. That's unacceptable, it should be nearly instant. It's not like this is a slow box or anything (dual xeon box, it's got some ummph). Any ideas as to why the long delay?

RE: [vchkpw] Re: SMTP Slowness

2004-04-26 Thread Troy E Bouchard
I know you don't think that this is a DNS problem. I suggest that you go over your DNS with a fine tooth comb and if you don't see anything wrong with it... Get a second opinion. We had this same problem and it turned out to be the reverse DNS lookup entries that were incorrect. The IP numbers

RE: [vchkpw] Re: SMTP Slowness [T2004042601H9]

2004-04-26 Thread support
Hello, Thank you for contacting Ascentive Support. This is an automated response. I am sorry; your email message was rejected by our SPAM filtering software (probably because you did not use our online email form). If you are a customer or potential customer, we really want to hear from

[vchkpw] ascentive.com

2004-04-26 Thread Troy E Bouchard
Can the owner of the list please unsub [EMAIL PROTECTED] ... this is getting ridiculous. Everytime someone send an email to this list we get a reply saying that this is SPAM. errg... Troy E Bouchard Network Support MtIda.net

Re: [vchkpw] Re: SMTP Slowness

2004-04-26 Thread Rick Morris
You haven't set the -H flag, so by default it's trying to look up the remote hostname in DNS for $TCPREMOTEHOST This may take a long time if reverse DNS isn't set up properly for the host connecting. On Monday 26 April 2004 12:23, Chris Miller wrote: I just tested it again and timed it. 10

Re: [vchkpw] ascentive.com

2004-04-26 Thread Jeremy Kitchen
On Monday 26 April 2004 03:34 pm, Troy E Bouchard wrote: Can the owner of the list please unsub [EMAIL PROTECTED] ... this is getting ridiculous. Everytime someone send an email to this list we get a reply saying that this is SPAM. errg... done. been busy today, sorry I didn't notice this

Re: [vchkpw] ascentive.com

2004-04-26 Thread Troy E Bouchard
Thanks! On Mon, 2004-04-26 at 13:49, Jeremy Kitchen wrote: On Monday 26 April 2004 03:34 pm, Troy E Bouchard wrote: Can the owner of the list please unsub [EMAIL PROTECTED] ... this is getting ridiculous. Everytime someone send an email to this list we get a reply saying that this is

RE: [vchkpw] Re: SMTP Slowness

2004-04-26 Thread Chris Miller
Awesome, that did it. Thanks a bunch! Thanks, Chris Miller Compuville www.compuville.net -Original Message- From: Rick Morris [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 4:47 PM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] Re: SMTP Slowness You haven't set the -H flag, so

Re: [vchkpw] vdominfo question -- using get_domain_entries()

2004-04-26 Thread Rick Widmer
Tom Collins wrote: It might be possible to simply modify get_domain_entries() by adding a few lines (manually typed and not tested): With a screwy users/assign file, you will get weird results. You need to be sure that all real domains are only aliased to themselves. For example, this