[vchkpw] Error Make - courier imap

2004-03-27 Thread Johannes Tyra
Hi...

If I try to compile Courier Imap the compliler gives an error:


gcc  -I/home/vpopmail/include/ -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib
-lvpopmail -lm -lcrypt 
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld:
cannot find -lvpopmail
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Fehler 1
make[2]: Verlassen des Verzeichnisses
»/home/jtyra/courier-imap-2.2.1/authlib«
make[1]: *** [all] Fehler 2
make[1]: Verlassen des Verzeichnisses
»/home/jtyra/courier-imap-2.2.1/authlib«
make: *** [all-recursive] Fehler 1


Anyone who could help??


--
Mit freundlichem Gruß,
Johannes Tyra




Re: [vchkpw] Error Make - courier imap

2004-03-27 Thread Werner Schalk
Hi Johannes,

well just take a look at the output of the make command:

gcc  -I/home/vpopmail/include/ -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib
-lvpopmail -lm -lcrypt 
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld:
cannot find -lvpopmail
collect2: ld returned 1 exit status

The error message clearly says cannot find -lvpopmail which means that the 
system cannot find a library called vpopmail. Therefore copy the missing file 
into the target directory, /lib or any other directory listed 
in /etc/ld.so.conf. Or add some additional flags to the make command 
(-L/home/vpopmail/lib for instance) in order to include the directory which 
contains the vpopmail library.

Bye,
Werner.


[vchkpw] vpopmail database?

2004-03-27 Thread Chris Miller








I just installed vpopmail and Im using MySQL support.
I added the database vpopmail and user vpopmail and gave the user rights to the
database. Now what? I cant find anything that documents the schema of
the database. Do I have to manually create tables, or is there a SQL file
somewhere that has the structure of the tables in the database?



Also, my current setup uses the MySQL PASSWORD() function to
store passwords encrypted. Am I going to be able to use this with vpopmail? I disable
storing passwords in clear text, so Im assuming that it will use the
same function to encrypt passwords  correct?



Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] vpopmail database?

2004-03-27 Thread Remo Mattei








You need to read the readme file for MySQL
which is in the tar file.









Remo Mattei 
NetworkSecurity Engineer 
cell 801-808-unix 
email [EMAIL PROTECTED] 











From: Chris
Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
11:11 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail
database?





I just installed vpopmail and
Im using MySQL support. I added the database vpopmail and user vpopmail
and gave the user rights to the database. Now what? I cant find anything
that documents the schema of the database. Do I have to manually create tables,
or is there a SQL file somewhere that has the structure of the tables in the
database?



Also, my current setup uses the
MySQL PASSWORD() function to store passwords encrypted. Am I going to be able
to use this with vpopmail? I disable storing passwords in clear text, so
Im assuming that it will use the same function to encrypt passwords
 correct?



Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] vpopmail database?

2004-03-27 Thread Chris Miller








I just realized that. I was using 5.2.1,
but Im installing 5.4.0 right now -- MUCH more info with this version. I
think Ill figure it out okay from here. J



Thanks!!





Thanks,



Chris Miller

Compuville
www.compuville.net













From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
1:23 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] vpopmail
database?





You need to read the readme file for MySQL
which is in the tar file.









Remo Mattei 
NetworkSecurity Engineer 
cell 801-808-unix 
email [EMAIL PROTECTED] 















From: Chris
Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
11:11 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail
database?





I just installed vpopmail and
Im using MySQL support. I added the database vpopmail and user vpopmail
and gave the user rights to the database. Now what? I cant find anything
that documents the schema of the database. Do I have to manually create tables,
or is there a SQL file somewhere that has the structure of the tables in the
database?



Also, my current setup uses the
MySQL PASSWORD() function to store passwords encrypted. Am I going to be able
to use this with vpopmail? I disable storing passwords in clear text, so
Im assuming that it will use the same function to encrypt passwords
 correct?



Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] vpopmail database?

2004-03-27 Thread Chris Miller








Does vpopmail use the PASSWORD() function
in MySQL to store passwords? I need this, since my current setup uses this
method and I want to move accounts over without many problems.





Thanks,



Chris Miller

Compuville
www.compuville.net













From: Chris Miller
[mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
1:21 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] vpopmail
database?





I just realized that. I was using 5.2.1,
but Im installing 5.4.0 right now -- MUCH more info with this version. I
think Ill figure it out okay from here. J



Thanks!!





Thanks,



Chris Miller

Compuville
www.compuville.net













From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
1:23 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] vpopmail
database?





You need to read the readme file for MySQL
which is in the tar file.









Remo Mattei 
NetworkSecurity Engineer 
cell 801-808-unix 
email [EMAIL PROTECTED] 















From: Chris
Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
11:11 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail
database?





I just installed vpopmail and
Im using MySQL support. I added the database vpopmail and user vpopmail
and gave the user rights to the database. Now what? I cant find anything
that documents the schema of the database. Do I have to manually create tables,
or is there a SQL file somewhere that has the structure of the tables in the
database?



Also, my current setup uses the
MySQL PASSWORD() function to store passwords encrypted. Am I going to be able
to use this with vpopmail? I disable storing passwords in clear text, so
Im assuming that it will use the same function to encrypt passwords
 correct?



Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] vpopmail database?

2004-03-27 Thread Shane Chrisp



Its uses system crypt as far as im aware so you wont be 
able to just copy the passwords, but you might want to look at learnpasswords 
option.

Shane

  
  
  From: Chris Miller 
  [mailto:[EMAIL PROTECTED] Sent: Sunday, 28 March 2004 2:31 
  AMTo: [EMAIL PROTECTED]Subject: RE: [vchkpw] vpopmail 
  database?
  
  
  Does vpopmail use the 
  PASSWORD() function in MySQL to store passwords? I need this, since my current 
  setup uses this method and I want to move accounts over without many 
  problems.
  
  
  Thanks,
  
  Chris 
  Miller
  Compuvillewww.compuville.net
  
  
  
  
  
  From: Chris 
  Miller [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 1:21 
  PMTo: 
  [EMAIL PROTECTED]Subject: 
  RE: [vchkpw] vpopmail database?
  
  I just realized that. 
  I was using 5.2.1, but Im installing 5.4.0 right now -- MUCH more info with 
  this version. I think Ill figure it out okay from here. J
  
  Thanks!!
  
  
  Thanks,
  
  Chris 
  Miller
  Compuvillewww.compuville.net
  
  
  
  
  
  From: Remo 
  Mattei [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 1:23 
  PMTo: 
  [EMAIL PROTECTED]Subject: 
  RE: [vchkpw] vpopmail database?
  
  You need to read the 
  readme file for MySQL which is in the tar file.
  
  
  
  
  Remo 
  Mattei 
  NetworkSecurity 
  Engineer 
  cell 
  801-808-unix 
  email 
  [EMAIL PROTECTED] 
  
  
  
  
  
  
  From: Chris 
  Miller [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 11:11 
  AMTo: 
  [EMAIL PROTECTED]Subject: 
  [vchkpw] vpopmail database?
  
  I just installed vpopmail and Im 
  using MySQL support. I added the database vpopmail and user vpopmail and gave 
  the user rights to the database. Now what? I cant find anything that 
  documents the schema of the database. Do I have to manually create tables, or 
  is there a SQL file somewhere that has the structure of the tables in the 
  database?
  
  Also, my current setup uses the 
  MySQL PASSWORD() function to store passwords encrypted. Am I going to be able 
  to use this with vpopmail? I disable storing passwords in clear text, so Im 
  assuming that it will use the same function to encrypt passwords  
  correct?
  
  Thanks,
  
  Chris 
  Miller
  Compuvillewww.compuville.net
  


[vchkpw] MySQL has gone away

2004-03-27 Thread Chris Miller








Heres what I get when I try to add a domain:



[/var/vpopmail/bin]# ./vadddomain test.com

Please enter password for postmaster:

enter password again:

vmysql: sql error[c]: MySQL server has gone away

vmysql: sql error[b]: MySQL server has gone away

vmysql: sql error[3]: MySQL server has gone away

vmysql: sql error[c]: MySQL server has gone away

vmysql: sql error[c]: MySQL server has gone away

vmysql: sql error[b]: MySQL server has gone away

vmysql: sql error[3]: MySQL server has gone away

vmysql: sql error[2]: MySQL server has gone away

Failed while attempting to add user to auth backend

Error: (vadduser) no auth connection



[/var/vpopmail/etc]# cat vpopmail.mysql

localhost|0|vpopmail|***|vpopmail



My password has odd characters in it, specifically the +
character. Could that cause anything to break?



I have tried connecting manually with the username/password
in that file, and I can get in fine.





Thanks,



Chris Miller

Compuville
www.compuville.net










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 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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24




RE: [vchkpw] MySQL has gone away

2004-03-27 Thread Remo Mattei








The version of vpopmail you are using is
not using the file for password you need to modify the vmysql.c or .h I cant
remember which one so make sure either you are using the latest version or
modify that file and then recompile..









Remo Mattei 
NetworkSecurity Engineer 
cell 801-808-unix 
email [EMAIL PROTECTED] 











From: Chris
Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
12:03 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] MySQL has gone
away





Heres what I get when I try
to add a domain:



[/var/vpopmail/bin]# ./vadddomain
test.com

Please enter password for
postmaster:

enter password again:

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[b]: MySQL server
has gone away

vmysql: sql error[3]: MySQL server
has gone away

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[b]: MySQL server
has gone away

vmysql: sql error[3]: MySQL server
has gone away

vmysql: sql error[2]: MySQL server
has gone away

Failed while attempting to add user
to auth backend

Error: (vadduser) no auth connection



[/var/vpopmail/etc]# cat
vpopmail.mysql

localhost|0|vpopmail|***|vpopmail



My password has odd characters in
it, specifically the + character. Could that cause anything to
break?



I have tried connecting manually
with the username/password in that file, and I can get in fine.





Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] MySQL has gone away

2004-03-27 Thread Chris Miller








I am using 5.4.0, which is the latest
version. I was using an older version before, but I ditched it and am
reinstalling it.





Thanks,



Chris Miller

Compuville
www.compuville.net













From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
2:13 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] MySQL has
gone away





The version of vpopmail you are using is
not using the file for password you need to modify the vmysql.c or .h I cant
remember which one so make sure either you are using the latest version or
modify that file and then recompile..









Remo Mattei 
NetworkSecurity Engineer 
cell 801-808-unix 
email [EMAIL PROTECTED] 















From: Chris
Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004
12:03 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] MySQL has gone
away





Heres what I get when I try
to add a domain:



[/var/vpopmail/bin]# ./vadddomain
test.com

Please enter password for
postmaster:

enter password again:

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[b]: MySQL server
has gone away

vmysql: sql error[3]: MySQL server
has gone away

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[c]: MySQL server
has gone away

vmysql: sql error[b]: MySQL server
has gone away

vmysql: sql error[3]: MySQL server
has gone away

vmysql: sql error[2]: MySQL server
has gone away

Failed while attempting to add user
to auth backend

Error: (vadduser) no auth connection



[/var/vpopmail/etc]# cat
vpopmail.mysql

localhost|0|vpopmail|***|vpopmail



My password has odd characters in
it, specifically the + character. Could that cause anything to
break?



I have tried connecting manually
with the username/password in that file, and I can get in fine.





Thanks,



Chris Miller

Compuville
www.compuville.net










RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
does mysql -D vpopmail -user=vpopmail --password=pass  get you in as well?

Im guessing you might need to escape the \+ sign or your permissions on the
vpopmail.mysql file are wrong.

-rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql

Shane.

-Original 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 [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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24






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 -user=vpopmail --password=pass  get you in as well?

Im guessing you might need to escape the \+ sign or your permissions on the
vpopmail.mysql file are wrong.

-rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql

Shane.

-Original 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 [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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24








RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Nope, same error...

-rw-r-1 vpopmail vchkpw 41 Mar 27 14:24 vpopmail.mysql


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 -user=vpopmail --password=pass  get you in as well?

Im guessing you might need to escape the \+ sign or your permissions on the
vpopmail.mysql file are wrong.

-rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql

Shane.

-Original 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 [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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24








RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Shane Chrisp
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 bugs. Adding
the details to the hosts file 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


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 -user=vpopmail --password=pass  get you 
in as well?

Im guessing you might need to escape the \+ sign or your 
permissions on the
vpopmail.mysql file are wrong.

-rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql

Shane.

-Original 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 [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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24










RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Nope, Same problem.

Is there any way to have it use a socket at '/var/run/mysqld/mysqld.sock'
instead of over TCP/IP? 

Thanks,
 
Chris Miller
Compuville
www.compuville.net


-Original Message-
From: Shane Chrisp [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004 2:31 PM
To: [EMAIL 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 bugs. Adding
the details to the hosts file 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


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 -user=vpopmail --password=pass  get you 
in as well?

Im guessing you might need to escape the \+ sign or your 
permissions on the
vpopmail.mysql file are wrong.

-rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql

Shane.

-Original 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 [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

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
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 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2




Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24












[vchkpw] pop3d error

2004-03-27 Thread Juan Hernandez



  ello I use 
outlook express to get my email off my server, but I am getting a 
server has terminated my connection unexpectedly and I looked at 
/var/log/qmail/pop3d/current and I get -err this user has no $home/Maildir, how 
do I fix this? THaniks


Re: [vchkpw] SMTP AUTH

2004-03-27 Thread Michael Bowe
It is my understanding that :

MYSQL CONNECTION SETTINGS FOR VPOPMAIL
Line 1 defines the connection to use for database reads,
Line 2 defines the connection to use for database updates/writes.

If you omit line 2, then the same settings will be
used for both read and write.

settings for each line:
host|port|user|password|database

eg
localhost|0|root|secret|vpopmail

Note:
The value of host may be either a hostname or an IP address.
If host is 'localhost', then sockets (Unix) or named pipes (Windows)
will be used instead 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'
 instead of over TCP/IP? 
 
 Thanks,
  
 Chris Miller
 Compuville
 www.compuville.net
 
 
 -Original Message-
 From: Shane Chrisp [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 27, 2004 2:31 PM
 To: [EMAIL 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 bugs. Adding
 the details to the hosts file 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
 
 
 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 -user=vpopmail --password=pass  get you 
 in as well?
 
 Im guessing you might need to escape the \+ sign or your 
 permissions on the
 vpopmail.mysql file are wrong.
 
 -rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql
 
 Shane.
 
 -Original 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 [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
 
 regards.
 --eh.
 
 At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
 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 
 http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2
 
 
 
 
 Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
 Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24
 
 
 
 
 
 
 
 
 
 
 


RE: [vchkpw] SMTP AUTH

2004-03-27 Thread Chris Miller
Well, my connection file is correct. So why is it still saying MySQL Server
has gone away?

Thanks,
 
Chris Miller
Compuville
www.compuville.net


-Original Message-
From: Michael Bowe [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004 6:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] SMTP AUTH

It is my understanding that :

MYSQL CONNECTION SETTINGS FOR VPOPMAIL
Line 1 defines the connection to use for database reads,
Line 2 defines the connection to use for database updates/writes.

If you omit line 2, then the same settings will be
used for both read and write.

settings for each line:
host|port|user|password|database

eg
localhost|0|root|secret|vpopmail

Note:
The value of host may be either a hostname or an IP address.
If host is 'localhost', then sockets (Unix) or named pipes (Windows)
will be used instead 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'
 instead of over TCP/IP? 
 
 Thanks,
  
 Chris Miller
 Compuville
 www.compuville.net
 
 
 -Original Message-
 From: Shane Chrisp [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 27, 2004 2:31 PM
 To: [EMAIL 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 bugs. Adding
 the details to the hosts file 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
 
 
 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 -user=vpopmail --password=pass  get you 
 in as well?
 
 Im guessing you might need to escape the \+ sign or your 
 permissions on the
 vpopmail.mysql file are wrong.
 
 -rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql
 
 Shane.
 
 -Original 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 [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
 
 regards.
 --eh.
 
 At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
 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 
 http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2
 
 
 
 
 Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
 Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24
 
 
 
 
 
 
 
 
 
 
 




RE: [vchkpw] MySQL has gone away

2004-03-27 Thread Chris Miller
Somehow, the subject of this conversation has gotten changed the
original subject was MySQL has gone away. Please make sure all future
messages related to this problem have this subject, NOT SMTP AUTH as that is
a different problem.

Thanks,
 
Chris Miller
Compuville
www.compuville.net


-Original Message-
From: Chris Miller [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004 8:39 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] SMTP AUTH

Well, my connection file is correct. So why is it still saying MySQL Server
has gone away?

Thanks,
 
Chris Miller
Compuville
www.compuville.net


-Original Message-
From: Michael Bowe [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 27, 2004 6:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] SMTP AUTH

It is my understanding that :

MYSQL CONNECTION SETTINGS FOR VPOPMAIL
Line 1 defines the connection to use for database reads,
Line 2 defines the connection to use for database updates/writes.

If you omit line 2, then the same settings will be
used for both read and write.

settings for each line:
host|port|user|password|database

eg
localhost|0|root|secret|vpopmail

Note:
The value of host may be either a hostname or an IP address.
If host is 'localhost', then sockets (Unix) or named pipes (Windows)
will be used instead 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'
 instead of over TCP/IP? 
 
 Thanks,
  
 Chris Miller
 Compuville
 www.compuville.net
 
 
 -Original Message-
 From: Shane Chrisp [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 27, 2004 2:31 PM
 To: [EMAIL 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 bugs. Adding
 the details to the hosts file 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
 
 
 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 -user=vpopmail --password=pass  get you 
 in as well?
 
 Im guessing you might need to escape the \+ sign or your 
 permissions on the
 vpopmail.mysql file are wrong.
 
 -rw-r-1 vpopmail vchkpw235 Sep  4  2003 vpopmail.mysql
 
 Shane.
 
 -Original 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 [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
 
 regards.
 --eh.
 
 At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
 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 
 http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2
 
 
 
 
 Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
 Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24
 
 
 
 
 
 
 
 
 
 
 






[vchkpw] Not Virtual

2004-03-27 Thread Eirik Haavik



Hi, i am having a small problem here with vpopmail 
and i don`t know where else to turn.
I am hoping you can point me in the right direction 
for findingthe problem.

First of all i innstalled qmail and vpopmail and 
everyting vorked fine for a week or two.
But when i upgraded the kernel, vpopmail stoped 
being virtual, i dont know if i forgot som vital part or it was grscuretys 
kernel patch witch fucked up.
Anyway, i booted up the old kernel and vpopmail 
still was not virtual.
it seems that this is not a qmail 
problem
[EMAIL PROTECTED]:/test2# sh inst_check 
Congratulations, your LWQ installation looks good![EMAIL PROTECTED]:/test2# 

I don`t recive any errors in the vpopmail 
installation.
but by sending mail to [EMAIL PROTECTED] (haavik.us beeing a virtual 
domain at the server spritux.com): ./vadddomain haavik.us


Hi. This is the qmail-send program at spritux.com.I'm afraid I wasn't 
able to deliver your message to the following addresses.This is a permanent 
error; I've given up. Sorry it didn't work out.[EMAIL PROTECTED]:Sorry, no mailbox 
here by that name. vpopmail (#5.1.1)--- Below this line is a copy of the 
message.Return-Path: [EMAIL PROTECTED]Received: (qmail 
3296 invoked from network); 28 Mar 2004 07:08:52 -Received: from 
mail58-s.fg.online.no (148.122.161.58) by spritux.com with SMTP; 28 
Mar 2004 07:08:52 -Received: from user1 (ti531210a080-1083.bb.online.no 
[80.213.108.59])by mail58-s.fg.online.no (8.9.3p2/8.9.3) with SMTP id 
JAA27706for [EMAIL PROTECTED]; 
Sun, 28 Mar 2004 09:08:50 +0200 (MEST)Message-ID: [EMAIL PROTECTED]From: 
"Eirik Haavik" [EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: test fra 
online til haavik.usDate: Sun, 28 Mar 2004 09:08:22 +0200MIME-Version: 
1.0Content-Type: 
multipart/alternative;boundary="=_NextPart_000_0011_01C414A4.38850410"X-Priority: 
3X-MSMail-Priority: NormalX-Mailer: Microsoft Outlook Express 
6.00.2800.1158X-MimeOLE: Produced By Microsoft MimeOLE 
V6.00.2800.1165This is a multi-part message in MIME format.
-

It seems vpopmail means that haavik.us is a alias 
domain of spritux.com
If i create the e-mail [EMAIL PROTECTED] i actually get the e-mail 
message there.

 vpopmail 
5.4.0 
 Current 
settings---

vpopmail directory = 
/var/vpopmail 
uid = 
89 
gid = 89 roaming users = ON 
--enable-roaming-users tcpserver file = 
/etc/tcp.smtp open_smtp file = 
/var/vpopmail/etc/open-smtprebuild tcpserver file = ON 
--enable-rebuild-tcpserver-file (default)password learning = OFF 
--disable-learn-passwords (default) md5 passwords = 
ON --enable-md5-passwords (default) file 
locking = ON --enable-file-locking (default)vdelivermail fsync = OFF 
--disable-file-sync (default) make seekable = 
ON --enable-make-seekable (default) 
clear passwd = ON --enable-clear-passwd (default)user dir 
hashing = ON --enable-users-big-dir (default)address extensions 
= OFF --disable-qmail-ext 
(default) ip alias = 
OFF --disable-ip-alias-domains (default) domain 
quotas = OFF --disable-domainquotas 
(default) auth module = cdb 
--enable-auth-module=cdb 
(default) auth inc = 
-Icdb auth lib = 
 system passwords = OFF --disable-passwd 
(default) pop syslog = show only 
failed 
attempts 
--enable-logging=e (default) auth logging = 
ON --enable-auth-logging (default)

The command ./vadddomain shuld add a virtual 
domain right? Not a alias domain?

I am really lost here, and i hope you guys kan 
help. 

Sinserly 
Eirik Haavik.