Re: [vchkpw] qmail, starttls and vchkpw

2010-06-30 Thread Jerkovic Bosko
Im not sure how you installed vpopmail, but check this, what is in 
/data/apps/vpopmail/etc/vpopmail.mysql file, is mysql info right, and be sure 
to check permissions, owner of vpopmail.mysql needs to be same user that is 
owner of vpopmail (usually vpopmail user vchkpw group, that is if you havent 
changed anything)


From: Den Arion 
Sent: Wednesday, June 30, 2010 8:18 AM
To: vchkpw@inter7.com 
Subject: [vchkpw] qmail, starttls and vchkpw


Hello everyone... 
I have qmail and vpopmail v5.4.30
I tested vpopmail and it can add domains and users; I can get user's info from 
db.
The compiled a patch ( SMTP AUTH and TLS). I get this error when I tried to 
send an email using TLS


Jun 29 22:56:47 myserver vpopmail[7315]: vchkpw-smtp: vpopmail user not found 
myu...@mydomain.com:MYLOCALIP


The user exist in the database.


in qmail log is:
@40004c2adcb3008b7cfc vmysql: can't read settings from 
/data/apps/vpopmail/etc/vpopmail.mysql
the data in the file is right
the copy of my qmail-smtpd/run is


exec /usr/local/bin/softlimit -m 25600 \
/usr/local/bin/tcpserver -vR -l $LOCAL -x /etc/tcp.smtp.cdb -c 
$MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 
/data/apps/vpopmail/bin/vchkpw true maildir 21


Any idea in what do I have have bad/wrong configured?


regards.


_
 'La vida es dura. Después de todo, te mata.'
  Katharine Houghton Hepburn (1907-2003)

__m___m__
||(O O)||
  ||(~)||



 

!DSPAM:4c2affdb32715641827621!


Re: [vchkpw] qmail, starttls and vchkpw

2010-06-30 Thread Martin Leduc
It's look like a permission problem.  When you create your u...@domain, you 
create it using the ~vpopmail/bin/vadduser in a root session?

Check your $QMAILDUID and $NOFILESGID in the sh script, be sure that user.group 
are the owner of the tree /data/apps/vpopmail/* 

Gook luck

Martin


From: Jerkovic Bosko 
Sent: Wednesday, June 30, 2010 4:26 AM
To: vchkpw@inter7.com 
Subject: Re: [vchkpw] qmail, starttls and vchkpw


Im not sure how you installed vpopmail, but check this, what is in 
/data/apps/vpopmail/etc/vpopmail.mysql file, is mysql info right, and be sure 
to check permissions, owner of vpopmail.mysql needs to be same user that is 
owner of vpopmail (usually vpopmail user vchkpw group, that is if you havent 
changed anything)


From: Den Arion 
Sent: Wednesday, June 30, 2010 8:18 AM
To: vchkpw@inter7.com 
Subject: [vchkpw] qmail, starttls and vchkpw


Hello everyone... 
I have qmail and vpopmail v5.4.30
I tested vpopmail and it can add domains and users; I can get user's info from 
db.
The compiled a patch ( SMTP AUTH and TLS). I get this error when I tried to 
send an email using TLS


Jun 29 22:56:47 myserver vpopmail[7315]: vchkpw-smtp: vpopmail user not found 
myu...@mydomain.com:MYLOCALIP


The user exist in the database.


in qmail log is:
@40004c2adcb3008b7cfc vmysql: can't read settings from 
/data/apps/vpopmail/etc/vpopmail.mysql
the data in the file is right
the copy of my qmail-smtpd/run is


exec /usr/local/bin/softlimit -m 25600 \
/usr/local/bin/tcpserver -vR -l $LOCAL -x /etc/tcp.smtp.cdb -c 
$MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 
/data/apps/vpopmail/bin/vchkpw true maildir 21


Any idea in what do I have have bad/wrong configured?


regards.


_
 'La vida es dura. Después de todo, te mata.'
  Katharine Houghton Hepburn (1907-2003)

__m___m__
||(O O)||
  ||(~)||



 

!DSPAM:4c2b118332716819036636!


Re: [vchkpw] qmail, starttls and vchkpw

2010-06-30 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/30/2010 01:18 AM, Den Arion wrote:
 exec /usr/local/bin/softlimit -m 25600 \
 /usr/local/bin/tcpserver -vR -l $LOCAL -x /etc/tcp.smtp.cdb -c
 $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp
 /var/qmail/bin/qmail-smtpd /data/apps/vpopmail/bin/vchkpw true maildir 21

This is your problem.  The qmaild user can't access vpopmail
resources.  You need to run this as vpopmail:vchkpw.
- -- 
/*
Matt Brookings m...@inter7.com   GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwrUSUACgkQIwet2/rgZyxHbQCdEGhnpV5BrR5sTB0yQ1YzAqKu
QJgAmwbN83qmpylndtRWQ/SWC9BIbnbD
=RnLb
-END PGP SIGNATURE-


RE: [vchkpw] qmail, starttls and vchkpw

2010-06-30 Thread Den Arion
Mat..
Thank you. I switches to vpopmail.vchkpw and the service started to work.
I appreciated your help and the people in the list.

Have a wonderful day.

-Original Message-
From: Matt Brookings [mailto:m...@inter7.com] 
Sent: Wednesday, June 30, 2010 7:14 AM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmail, starttls and vchkpw

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/30/2010 01:18 AM, Den Arion wrote:
 exec /usr/local/bin/softlimit -m 25600 \
 /usr/local/bin/tcpserver -vR -l $LOCAL -x /etc/tcp.smtp.cdb -c
 $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp
 /var/qmail/bin/qmail-smtpd /data/apps/vpopmail/bin/vchkpw true maildir
21

This is your problem.  The qmaild user can't access vpopmail
resources.  You need to run this as vpopmail:vchkpw.
- -- 
/*
Matt Brookings m...@inter7.com   GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwrUSUACgkQIwet2/rgZyxHbQCdEGhnpV5BrR5sTB0yQ1YzAqKu
QJgAmwbN83qmpylndtRWQ/SWC9BIbnbD
=RnLb
-END PGP SIGNATURE-


!DSPAM:4c2b62f432713309417168!