Re: [vchkpw] vpopmail and qmail/assign subaddress separator configuration

2014-04-15 Thread Tom Ierna

On Apr 14, 2014, at 5:33 PM, Matt Brookings  wrote:
> On 04/14/2014 03:32 PM, Tom Ierna wrote:
>> In any case, I'm again looking into how to make a domain on one of my 
>> vpopmail/qmail servers use
>> the "+" separator for subaddresses, rather than "-", and I'm coming up dry. 
>> I realize that
>> changing the subaddress separator will have an effect on ezmlm-idx, which I 
>> use on this server,
>> so that's why I only want to change the subaddress separator on a single 
>> domain.
> 
> You could build a secondary vpopmail installation in another location on the 
> server, using the
> alternate separator.  If your current one is in /home/vpopmail, build a 
> /home/vpopmail2 with the
> alternate configuration.

Thanks, Matt.

This may be a solution.

Can you point me in the right direction for where to change the subaddress 
separator for vpopmail, since changing /var/qmail/users/assign has no effect?

Best,
-Tom
!DSPAM:534df65034261006356087!



Re: [vchkpw] vpopmail and qmail/assign subaddress separator configuration

2014-04-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/14/2014 03:32 PM, Tom Ierna wrote:
> In any case, I'm again looking into how to make a domain on one of my 
> vpopmail/qmail servers use
> the "+" separator for subaddresses, rather than "-", and I'm coming up dry. I 
> realize that
> changing the subaddress separator will have an effect on ezmlm-idx, which I 
> use on this server,
> so that's why I only want to change the subaddress separator on a single 
> domain.

You could build a secondary vpopmail installation in another location on the 
server, using the
alternate separator.  If your current one is in /home/vpopmail, build a 
/home/vpopmail2 with the
alternate configuration.
- -- 
/*
Matt BrookingsGnuPG Key 62817373
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)

iQEcBAEBAgAGBQJTTFQ/AAoJEOjQVexigXNz2YgIAIiFS/eU8X1/sz1bTrPpEI9j
OP+VTI+zvN2xSFi7sJw71MGIFgYPkIcBvlvI6YrWbCPpHrWHvcKhOCoeWypFGFme
sQe5QjYzJtJfblxIhhIgz2Qjt85d2EeYVla4H/kA1/KA5MEaYQCRJQKfcYo/W/CC
VdSJFuEIm63nIBhaeD9tVn5Sz2mYXwrRxBzFNAlCHjUWiK5/8/m/Uk0DwUAHvX5H
HCdBVHVJHqTxCifnJWiAzJvsqTLhr5CXCICgB4VIBCfJuWG9wXiMf4Dd1O9remFk
1Ti7LJ7tn9b0FHNgU3obDZG+l8FmkMPtxb0FDPKvV2Sdd3st0G7fyd5zT1lQIjM=
=pLMg
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Ron Herzing
On Wed, Mar 20, 2013 at 3:30 AM, Nicholas C.  wrote:
>
> Dear all,
>
> I am trying to install a toaster and got into an issue with vpopmail  after
> issuing make command
>
> gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R
> -Xlinker /var/lib/mysql -L/var/lib/mysql  -lmysqlclient -lz -lm -lcrypt
> /usr/bin/ld: cannot find -lmysqlclient
> collect2: ld returned 1 exit status
> make[2]: *** [vchkpw] Error 1
>
> I am trying to install vpopmail 5.4.33 to mysql-5.5.30 on a CentOS 6 64bits
> system
>
> Thanks
> Nicholas
>
>

##

Nicholas,

It looks like you may need to install  "MySQL-shared"

See the link for reference:
http://dev.mysql.com/doc/refman/5.0/en/linux-installation-rpm.html

Regards,

--
Ron Herzing
ron.herz...@gmail.com

!DSPAM:5149a76534142102518449!



RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
>> 
>>> Can you send us rpm -qa |grep -i mysql I guess mysql 5.5.30 is 
>>> installed from an additional repo, since
>>> RHEL/Centos6 come with 5.1.67?
>>> In this case check for mysql-shared-compat rpm and install it.
>>
>> Thanks Todor. Below is the result
>>
>> [root@localhost vpopmail-5.4.33]# rpm -qa |grep -i mysql
>> mysql-5.5.30-1.el6.remi.x86_64
>> mysql-devel-5.5.30-1.el6.remi.x86_64
>> php-mysql-5.4.13-1.el6.remi.x86_64
>> compat-mysql51-5.1.54-1.el6.remi.x86_64
>> mysql-libs-5.5.30-1.el6.remi.x86_64
>> perl-DBD-MySQL-4.013-3.el6.x86_64
>> mysql-server-5.5.30-1.el6.remi.x86_64
>>
>> There is no mysql-shared-compat package.
>
> Try to install compat-mysql51-devel. Also, try to pass the flags from Alessio 
> Cecchi email to the configure script. I remember that I had to tell 
> "--enable-libdir=/usr/lib64/mysql/" to the script, otherwise it failed.

I had installed compat-mysql51-devel and also added 
--enable-libdir=/usr/lib64/mysql/ in the configure and it works!

Many thanks!
Nicholas



!DSPAM:514971cb34141902496498!



RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Todor Petkov

On 20/03/2013 11:57 AM, Nicholas C. wrote:



Can you send us rpm -qa |grep -i mysql
I guess mysql 5.5.30 is installed from an additional repo, since
RHEL/Centos6 come with 5.1.67?
In this case check for mysql-shared-compat rpm and install it.


Thanks Todor. Below is the result

[root@localhost vpopmail-5.4.33]# rpm -qa |grep -i mysql
mysql-5.5.30-1.el6.remi.x86_64
mysql-devel-5.5.30-1.el6.remi.x86_64
php-mysql-5.4.13-1.el6.remi.x86_64
compat-mysql51-5.1.54-1.el6.remi.x86_64
mysql-libs-5.5.30-1.el6.remi.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64
mysql-server-5.5.30-1.el6.remi.x86_64

There is no mysql-shared-compat package.

Regards
Nicholas



Try to install compat-mysql51-devel. Also, try to pass the flags from 
Alessio Cecchi email to the configure script. I remember that I had to 
tell "--enable-libdir=/usr/lib64/mysql/" to the script, otherwise it 
failed.



Regards,



!DSPAM:51496f5334141133994475!



RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .

> Have you install mysql-devel rpm?
> 
> Is your configure similar to
>
> ./configure --enable-mysql-limits --enable-auth-module=mysql
--enable-libdir=/usr/lib64/mysql/
>

 Thanks Alessio for your reply.

Yes I do have devel package installed.

Package mysql-devel-5.5.30-1.el6.remi.x86_64 already installed and latest
version

Regards
Nicholas


!DSPAM:51496e4434141933714932!



Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Alessio Cecchi

Il 20/03/2013 09:30, Nicholas C. ha scritto:

Dear all,

I am trying to install a toaster and got into an issue with vpopmail  after
issuing make command

gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R
-Xlinker /var/lib/mysql -L/var/lib/mysql  -lmysqlclient -lz -lm -lcrypt
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make[2]: *** [vchkpw] Error 1

I am trying to install vpopmail 5.4.33 to mysql-5.5.30 on a CentOS 6 64bits
system


Have you install mysql-devel rpm?

Is your configure similar to

./configure --enable-mysql-limits --enable-auth-module=mysql 
--enable-libdir=/usr/lib64/mysql/


?
--
Alessio Cecchi is:
@ ILS -> http://www.linux.it/~alessice/
on LinkedIn -> http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it

!DSPAM:51496ccc34146624698447!



RE: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .

> Can you send us rpm -qa |grep -i mysql
> I guess mysql 5.5.30 is installed from an additional repo, since
> RHEL/Centos6 come with 5.1.67?
> In this case check for mysql-shared-compat rpm and install it.

Thanks Todor. Below is the result

[root@localhost vpopmail-5.4.33]# rpm -qa |grep -i mysql
mysql-5.5.30-1.el6.remi.x86_64
mysql-devel-5.5.30-1.el6.remi.x86_64
php-mysql-5.4.13-1.el6.remi.x86_64
compat-mysql51-5.1.54-1.el6.remi.x86_64
mysql-libs-5.5.30-1.el6.remi.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64
mysql-server-5.5.30-1.el6.remi.x86_64

There is no mysql-shared-compat package.

Regards
Nicholas


!DSPAM:51496c8234142136719909!



Re: [vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Todor Petkov

On 20/03/2013 10:30 AM, Nicholas C. wrote:

Dear all,

I am trying to install a toaster and got into an issue with vpopmail  
after

issuing make command

gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R
-Xlinker /var/lib/mysql -L/var/lib/mysql  -lmysqlclient -lz -lm 
-lcrypt

/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make[2]: *** [vchkpw] Error 1

I am trying to install vpopmail 5.4.33 to mysql-5.5.30 on a CentOS 6 
64bits

system

Thanks
Nicholas




Can you send us rpm -qa |grep -i mysql
I guess mysql 5.5.30 is installed from an additional repo, since 
RHEL/Centos6 come with 5.1.67?

In this case check for mysql-shared-compat rpm and install it.

Regards,

!DSPAM:514965af34141932915135!



[vchkpw] vpopmail with centos 6 mysql-5.5.30

2013-03-20 Thread Nicholas C .
Dear all,

I am trying to install a toaster and got into an issue with vpopmail  after
issuing make command

gcc -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -Xlinker -R
-Xlinker /var/lib/mysql -L/var/lib/mysql  -lmysqlclient -lz -lm -lcrypt
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make[2]: *** [vchkpw] Error 1

I am trying to install vpopmail 5.4.33 to mysql-5.5.30 on a CentOS 6 64bits
system

Thanks
Nicholas






!DSPAM:5149583434146183913219!



[vchkpw] Vpopmail from 5.5 to 5.4.33

2013-02-19 Thread Remo Mattei
Hello I have a box that was running the 5.5 that I need to move to production 
can I downgrade to 5.4.33?

Thanks for any suggestions



!DSPAM:5124551334141561731251!



[vchkpw] Vpopmail DB from MyISAM to InnoDB, is safe?

2013-02-05 Thread Alessio Cecchi

Hi,

I'm running vpopmail 5.4.33 with mysql replica. I would like switch from 
mysql 5.1 and myisam to mysql 5.5 and innodb for tables.


Is safe? Are there contraindications?

Thanks
--
Alessio Cecchi is:
@ ILS -> http://www.linux.it/~alessice/
on LinkedIn -> http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it

!DSPAM:5110b20d34148933588849!



[vchkpw] vpopmail 5.5 - openldap connection problem

2011-07-29 Thread Alessandro Speziali

hi all,

I try to use the new vpopmail 5.5 with openldap backend i compile all 
without error ( install libdev also).
I setting my connection data on /home/vpopmail/etc/vpopmail.openldap (i 
have the openldap 2.4.21 server on another machine) but each vpopmail 
command say me:

ldap_simple_bind_s failed: Can't contact LDAP server
Error - Success. Initial open.

I have the openldap server configured with vpopmail.ldif  and 
vpopmail.schema imported correctly.
This error suggest me that the connection can't enstabilished, but i try 
ldapsearch command from mail server with good result (the server's are 
connected)


someone can help me ?
any suggestion are welcome.

Alessandro Speziali

!DSPAM:4e32a0dd3273526172!



Re: [vchkpw] vpopmail migration

2011-06-16 Thread Thibault Richard

  - Original Message - 
  From: Thibault Richard 
  To: vchkpw@inter7.com 
  Sent: Thursday, June 16, 2011 10:15 AM
  Subject: Re: [vchkpw] vpopmail migration


  Hello,

  Take a look to http://qmailrocks.thibs.com/upgrade-from-qmailrocks.php

  Regards

  Thibault
- Original Message - 
From: Ron Herzing 
To: vchkpw@inter7.com 
Sent: Thursday, June 16, 2011 4:57 AM
Subject: [vchkpw] vpopmail migration


Hello All,

 

My names Ron and I'm new to the list. Can anyone point me in the right 
direction for migrating a vpopmail domain to another vpopmail server?

 

Details:

 

I currently have a mail server with a domain of auffenberg.com and the user 
accounts are in vpopmail using vpasswd.cdb to store user accounts.

I have built a new mail server and this one also uses vpopmail except that 
I am using mysql for the user accounts. I have read that to convert the cdb 
file to mysql 

that I should use: vconvert -c -m 

 

I'm having trouble finding  any more information on converting and 
migrating to another server.

My questions: What else do I have to do in order to convert my user 
accounts and get them over to the new server?

How is vconvert able to insert data into 
the database? Does it require further command line instruction to accomplish 
this?

 

Any information on how to go about this would be greatly appreciated.

 

Thanks,

 

~Ron

 

!DSPAM:4df9cac032717968110399!


Re: [vchkpw] vpopmail migration

2011-06-15 Thread Remo Mattei
Use the scp ­r :) and copy the DB you should be fine :)



From:  Ron Herzing 
Reply-To:  
Date:  Wed, 15 Jun 2011 21:57:40 -0500
To:  
Subject:  [vchkpw] vpopmail migration

> Hello All,
>  
> My names Ron and I¹m new to the list. Can anyone point me in the right
> direction for migrating a vpopmail domain to another vpopmail server?
>  
> Details:
>  
> I currently have a mail server with a domain of auffenberg.com and the user
> accounts are in vpopmail using vpasswd.cdb to store user accounts.
> I have built a new mail server and this one also uses vpopmail except that I
> am using mysql for the user accounts. I have read that to convert the cdb file
> to mysql 
> that I should use: vconvert ­c ­m
>  
> I¹m having trouble finding  any more information on converting and migrating
> to another server.
> My questions: What else do I have to do in order to convert my user accounts
> and get them over to the new server?
>How is vconvert able to insert data into the
> database? Does it require further command line instruction to accomplish this?
>  
> Any information on how to go about this would be greatly appreciated.
>  
> Thanks,
>  
> ~Ron
> 




!DSPAM:4df974c532711624218925!


[vchkpw] vpopmail migration

2011-06-15 Thread Ron Herzing
Hello All,

 

My names Ron and I'm new to the list. Can anyone point me in the right
direction for migrating a vpopmail domain to another vpopmail server?

 

Details:

 

I currently have a mail server with a domain of auffenberg.com and the user
accounts are in vpopmail using vpasswd.cdb to store user accounts.

I have built a new mail server and this one also uses vpopmail except that I
am using mysql for the user accounts. I have read that to convert the cdb
file to mysql 

that I should use: vconvert -c -m 

 

I'm having trouble finding  any more information on converting and migrating
to another server.

My questions: What else do I have to do in order to convert my user accounts
and get them over to the new server?

How is vconvert able to insert data into the
database? Does it require further command line instruction to accomplish
this?

 

Any information on how to go about this would be greatly appreciated.

 

Thanks,

 

~Ron



!DSPAM:4df9712232717321288614!


RE: [vchkpw] vpopmail without mysql

2011-05-22 Thread Salman Riaz

vqadmin is also not running fine when we create a new domain then it give 
the following error:

Unable to chdir to vpopmail/domains/domain directory

Regards,
Salman...




From: salmanriaz...@hotmail.com
To: vchkpw@inter7.com
Date: Sun, 22 May 2011 17:37:28 +0600
Subject: RE: [vchkpw] vpopmail without mysql








There was php-version issue Now successfully installed roundcube All 
things are working fine

But qmailadmin is not working I am unable to login qmailadmin

Regards,
Salman...




> From: hutchli...@midwales.com
> To: vchkpw@inter7.com
> Date: Sun, 22 May 2011 11:36:48 +0100
> Subject: Re: [vchkpw] vpopmail without mysql
> 
> On Sunday 22 May 2011, Salman Riaz wrote:
> > I have install courier imap without mysql but roundcube is not working
> > fine...
> 
> Do yourself a favour and install dovecot instead of  courier-imap.
> That will work with roundcube, squirrelmail etc.
> 
> > 
> > Regards,
> > Salman...
> > 
> > 
> > 
> > 
> > From: salmanriaz...@hotmail.com
> > To: vchkpw@inter7.com
> > Date: Sun, 22 May 2011 14:53:11 +0600
> > Subject: RE: [vchkpw] vpopmail without mysql
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > I have install vpopmail without mysql. I want to install courier-imap. Can
> > any body please tell me that courier-imap will also be configured without
> > mysql or with mysql In the end I have to install roundcube.
> > 
> > Regards,
> > Salman...
> > 
> > 
> > 
> > 
> > Date: Sat, 21 May 2011 07:22:49 -0500
> > From: supp...@internetpro.net
> > To: vchkpw@inter7.com
> > Subject: Re: [vchkpw] vpopmail without mysql
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > That information is stored in a file named vpasswd which lives in
> > the root folder of the domain.
> > 
> > For example, ~/vpopmail/domains//vpasswd
> > 
> > 
> > 
> > It uses a similar format to /etc/passwd.
> > 
> > 
> > 
> > 
> > 
> > Trey Nolen
> > 
> > 
> > 
> > 
> > 
> > On 05/20/2011 11:26 PM, Salman Riaz wrote:
> > 
> > 
> >   Dear Team,
> > 
> > 
> > 
> >   I am installing Qmail without mysql. I want to know where user
> >   information will be stored as well as passwords..
> > 
> > 
> > 
> >   Regards,
> > 
> >   Salman...
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> -- 
> -
> Bob Hutchinson
> Midwales dot com
> -
> 
> 
> 
  
  

!DSPAM:4dd918be32718211420591!


RE: [vchkpw] vpopmail without mysql

2011-05-22 Thread Salman Riaz

There was php-version issue Now successfully installed roundcube All 
things are working fine

But qmailadmin is not working I am unable to login qmailadmin

Regards,
Salman...




> From: hutchli...@midwales.com
> To: vchkpw@inter7.com
> Date: Sun, 22 May 2011 11:36:48 +0100
> Subject: Re: [vchkpw] vpopmail without mysql
> 
> On Sunday 22 May 2011, Salman Riaz wrote:
> > I have install courier imap without mysql but roundcube is not working
> > fine...
> 
> Do yourself a favour and install dovecot instead of  courier-imap.
> That will work with roundcube, squirrelmail etc.
> 
> > 
> > Regards,
> > Salman...
> > 
> > 
> > 
> > 
> > From: salmanriaz...@hotmail.com
> > To: vchkpw@inter7.com
> > Date: Sun, 22 May 2011 14:53:11 +0600
> > Subject: RE: [vchkpw] vpopmail without mysql
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > I have install vpopmail without mysql. I want to install courier-imap. Can
> > any body please tell me that courier-imap will also be configured without
> > mysql or with mysql In the end I have to install roundcube.
> > 
> > Regards,
> > Salman...
> > 
> > 
> > 
> > 
> > Date: Sat, 21 May 2011 07:22:49 -0500
> > From: supp...@internetpro.net
> > To: vchkpw@inter7.com
> > Subject: Re: [vchkpw] vpopmail without mysql
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > That information is stored in a file named vpasswd which lives in
> > the root folder of the domain.
> > 
> > For example, ~/vpopmail/domains//vpasswd
> > 
> > 
> > 
> > It uses a similar format to /etc/passwd.
> > 
> > 
> > 
> > 
> > 
> > Trey Nolen
> > 
> > 
> > 
> > 
> > 
> > On 05/20/2011 11:26 PM, Salman Riaz wrote:
> > 
> > 
> >   Dear Team,
> > 
> > 
> > 
> >   I am installing Qmail without mysql. I want to know where user
> >   information will be stored as well as passwords..
> > 
> > 
> > 
> >   Regards,
> > 
> >   Salman...
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> -- 
> -
> Bob Hutchinson
> Midwales dot com
> -
> 
> 
> 
  

!DSPAM:4dd8f57a32711358614634!


Re: [vchkpw] vpopmail without mysql

2011-05-22 Thread Bob Hutchinson
On Sunday 22 May 2011, Salman Riaz wrote:
> I have install courier imap without mysql but roundcube is not working
> fine...

Do yourself a favour and install dovecot instead of  courier-imap.
That will work with roundcube, squirrelmail etc.

> 
> Regards,
> Salman...
> 
> 
> 
> 
> From: salmanriaz...@hotmail.com
> To: vchkpw@inter7.com
> Date: Sun, 22 May 2011 14:53:11 +0600
> Subject: RE: [vchkpw] vpopmail without mysql
> 
> 
> 
> 
> 
> 
> 
> 
> I have install vpopmail without mysql. I want to install courier-imap. Can
> any body please tell me that courier-imap will also be configured without
> mysql or with mysql In the end I have to install roundcube.
> 
> Regards,
> Salman...
> 
> 
> 
> 
> Date: Sat, 21 May 2011 07:22:49 -0500
> From: supp...@internetpro.net
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] vpopmail without mysql
> 
> 
> 
> 
> 
> 
> 
> 
> 
> That information is stored in a file named vpasswd which lives in
> the root folder of the domain.
> 
> For example, ~/vpopmail/domains//vpasswd
> 
> 
> 
> It uses a similar format to /etc/passwd.
> 
> 
> 
> 
> 
> Trey Nolen
> 
> 
> 
> 
> 
> On 05/20/2011 11:26 PM, Salman Riaz wrote:
> 
> 
>   Dear Team,
> 
> 
> 
>   I am installing Qmail without mysql. I want to know where user
>   information will be stored as well as passwords..
> 
> 
> 
>   Regards,
> 
>   Salman...
> 
> 
> 
> 
> 
> 
> 
> 


-- 
-
Bob Hutchinson
Midwales dot com
-

!DSPAM:4dd8e74432714486521408!



RE: [vchkpw] vpopmail without mysql

2011-05-22 Thread Salman Riaz

I have install courier imap without mysql but roundcube is not working fine...

Regards,
Salman...




From: salmanriaz...@hotmail.com
To: vchkpw@inter7.com
Date: Sun, 22 May 2011 14:53:11 +0600
Subject: RE: [vchkpw] vpopmail without mysql








I have install vpopmail without mysql. I want to install courier-imap. Can any 
body please tell me that courier-imap will also be configured without mysql or 
with mysql In the end I have to install roundcube.

Regards,
Salman...




Date: Sat, 21 May 2011 07:22:49 -0500
From: supp...@internetpro.net
To: vchkpw@inter7.com
Subject: Re: [vchkpw] vpopmail without mysql



  



  
  
That information is stored in a file named vpasswd which lives in
the root folder of the domain.

For example, ~/vpopmail/domains//vpasswd



It uses a similar format to /etc/passwd.





Trey Nolen





On 05/20/2011 11:26 PM, Salman Riaz wrote:

  
  Dear Team,

  

  I am installing Qmail without mysql. I want to know where user
  information will be stored as well as passwords..

  

  Regards,

  Salman...

  

  
  
  

!DSPAM:4dd8da5532711030885682!


RE: [vchkpw] vpopmail without mysql

2011-05-22 Thread Salman Riaz

I have install vpopmail without mysql. I want to install courier-imap. Can any 
body please tell me that courier-imap will also be configured without mysql or 
with mysql In the end I have to install roundcube.

Regards,
Salman...




Date: Sat, 21 May 2011 07:22:49 -0500
From: supp...@internetpro.net
To: vchkpw@inter7.com
Subject: Re: [vchkpw] vpopmail without mysql



  



  
  
That information is stored in a file named vpasswd which lives in
the root folder of the domain.

For example, ~/vpopmail/domains//vpasswd



It uses a similar format to /etc/passwd.





Trey Nolen





On 05/20/2011 11:26 PM, Salman Riaz wrote:

  
  Dear Team,

  

  I am installing Qmail without mysql. I want to know where user
  information will be stored as well as passwords..

  

  Regards,

  Salman...

  

  
  

!DSPAM:4dd8cefc32715750110481!


Re: [vchkpw] vpopmail without mysql

2011-05-21 Thread Trey Nolen
That information is stored in a file named vpasswd which lives in the 
root folder of the domain.

For example, ~/vpopmail/domains//vpasswd

It uses a similar format to /etc/passwd.


Trey Nolen


On 05/20/2011 11:26 PM, Salman Riaz wrote:

Dear Team,

I am installing Qmail without mysql. I want to know where user 
information will be stored as well as passwords..


Regards,
Salman...
 



!DSPAM:4dd7aeb132715493464143!


[vchkpw] vpopmail without mysql

2011-05-20 Thread Salman Riaz

Dear Team,

I am installing Qmail without mysql. I want to know where user information will 
be stored as well as passwords..

Regards,
Salman...
  

!DSPAM:4dd73ede32712903919615!


Re: [vchkpw] vpopmail + dovecot

2011-02-17 Thread Sérgio Rosa

Hi Remo,

thank you. It didn't work. I whent back to vpopmail driver and now it is 
working


As Matt refered all I had to change was this:
10-mail.conf:mail_uid = 89
10-mail.conf:mail_gid = 89
10-mail.conf:first_valid_uid = 89
10-mail.conf:last_valid_gid = 89

and magic happend. IMAP is working like a sharm.



On 17-02-2011 13:56, Remo Mattei wrote:

here is mine..

cat /usr/local/etc/dovecot.conf
protocols = imap imaps
listen = *
verbose_proctitle = yes
disable_plaintext_auth = no
shutdown_clients = yes
syslog_facility = local7  #<-- Ensure this is set up in syslog 
conf

ssl = yes
login_dir = /home/dovecot/
login_max_connections = 4096
login_greeting =  Italy1 Server   # <-- CUSTOMISE FOR YOUR 
SITE

#default_mail_env = maildir:%h/Maildir
ssl_cert_file =  /etc/pki/dovecot/certs/dovecot.pem
ssl_key_file =   /etc/pki/dovecot/private/dovecot.pem
first_valid_uid = 89
first_valid_gid = 89
#mail_location = maildir:~/Maildir


protocol imap {
listen = *:143
ssl_listen = *:993
  #mail_plugins = quota imap_quota
  #login_greeting_capability = no
mail_plugin_dir = /usr/local/lib/dovecot/imap
  imap_client_workarounds = outlook-idle
}


auth_process_size = 512
auth_cache_size = 1024
auth_cache_ttl = 3600
auth default {
passdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb prefetch {
}
userdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb static {
args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u
}
count = 1
}
 


--
*AWD
*arquitectura web e design, lda
rua do moinho velho, 19 2ºdto
2655-242 ericeira

tlm +351 913 489 195
mail sergior...@awd.pt 
url http://www.awd.pt



!DSPAM:4d5d57c332711838152494!


Re: [vchkpw] vpopmail + dovecot

2011-02-17 Thread Remo Mattei
here is mine..

cat /usr/local/etc/dovecot.conf
protocols = imap imaps
listen = *
verbose_proctitle = yes
disable_plaintext_auth = no
shutdown_clients = yes
syslog_facility = local7  #<-- Ensure this is set up in syslog conf
ssl = yes
login_dir = /home/dovecot/
login_max_connections = 4096
login_greeting =  Italy1 Server   # <-- CUSTOMISE FOR YOUR SITE
#default_mail_env = maildir:%h/Maildir
ssl_cert_file =  /etc/pki/dovecot/certs/dovecot.pem
ssl_key_file =   /etc/pki/dovecot/private/dovecot.pem
first_valid_uid = 89
first_valid_gid = 89
#mail_location = maildir:~/Maildir


protocol imap {
	listen = *:143
	ssl_listen = *:993
  #mail_plugins = quota imap_quota
  #login_greeting_capability = no
	mail_plugin_dir = /usr/local/lib/dovecot/imap
  imap_client_workarounds = outlook-idle
}


auth_process_size = 512
auth_cache_size = 1024
auth_cache_ttl = 3600
 auth default {
passdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb prefetch {
}
userdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb static {
args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u
}
count = 1
}

!DSPAM:4d5d290f32711146215926!






Re: [vchkpw] vpopmail + dovecot

2011-02-17 Thread Remo Mattei
I will send you mine later today 

Remo

Inviato da iPhone

Il giorno 17/feb/2011, alle ore 18:27, Sérgio Rosa  ha 
scritto:

> 
> 
> On 17-02-2011 01:03, Matt Brookings wrote:
>> 
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> On 2/16/2011 6:46 PM, Sergio Rosa wrote:
>>> Matt,
>>> 
>>> i've some posts you made regarding using the vpopmail driver, however i 
>>> found nothing explaining how to do it. I did a lot of googling but whitout 
>>> success (or right search words).
>>> 
>>> Can you detail/explain how to use/configure it?
>> 2.0.9's default configs work with vpopmail already.  All you have to do is 
>> include the vpopmail.conf.ext at the bottom of 10-auth.conf, and set the 
>> proper first_valid_uid/first_valid_gid in 10-mail.conf to the 
>> vpopmail:vchkpw IDs.
>> 
>> You do not need to compile MySQL support into Dovecot, because the vpopmail 
>> driver handles whichever backend you have selected.
>> 
>> Try that.  If you're still having problems, please post logs detailing the 
>> problems Dovecot is having.  Enable debugging in 10-logging.conf.
>> - -- 
>> /*
>> Matt BrookingsGnuPG Key FAE0672C
>> Software developer Systems technician
>> Inter7 Internet Technologies, Inc. (815)776-9465
>> */
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.10 (MingW32)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>> 
>> iEYEARECAAYFAk1cc/EACgkQIwet2/rgZyyBVQCgiGAjDSgl4wyhLjzlygFsNOcY
>> iycAn07JPdo5KWfYYPuJHnU6v4uSAVeX
>> =4Ttt
>> -END PGP SIGNATURE-
> still no success. 
> 
> Feb 17 10:18:40 mail-srv dovecot: master: Dovecot v2.0.9 starting up (core 
> dumps disabled)
> Feb 17 10:19:02 mail-srv dovecot: auth: Debug: Loading modules from 
> directory: /usr/local/lib/dovecot/auth
> Feb 17 10:19:02 mail-srv dovecot: auth: Fatal: Support not compiled in for 
> passdb driver 'pam'
> Feb 17 10:19:02 mail-srv dovecot: master: Error: service(auth): command 
> startup failed, throttling
> Feb 17 10:19:37 mail-srv dovecot: imap-login: Error: Timeout waiting for 
> handshake from auth server. my pid=26497, input bytes=0
> Feb 17 10:20:02 mail-srv dovecot: master: Error: service(auth): command 
> startup failed, throttling
> Feb 17 10:20:02 mail-srv dovecot: log: Error: service(auth): child 26529 
> returned error 89 (Fatal failure)
> 
> It seems that it is not connecting to mysql backend. SELinux is disable, 
> ,mysql is running locally.
> 
> Thanks
> 
> 
> 


!DSPAM:4d5d027b32713363818646!


Re: [vchkpw] vpopmail + dovecot

2011-02-17 Thread Sérgio Rosa



On 17-02-2011 01:03, Matt Brookings wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2/16/2011 6:46 PM, Sergio Rosa wrote:

Matt,

i've some posts you made regarding using the vpopmail driver, however i found 
nothing explaining how to do it. I did a lot of googling but whitout success 
(or right search words).

Can you detail/explain how to use/configure it?

2.0.9's default configs work with vpopmail already.  All you have to do is 
include the vpopmail.conf.ext at the bottom of 10-auth.conf, and set the proper 
first_valid_uid/first_valid_gid in 10-mail.conf to the vpopmail:vchkpw IDs.

You do not need to compile MySQL support into Dovecot, because the vpopmail 
driver handles whichever backend you have selected.

Try that.  If you're still having problems, please post logs detailing the 
problems Dovecot is having.  Enable debugging in 10-logging.conf.
- -- 
/*

 Matt BrookingsGnuPG Key FAE0672C
 Software developer Systems technician
 Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1cc/EACgkQIwet2/rgZyyBVQCgiGAjDSgl4wyhLjzlygFsNOcY
iycAn07JPdo5KWfYYPuJHnU6v4uSAVeX
=4Ttt
-END PGP SIGNATURE-

still no success.

Feb 17 10:18:40 mail-srv dovecot: master: Dovecot v2.0.9 starting up 
(core dumps disabled)
Feb 17 10:19:02 mail-srv dovecot: auth: Debug: Loading modules from 
directory: /usr/local/lib/dovecot/auth
Feb 17 10:19:02 mail-srv dovecot: auth: Fatal: Support not compiled in 
for passdb driver 'pam'
Feb 17 10:19:02 mail-srv dovecot: master: Error: service(auth): command 
startup failed, throttling
Feb 17 10:19:37 mail-srv dovecot: imap-login: Error: Timeout waiting for 
handshake from auth server. my pid=26497, input bytes=0
Feb 17 10:20:02 mail-srv dovecot: master: Error: service(auth): command 
startup failed, throttling
Feb 17 10:20:02 mail-srv dovecot: log: Error: service(auth): child 26529 
returned error 89 (Fatal failure)


It seems that it is not connecting to mysql backend. SELinux is disable, 
,mysql is running locally.


Thanks




!DSPAM:4d5cf81532711895971367!


Re: [vchkpw] vpopmail + dovecot

2011-02-16 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2/16/2011 6:46 PM, Sergio Rosa wrote:
> Matt,
> 
> i've some posts you made regarding using the vpopmail driver, however i found 
> nothing explaining how to do it. I did a lot of googling but whitout success 
> (or right search words).
> 
> Can you detail/explain how to use/configure it?

2.0.9's default configs work with vpopmail already.  All you have to do is 
include the vpopmail.conf.ext at the bottom of 10-auth.conf, and set the proper 
first_valid_uid/first_valid_gid in 10-mail.conf to the vpopmail:vchkpw IDs.

You do not need to compile MySQL support into Dovecot, because the vpopmail 
driver handles whichever backend you have selected.

Try that.  If you're still having problems, please post logs detailing the 
problems Dovecot is having.  Enable debugging in 10-logging.conf.
- -- 
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1cc/EACgkQIwet2/rgZyyBVQCgiGAjDSgl4wyhLjzlygFsNOcY
iycAn07JPdo5KWfYYPuJHnU6v4uSAVeX
=4Ttt
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail + dovecot

2011-02-16 Thread Sergio Rosa

Matt,

i've some posts you made regarding using the vpopmail driver, however i 
found nothing explaining how to do it. I did a lot of googling but 
whitout success (or right search words).


Can you detail/explain how to use/configure it?

Thank you

On 17/02/2011 00:12, Matt Brookings wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2/16/2011 6:09 PM, Sergio Rosa wrote:

and awd-conf.ext
driver=mysql

Use the vpopmail driver.
- -- 
/*

 Matt BrookingsGnuPG Key FAE0672C
 Software developer Systems technician
 Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1cZ9MACgkQIwet2/rgZyx5eQCfUGWBxX+1Tt39q1hT4QJEU88H
wZgAnRD6ctpblpHTrEr6JHwcS1iwM62D
=AwAG
-END PGP SIGNATURE-




--
*AWD
*arquitectura web e design, lda
rua do moinho velho, 19 2ºdto
2655-242 ericeira

tlm +351 913 489 195
mail sergior...@awd.pt 
url http://www.awd.pt 


!DSPAM:4d5c6fdd32711918854278!


Re: [vchkpw] vpopmail + dovecot

2011-02-16 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2/16/2011 6:09 PM, Sergio Rosa wrote:
> and awd-conf.ext
> driver=mysql

Use the vpopmail driver.
- -- 
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1cZ9MACgkQIwet2/rgZyx5eQCfUGWBxX+1Tt39q1hT4QJEU88H
wZgAnRD6ctpblpHTrEr6JHwcS1iwM62D
=AwAG
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail + dovecot

2011-02-16 Thread Remo Mattei
I will send you mine later today. (traveling now)

Ciao
!DSPAM:4d5c67ae32711350586420!






[vchkpw] vpopmail + dovecot

2011-02-16 Thread Sergio Rosa

Hi all,

i'm near insanity trying to config dovecot as imap server.

I'm running vpopmail 5.4.26 with mysql backend. It seems impossible to 
get dovecot 2.0.9 to work.


My dovecot.conf contains just this:
protocols = imap
!include conf.d/00-awd.conf

and 00-awd.conf contains:
auth_mechanisms = plain
log_path = syslog
syslog_facility = mail
auth_verbose = yes
auth_debug = yes
mmap_disable = yes
mail_fsync = always
mail_nfs_storage = yes
mail_nfs_index = yes
default_login_user = dovenull
default_internal_user = dovecot

service imap-login {
  inet_listener imap {
port = 143
  }
}
ssl = no
!include awd-conf.ext

and awd-conf.ext
driver=mysql

connect = host=localhost dbname=vpopmail user=vuser password=vpass

default_pass_scheme = PLAIN

password_query = SELECT CONCAT(pw_name, '@', pw_domain) AS user, \
  pw_clear_passwd AS password \
  FROM vpopmail \
  WHERE pw_name = '%n' AND pw_domain = '%d'

user_query = SELECT pw_dir as home, \
  89 AS uid, 89 AS gid \
  FROM vpopmail \
  WHERE pw_name = '%n' AND pw_domain = '%d'

but dovecot complains that driver= mysql is Unknow.

Dovecot was compiled with --mysql --vpopmail

Please help.

Thanks,
sergio rosa


!DSPAM:4d5c672832711248615606!


Re: [vchkpw] vpopmail v5.4.33 added as a development version

2011-02-04 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/03/2011 06:45 PM, Tom Collins wrote:
> On Feb 3, 2011, at 8:06 AM, Matt Brookings wrote:
>>  - Changed relevant quota code to use storage_t 64bit type
> 
> Matt,
> 
> How will other programs (like qmail, QmailAdmin and the POP/IMAP servers) 
> handle 64-bit quotas?  Is this only for the vusagec/vusaged setup, or does it 
> affect maildirsize as well?

Tom, programs calling vpopmail to determine quota usage (including
chkuser), pretty much all use vmaildir_readquota, which returns the
quota usage as a percentage.  They are not concerned with the exact
numbers.

Programs reading or writing the maildirsize file should follow the
specification, and as a result, they should not be impacted by the
size of the values in the file.

If anyone does come across a program which the 5.4.33 version seems to
break, please let me know.  I will be looking over Inter7 software and
creating patches for the 5.4.33 version, as necessary.

Thanks!
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAk1MFccACgkQIwet2/rgZyysvACfcN9fhjuUHVJBRmprG9ISMd4f
BVYAn2c/p6U8bZVqkh6LJe1Ono99yBz+
=rwWy
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail v5.4.33 added as a development version

2011-02-03 Thread Tom Collins
On Feb 3, 2011, at 8:06 AM, Matt Brookings wrote:
>  - Changed relevant quota code to use storage_t 64bit type

Matt,

How will other programs (like qmail, QmailAdmin and the POP/IMAP servers) 
handle 64-bit quotas?  Is this only for the vusagec/vusaged setup, or does it 
affect maildirsize as well?

-Tom




!DSPAM:4d4b4c2b32717265421466!



[vchkpw] vpopmail v5.4.33 added as a development version

2011-02-03 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've added v5.4.33 to the branches section of the Subversion
repository.  I will be uploading a tarball to SourceForge shortly.
The current changes are:

  - Defaulted to Server::Disable=True in vusagec.conf
  - Fixed bug that didn't install vusagec.conf
  - Changed relevant quota code to use storage_t 64bit type
  - Fixed bug where backfill code wouldn't compile when FILE_LOCKING
was enabled

Thanks!
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAk1K0moACgkQIwet2/rgZyztdwCfRAbsn0E4uRxV4K1QrSwK3XQd
Zy8An3e/5txfbWN4CcKgW0CKJRM9c/w2
=49+M
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail 5.4.32 vusagec errors

2010-10-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/27/2010 02:42 AM, Igor Smitran wrote:
> Does anyone have any idea why vusage[d/c] is giving me these problems?
> 
> Before vusage i was having normal qmail/vpopmail install with Maildir++
> quota. After that i recompiled vpopmail/qmail and started vusaged. Maybe
> i forgot to copy some of the files? User data is stored in mysql.
> Any help would be appreciated.

I just applied some changes to 5.4.32 and I am uploading a new
snapshot of the tarball.

Try it out and see if it's working.  Give SourceForge a few minutes to
show the new tarball.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkzIOB4ACgkQIwet2/rgZywEDQCeIK4Zgxs615T4p7HwwjN9GExX
pikAn2wTZ/CGuMcag13rVgV6iRPgGBNB
=TE31
-END PGP SIGNATURE-


[vchkpw] vpopmail 5.4.32 vusagec errors

2010-10-27 Thread Igor Smitran

Hello to all.


Few days ago i have installed vpopmail 5.4.32 with domain quota. During 
configure time i was adviced to use vusaged in order to have domain 
quota functionality.

I did that and now vusaged works as daemon.
But, now my users are getting quota warning and their incoming email is 
being incorrectly rejected with "over quota" message.

For example:
vuserinfo us...@domain:
quota: 5000S
usage: 3%
last auth: Wed Oct 27 09:17:02 2010
last auth ip: imap

vusagec us...@domain:
us...@domain: 1895136 byte(s) in 44 file(s)


So, as you can see user is definitely not over quota but he received 
quota warning email and his emails are being rejected.


Does anyone have any idea why vusage[d/c] is giving me these problems?

Before vusage i was having normal qmail/vpopmail install with Maildir++ 
quota. After that i recompiled vpopmail/qmail and started vusaged. Maybe 
i forgot to copy some of the files? User data is stored in mysql.

Any help would be appreciated.

!DSPAM:4cc7d7f632719907713003!



Re: [vchkpw] vpopmail with mysql

2010-10-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/14/2010 05:42 AM, Anil Euclid wrote:
>  Dear All,*
> *
> i want to add few fields like pw_popenable , pw_imapenable
> 
> use of these fields will be
> like for some user i want to disable pop3
> and for few user disable imap
> 
> please suggest me how to start, i will have to modify

These features already exist in vpopmail.  Run the vmoduser binary to
see a list of user flags.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAky3FekACgkQIwet2/rgZyyL3QCgk5o7NAg/l3Btbli6Dfhtb/0t
wSYAoIQE7nd0853Xf6GRG//e963tFn11
=E2Yk
-END PGP SIGNATURE-


[vchkpw] vpopmail with mysql

2010-10-14 Thread Anil Euclid

 Dear All,*
*
i want to add few fields like pw_popenable , pw_imapenable

use of these fields will be
like for some user i want to disable pop3
and for few user disable imap

please suggest me how to start, i will have to modify

vusersinfo
adduser
cheking password
qmailadmin field etc

Regards
Anil



!DSPAM:4cb6de9932711336593494!


[vchkpw] vpopmail and Dovecot

2010-09-28 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In case any of you had run into problems with Dovecot 2.0.3, which had
dropped support for vpopmail due to problems working with its
authentication modules, Dovecot 2.0.4 has been released and is
confirmed as working with vpopmail 5.4 and 5.5.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkyiFfEACgkQIwet2/rgZyzGvACeILqredtyp/sWWBrG15uJy2hh
0jwAniYrjgie/EGjXRoaz08Esot7nYb0
=Cmzz
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-15 Thread Johannes Weberhofer

Sorry! After checking the sources again, I have seen, that Alexandres patches 
have been applied 2 days after the release of the tarball...

Johannes.



Am 15.09.2010 16:40, schrieb Matt Brookings:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/15/2010 09:18 AM, Johannes Weberhofer wrote:

Hi Matt,

it seems, that the 5.4.32 branch in SVN does not relate with the tar you
have released. Is the branch up to date?


I'm not sure what you mean.  5.4.32 is still under development so any
tarball you may find on the site may be older than what you find in
the Subversion tree.  I don't believe I've made any changes since
releasing that version however.
- --
/*
 Matt BrookingsGnuPG 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/

iEYEARECAAYFAkyQ2vcACgkQIwet2/rgZywptgCfTELXB42kHfxdY0YxG6mZ6pkN
4noAoIMUGUWKMzCOqQSunp+4s/hqRoMQ
=xeXs
-END PGP SIGNATURE-


--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna

!DSPAM:4c90deb332712136419600!



Re: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-15 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/15/2010 09:18 AM, Johannes Weberhofer wrote:
> Hi Matt,
> 
> it seems, that the 5.4.32 branch in SVN does not relate with the tar you
> have released. Is the branch up to date?

I'm not sure what you mean.  5.4.32 is still under development so any
tarball you may find on the site may be older than what you find in
the Subversion tree.  I don't believe I've made any changes since
releasing that version however.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkyQ2vcACgkQIwet2/rgZywptgCfTELXB42kHfxdY0YxG6mZ6pkN
4noAoIMUGUWKMzCOqQSunp+4s/hqRoMQ
=xeXs
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-15 Thread Johannes Weberhofer

Hi Matt,

it seems, that the 5.4.32 branch in SVN does not relate with the tar you have 
released. Is the branch up to date?

Best regards,
Johannes Weberhofer

Am 01.09.2010 19:05, schrieb Matt Brookings:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

5.4.32 addresses some issues with Maildir quotas and removes warning
messages about the vusage daemon not running when vusagec.conf is not
present.
- --
/*
 Matt BrookingsGnuPG 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/

iEYEARECAAYFAkx+h90ACgkQIwet2/rgZyyIkQCfaLYYzJHatwA0i15H5aryukfk
eOQAn3UlCgbSBfe3ffv/HsMbt8UfqTTb
=3B0D
-END PGP SIGNATURE-


--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna

!DSPAM:4c90d59f32711575213056!



Re: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-02 Thread ml
Hi,

In every message you have the following header :

List-Post: 
List-Help: 
List-Unsubscribe: 
List-Subscribe: 


Le mercredi 1 septembre 2010 à 20:46:25, vous écriviez :


> Do you know how to off this mailinglist?



-- 
Cordialement,
 Mlcourrier : m...@frn.be



!DSPAM:4c7f5d6932711333716476!



RE: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-01 Thread newsletter
Dear Matt / Will

Do you know how to off this mailinglist?

Grtz Will

-Oorspronkelijk bericht-
Van: Matt Brookings [mailto:m...@inter7.com] 
Verzonden: woensdag 1 september 2010 19:06
Aan: vchkpw@inter7.com
Onderwerp: [vchkpw] vpopmail 5.4.32 added to SourceForge as a development
version

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

5.4.32 addresses some issues with Maildir quotas and removes warning
messages about the vusage daemon not running when vusagec.conf is not
present.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkx+h90ACgkQIwet2/rgZyyIkQCfaLYYzJHatwA0i15H5aryukfk
eOQAn3UlCgbSBfe3ffv/HsMbt8UfqTTb
=3B0D
-END PGP SIGNATURE-

__ NOD32 5415 (20100901) Informatie __

Dit bericht is gecontroleerd door het NOD32 Antivirus Systeem.
http://www.nod32.nl



!DSPAM:4c7e9f8d32717997611096!



[vchkpw] vpopmail 5.4.32 added to SourceForge as a development version

2010-09-01 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

5.4.32 addresses some issues with Maildir quotas and removes warning
messages about the vusage daemon not running when vusagec.conf is not
present.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkx+h90ACgkQIwet2/rgZyyIkQCfaLYYzJHatwA0i15H5aryukfk
eOQAn3UlCgbSBfe3ffv/HsMbt8UfqTTb
=3B0D
-END PGP SIGNATURE-


[vchkpw] vpopmail 5.5.0 +LDAP

2010-08-28 Thread Peter Van den Wildenbergh


Hi List,

Is there some more extensive documentation available on this?

Compiling the packages isn't a problem,

but I am a (open)LDAP newbie and need to figure out what needs to happen 
on the LDAP server.



I confirmed that my qmail+vpopmail has access to the ldap test box, now 
I need them to 'talk'


I adjusted
pam_ldap.conf
pam_ldap.secret

not sure if this is needed...
pam is already configured to use LDAP ...

I adjusted
vpopmail.ldap
(replaced the 'kingdom' stuff with my stuff)


Now is it just a matter of adding
qmailUser.schema
valias.schema
to my ldap schema's?

and 'run' ldapadd -f vpopmail.ldif -x -w kingdompass -D 
'cn=root,dc=kingdom,dc=lan' ?



Before I adjust
vpopmail.ldif

Is everything in there 'needed?

dn: ou=UNIX,dc=zone3000,dc=lan
ou: UNIX 
objectClass: top 
objectClass: organizationalUnit


What is this zone3000? Should that not be 'kingdom'



Would it not be better (convention) to change the gid & uid below to 89?

# vpopmail system user (anyway you can create it in /etc/files)
dn: cn=vchkpw,ou=group,ou=etc,ou=UNIX,dc=kingdom,dc=lan   
cn: vchkpw
gidNumber: 34 
... 


dn: uid=vpopmail,ou=passwd,ou=etc,ou=UNIX,dc=kingdom,dc=lan
uid: vpopmail 
givenName: vpopmail

sn: vpopmail
cn: MTA Client Side
userPassword:: Md==
loginShell: /sbin/nologin
uidNumber: 39
gidNumber: 34
...



a small HOWTO in the backends/ldap directory would be nice...


Thanks for the help.


Peter

!DSPAM:4c79a31632711060473671!



Re: [vchkpw] vpopmail and smtp auth

2010-06-29 Thread Christopher Chan



On 06/29/2010 03:00 AM, stea...@neotech-hk.com wrote:

Dear   Juraj Hantak
technicky riaditel


This user has been banned from the list.


/me face palms

The level of cluelessness in HK is just incredible. No doubt thanks to 
the dumb efforts of this lot:


http://www.antispam.gov.hk/english/main.htm


Analysis by Suresh:

http://blog.outblaze.com/2007/06/02/the-new-hong-kong-antispam-law/


Happy banning Chinese ip blocks!

Maybe they will see the light and fix the law.

/me gets off soapbox.

!DSPAM:4c2a108c32715894735071!



Re: [vchkpw] vpopmail and smtp auth

2010-06-29 Thread Remo Mattei
Thanks..
On Jun 29, 2010, at 7:49 AM, Matt Brookings wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 06/29/2010 03:00 AM, stea...@neotech-hk.com wrote:
>> Dear   Juraj Hantak
>> technicky riaditel
> 
> This user has been banned from the list.
> - -- 
> /*
>Matt BrookingsGnuPG 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/
> 
> iEYEARECAAYFAkwp+d4ACgkQIwet2/rgZyzmLgCcCMF7vZOUoGMSVYDnRhAHPcfn
> CdwAnjeb7jdCbm1PBKlg14/aGCbm5nX4
> =xJ/C
> -END PGP SIGNATURE-
> 
> 
> 

Remo Mattei
r...@italy1.com



!DSPAM:4c29fe2d32711988716443!



Re: [vchkpw] vpopmail and smtp auth

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

On 06/29/2010 03:00 AM, stea...@neotech-hk.com wrote:
> Dear   Juraj Hantak
> technicky riaditel

This user has been banned from the list.
- -- 
/*
Matt BrookingsGnuPG 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/

iEYEARECAAYFAkwp+d4ACgkQIwet2/rgZyzmLgCcCMF7vZOUoGMSVYDnRhAHPcfn
CdwAnjeb7jdCbm1PBKlg14/aGCbm5nX4
=xJ/C
-END PGP SIGNATURE-


Re: [vchkpw] vpopmail and smtp auth

2010-06-29 Thread steamer

Dear   Juraj Hantak
technicky riaditel


Do you mean you want to try to use our steamer ?   If yes, please  buy one 
piece of our steamer from opur website: www.steamer-USA.com  which we sell 
at US$45/piece including air parcel postage to your side. And you can pay by 
your Credit Card.




Hope to hear from you soon.

Best Regards,
Victor Hau
=
THE BRIGHTER COMPANY
Flat F-H, 14/F, Winner Ind Bldg., 55 Hung To Road,
Kwun Tong, Hong Kong
Tel: (852) 2342-6328Fax: (852) 2343-8180
www.brighter.com.hk
email: vic...@brighter.com.hk

--
From: "Juraj Hantak" 
Sent: Tuesday, June 29, 2010 2:44 PM
To: 
Subject: Re: [vchkpw] vpopmail and smtp auth

 Hi,

You can try to use:

http://www.spamdyke.org/


--
S pozdravom / best regards

Juraj Hantak
technicky riaditel

--
WEBGLOBE, s.r.o.
Stara Prievozska 2, 821 09, Bratislava, Slovakia
phone: +421-2-581 010 62, fax: +421-2-581 010 69
web: www.webglobe.sk,  e-mail: ad...@webglobe.sk

www.webglobe.sk - najlepsi domov pre vasu www stranku


On 29. 6. 2010 1:44, Rick Macdougall wrote:
 On 28/06/2010 6:43 PM, Den Arion wrote:

I was looking for a version or patch to work with authentication with
vpopmail. Almost all patches I found need additional software that
it’s not available..

Does somebody in the list have running smtp auth with vpopmail users
authentication? If yes just check if additional software needed is
available.



Hi,

See http://www.shupp.org/toaster/
Regards,

Rick











!DSPAM:4c29a82132711505710280!



Re: [vchkpw] vpopmail and smtp auth

2010-06-29 Thread Christopher Chan

On Tuesday, June 29, 2010 06:43 AM, Den Arion wrote:


I was looking for a version or patch to work with authentication with
vpopmail. Almost all patches I found need additional software that it’s
not available..

Does somebody in the list have running smtp auth with vpopmail users
authentication? If yes just check if additional software needed is
available.


Well, I use postfix + dovecot sasl to do vpopmail user authentication. 
Of course, dovecot serves my imap server needs too.


!DSPAM:4c299c5932711394269804!



Re: [vchkpw] vpopmail and smtp auth

2010-06-28 Thread Juraj Hantak

 Hi,

You can try to use:

http://www.spamdyke.org/


--
S pozdravom / best regards

Juraj Hantak
technicky riaditel

--
WEBGLOBE, s.r.o.
Stara Prievozska 2, 821 09, Bratislava, Slovakia
phone: +421-2-581 010 62, fax: +421-2-581 010 69
web: www.webglobe.sk,  e-mail: ad...@webglobe.sk

www.webglobe.sk - najlepsi domov pre vasu www stranku


On 29. 6. 2010 1:44, Rick Macdougall wrote:

 On 28/06/2010 6:43 PM, Den Arion wrote:


I was looking for a version or patch to work with authentication with 
vpopmail. Almost all patches I found need additional software that 
it’s not available..


Does somebody in the list have running smtp auth with vpopmail users 
authentication? If yes just check if additional software needed is 
available.





Hi,

See http://www.shupp.org/toaster/

Regards,

Rick







!DSPAM:4c2996f332711670912643!



Re: [vchkpw] vpopmail and smtp auth

2010-06-28 Thread Rick Macdougall

 On 28/06/2010 6:43 PM, Den Arion wrote:


I was looking for a version or patch to work with authentication with 
vpopmail. Almost all patches I found need additional software that 
it’s not available..


Does somebody in the list have running smtp auth with vpopmail users 
authentication? If yes just check if additional software needed is 
available.





Hi,

See http://www.shupp.org/toaster/

Regards,

Rick


!DSPAM:4c2933d632711622915284!



[vchkpw] vpopmail and smtp auth

2010-06-28 Thread Den Arion


I was looking for a version or patch to work with
authentication with vpopmail. Almost all patches I found need additional
software that it’s not available..

Does somebody in the list have running smtp auth with vpopmail
users authentication? If yes just check if additional software needed is
available.

 

Have a nice day.

 

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

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


  

!DSPAM:4c29258332718656912900!


Re: [vchkpw] Vpopmail connecting to remote mysql

2010-06-20 Thread tariq

Hi Thibault,


Yes i have tried this already. I can connect and login to remote DB  
from command line.


I have found a solution on google. made a file in  
/var/qmail/control/sql and place the name of mysql server hostname in  
it. After this i can connect to remote DB. Do you think this is the  
solution. Thanks.



Quoting Thibault Richard :



From a command line try :

mysql -hYOUR-REMOTE-HOST -uYOUR-MYSQL-LOGIN -p and please tell us if  
your are able ton connect


- Original Message - From: "Bob Hutchinson" 
To: 
Sent: Friday, June 18, 2010 9:21 AM
Subject: Re: [vchkpw] Vpopmail connecting to remote mysql



On Friday 18 June 2010, ta...@nayatel.com wrote:

I had vpopmail database on the local server. Now i have taken backup
of mysql and restored to a remote database server. I am connecting
vpopmail to remote mysql server. The users are not authenticated. I
have taken following steps.


1 - Database migration and restoration to the remote mysql DB server.
2 - Fixed the permission on remote database to allow access to Vpopmail IP.
3 - Fixed firewall settings.
4 - Edited the vpopmail.mysql file to connect to remote DB IP.


Can you connect from the commandline?




The Users till not authenticating. Please help suggest the solution.


This message was sent using IMP, the Internet Messaging Program.







--
-
Bob Hutchinson
Midwales dot com
-
















This message was sent using IMP, the Internet Messaging Program.



!DSPAM:4c1eed6532712901243085!



Re: [vchkpw] Vpopmail connecting to remote mysql

2010-06-20 Thread Thibault Richard



From a command line try :


mysql -hYOUR-REMOTE-HOST -uYOUR-MYSQL-LOGIN -p and please tell us if your 
are able ton connect


- Original Message - 
From: "Bob Hutchinson" 

To: 
Sent: Friday, June 18, 2010 9:21 AM
Subject: Re: [vchkpw] Vpopmail connecting to remote mysql



On Friday 18 June 2010, ta...@nayatel.com wrote:

I had vpopmail database on the local server. Now i have taken backup
of mysql and restored to a remote database server. I am connecting
vpopmail to remote mysql server. The users are not authenticated. I
have taken following steps.


1 - Database migration and restoration to the remote mysql DB server.
2 - Fixed the permission on remote database to allow access to Vpopmail 
IP.

3 - Fixed firewall settings.
4 - Edited the vpopmail.mysql file to connect to remote DB IP.


Can you connect from the commandline?




The Users till not authenticating. Please help suggest the solution.


This message was sent using IMP, the Internet Messaging Program.







--
-
Bob Hutchinson
Midwales dot com
-








!DSPAM:4c1e17eb32718105716103!



Re: [vchkpw] Vpopmail connecting to remote mysql

2010-06-18 Thread Bob Hutchinson
On Friday 18 June 2010, ta...@nayatel.com wrote:
> I had vpopmail database on the local server. Now i have taken backup
> of mysql and restored to a remote database server. I am connecting
> vpopmail to remote mysql server. The users are not authenticated. I
> have taken following steps.
> 
> 
> 1 - Database migration and restoration to the remote mysql DB server.
> 2 - Fixed the permission on remote database to allow access to Vpopmail IP.
> 3 - Fixed firewall settings.
> 4 - Edited the vpopmail.mysql file to connect to remote DB IP.

Can you connect from the commandline?

> 
> 
> The Users till not authenticating. Please help suggest the solution.
> 
> 
> This message was sent using IMP, the Internet Messaging Program.
> 
> 
> 
> 


-- 
-
Bob Hutchinson
Midwales dot com
-

!DSPAM:4c1b1ea532711714016890!



[vchkpw] Vpopmail connecting to remote mysql

2010-06-17 Thread tariq
I had vpopmail database on the local server. Now i have taken backup  
of mysql and restored to a remote database server. I am connecting  
vpopmail to remote mysql server. The users are not authenticated. I  
have taken following steps.



1 - Database migration and restoration to the remote mysql DB server.
2 - Fixed the permission on remote database to allow access to Vpopmail IP.
3 - Fixed firewall settings.
4 - Edited the vpopmail.mysql file to connect to remote DB IP.


The Users till not authenticating. Please help suggest the solution.


This message was sent using IMP, the Internet Messaging Program.



!DSPAM:4c1b00e832711882912785!



Re: [vchkpw] vpopmail 5.5.0 compile error

2010-06-08 Thread powell murlene
am using openbsd 4.7 and vpopmail 5.5.0 ,
i have found all my lib directories and ran ldconfig but still the same error,
my query still focuses on the compilation of the cdb/uint32.h,
as far as i understand header files are not compiled but included in a c file.
---

gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o vpalias.o
seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o conf.o ippp.o
backfill.o vpopmail.o quota.o group.o cdb/uint32.h cdb/cdb_hash.o
cdb/cdbmake_add.o cdb/cdbmake_hash.o cdb/cdbmake_pack.o cdb/cdb_seek.o
cdb/cdb_unpack.o

gcc: compilation of header file requested
gmake: *** [libvpopmail.so] Error 1

On 8 June 2010 03:13, Remo Mattei  wrote:
>
> What OS are you using? I guess that's openbsd :) by looking at the logs: What 
> version of vpopmail is this 5.5? did you do an ldconfig?
>
> On Jun 7, 2010, at 8:09 PM, powell murlene wrote:
>
> hi everyone
> i've been searching the net for a solution to my problem,
> the following is the output of the configure and make steps to compile 
> vpopmail,
> i assume that the problem has to do with trying to compile cdb/uint32.h
> how do i solve the problem
>
> shadrock
>
>
> =
> ./configure
> =
> checking build system type... i386-unknown-openbsd4.7
> checking host system type... i386-unknown-openbsd4.7
> checking for gawk... gawk
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for library containing strerror... none required
> checking preferred make binary... gmake
> checking for crypt in -lcrypt... no
> checking for dlopen in -ldl... no
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking assert.h usability... yes
> checking assert.h presence... yes
> checking for assert.h... yes
> checking byteswap.h usability... no
> checking byteswap.h presence... no
> checking for byteswap.h... no
> checking crypt.h usability... no
> checking crypt.h presence... no
> checking for crypt.h... no
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking machine/endian.h usability... yes
> checking machine/endian.h presence... yes
> checking for machine/endian.h... yes
> checking sys/endian.h usability... yes
> checking sys/endian.h presence... yes
> checking for sys/endian.h... yes
> checking endian.h usability... no
> checking endian.h presence... no
> checking for endian.h... no
> checking err.h usability... yes
> checking err.h presence... yes
> checking for err.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for memory.h... (cached) yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking shadow.h usability... no
> checking shadow.h presence... no
> checking for shadow.h... no
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking for stdint.h... (cached) yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence.

Re: [vchkpw] vpopmail 5.5.0 compile error

2010-06-07 Thread Remo Mattei
What OS are you using? I guess that's openbsd :) by looking at the logs: What 
version of vpopmail is this 5.5? did you do an ldconfig?


On Jun 7, 2010, at 8:09 PM, powell murlene wrote:

> hi everyone 
> i've been searching the net for a solution to my problem,
> the following is the output of the configure and make steps to compile 
> vpopmail,
> i assume that the problem has to do with trying to compile cdb/uint32.h
> how do i solve the problem
> 
> shadrock
> 
> 
> =
> ./configure
> =
> checking build system type... i386-unknown-openbsd4.7
> checking host system type... i386-unknown-openbsd4.7
> checking for gawk... gawk
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for library containing strerror... none required
> checking preferred make binary... gmake
> checking for crypt in -lcrypt... no
> checking for dlopen in -ldl... no
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking assert.h usability... yes
> checking assert.h presence... yes
> checking for assert.h... yes
> checking byteswap.h usability... no
> checking byteswap.h presence... no
> checking for byteswap.h... no
> checking crypt.h usability... no
> checking crypt.h presence... no
> checking for crypt.h... no
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking machine/endian.h usability... yes
> checking machine/endian.h presence... yes
> checking for machine/endian.h... yes
> checking sys/endian.h usability... yes
> checking sys/endian.h presence... yes
> checking for sys/endian.h... yes
> checking endian.h usability... no
> checking endian.h presence... no
> checking for endian.h... no
> checking err.h usability... yes
> checking err.h presence... yes
> checking for err.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for memory.h... (cached) yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking shadow.h usability... no
> checking shadow.h presence... no
> checking for shadow.h... no
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking for stdint.h... (cached) yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking time.h usability.

[vchkpw] vpopmail 5.5.0 compile error

2010-06-07 Thread powell murlene
hi everyone
i've been searching the net for a solution to my problem,
the following is the output of the configure and make steps to compile
vpopmail,
i assume that the problem has to do with trying to compile cdb/uint32.h
how do i solve the problem

shadrock


=
./configure
=
checking build system type... i386-unknown-openbsd4.7
checking host system type... i386-unknown-openbsd4.7
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for library containing strerror... none required
checking preferred make binary... gmake
checking for crypt in -lcrypt... no
checking for dlopen in -ldl... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes

[vchkpw] vpopmail-5.4.30 and dovecot-1.2.21

2010-06-03 Thread mario fibbi
Hello,
when i compile dovecot-1.2.21 with vpopmail-5.4.30, i've got this error:

/var/src/dovecot-1.2.11/src/auth/userdb-vpopmail.c:99: undefined reference
to `vset_lastauth'

With with vpopmail-5.5.0 i can compile dovecot, but i've an error with
qmailadmin-1.2.14.

How can solve it?


Thanks,

Mario.


!DSPAM:4c07a87e32711550313206!


[vchkpw] vpopmail v5.5 w/ LDAP

2010-05-28 Thread Eric Shubert

Hey Matt,

How's LDAP coming along with v5.5? I'm ready to do some testing when you 
think it's Beta. I also know of someone else who's itching to get off of 
MySQL.


Any guesstimate on when you might have it ready? (I won't hold you to 
it, promise)


--
-Eric 'shubes'


!DSPAM:4c007e8832711825021229!



Re: [vchkpw] vpopmail 5.5 with dovecot auth problem

2010-05-23 Thread Remo Mattei
what do you recommend? I guess go down on vpopmail?

Remo
On May 23, 2010, at 10:08 PM, aledr wrote:

> It is a problem on vpopmail auth API. Related to this[1].
> 
> [1]: 
> http://sourceforge.net/tracker/?func=detail&aid=2981607&group_id=85937&atid=577798
> 
> On Mon, May 24, 2010 at 12:47 AM, Remo Mattei  wrote:
>> Hello guys I wonder if someone has had some problems with auth on vpopmail 
>> 5.5 with dovecot here is what my logs says:
>> 
>> a1 login usern...@username.com pass
>> a1 NO [UNAVAILABLE] Temporary authentication failure.
>> a2 logout
>> 
>> mailogs:
>> May 24 03:47:48 qmail dovecot: imap-login: Disconnected (no auth attempts): 
>> ..
>> 
>> thanks
>> 
>> Remo Mattei
>> r...@italy1.com
> --
> [ ]'s
> Aledr - Alexandre
> "OpenSource Solutions for SmallBusiness Problems"
> 
> 
> 
> 
> 
> 

Remo Mattei
r...@italy1.com



!DSPAM:4bf9fe0232711589622410!



Re: [vchkpw] vpopmail 5.5 with dovecot auth problem

2010-05-23 Thread aledr
It is a problem on vpopmail auth API. Related to this[1].

[1]: 
http://sourceforge.net/tracker/?func=detail&aid=2981607&group_id=85937&atid=577798

On Mon, May 24, 2010 at 12:47 AM, Remo Mattei  wrote:
> Hello guys I wonder if someone has had some problems with auth on vpopmail 
> 5.5 with dovecot here is what my logs says:
>
> a1 login usern...@username.com pass
> a1 NO [UNAVAILABLE] Temporary authentication failure.
> a2 logout
>
> mailogs:
> May 24 03:47:48 qmail dovecot: imap-login: Disconnected (no auth attempts): 
> ..
>
> thanks
>
> Remo Mattei
> r...@italy1.com
--
[ ]'s
Aledr - Alexandre
"OpenSource Solutions for SmallBusiness Problems"

!DSPAM:4bf9fbd832711721813874!



[vchkpw] vpopmail 5.5 with dovecot auth problem

2010-05-23 Thread Remo Mattei
Hello guys I wonder if someone has had some problems with auth on vpopmail 5.5 
with dovecot here is what my logs says:

a1 login usern...@username.com pass
a1 NO [UNAVAILABLE] Temporary authentication failure.
a2 logout

mailogs:
May 24 03:47:48 qmail dovecot: imap-login: Disconnected (no auth attempts): 
..

thanks

Remo Mattei
r...@italy1.com



!DSPAM:4bf9f6b832711131515239!



[vchkpw] Vpopmail 5.5.0 & Qmailadmin 1.2.14

2010-05-04 Thread Sérgio Rosa

Hi all,

installed vpopmail-5.5.0 today and downloaded form SF qmailadmin-1.2.14, 
but qmailadmin won't compile.


Matt refered earlier that the latest trunk of qmailadmin shuld be used. 
Is it not 1.2.14?


The output:
[r...@mail-srv qmailadmin-1.2.14]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for crypt in -lcrypt... yes
checking for crypt in -lshadow... no
checking for an ANSI C-conforming const... yes
checking for egrep... grep -E
checking for uid_t in sys/types.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether closedir returns void... no
checking for dup2... yes
checking for memset... yes
checking for mkdir... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking whether we should prohibit caching... no
checking whether to require ip authentication... yes
checking whether to display user index... yes
checking whether to allow admins to modify user quotas... no
checking whether to autofill domain name on login page... no
checking whether to enable catchall accounts... yes
checking whether to enable trivial password... yes
checking whether to append the email to the end of the spam command... no
checking whether to allow spam check enable/disable... no
checking whether to show help pages... no
checking for ezmlm-idx... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

qmailadmin 1.2.13
Current settings
---
   cgi-bin dir = /var/www/cgi-bin
  html dir = /var/www/html
 image dir = /var/www/html/images/qmailadmin
 image URL = /images/qmailadmin
  template dir = /usr/local/share/qmailadmin
 qmail dir = /var/qmail
  vpopmail dir = /home/vpopmail
   autorespond dir = /usr/bin
 ezmlm dir = /usr/local/bin/ezmlm
 ezmlm idx = yes
   mysql for ezmlm = yes
  help = no
  modify quota = no
   domain autofill = no
 catchall accounts = yes
 trivial passwords = yes
 modify spam check = no
[r...@mail-srv qmailadmin-1.2.14]#

[r...@mail-srv qmailadmin-1.2.14]# make
make  all-am
make[1]: Entering directory `/var/src/qmailadmin-1.2.14'
source='user.c' object='user.o' libtool=no \
depfile='.deps/user.Po' tmpdepfile='.deps/user.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I/home/vpopmail/include  -I. -I. -I. -g -O2 -Wall 
-c `test -f 'user.c' || echo './'`user.c

In file included from user.c:43:
qmailadmin.h:37:1: warning: "MAX_FILE_NAME" redefined
In file included from user.c:32:
/home/vpopmail/include/vpopmail.h:149:1: warning: this is the location 
of the previous definition

user.c: In function âcall_hooksâ:
user.c:522: error: âVPOPMAILDIRâ undeclared (first use in this function)
user.c:522: error: (Each undeclared identifier is reported only once
user.c:522: error: for each function it appears in.)
user.c: In function âset_qmaildefaultâ:
user.c:627: error: âVPOPMAILDIRâ undeclared (first use in this function)
make[1]: *** [user.o] Error 1
make[1]: Leaving directory `/var/src/qmailadmin-1.2.14'
make: *** [all] Error 2
[r...@mail-srv qmailadmin-1.2.14]#

Do note that qmailadmin reports 1.2.13, but I definitively download 
1.2.14, several times.


Thanks and waiting for "a hand" on this.

Sérgio Rosa
--
*AWD
*arquitectura web e design, lda
rua do moinho velho, 19 2ºdto
2655-242 ericeira

tlm +351 913 489 195
mail sergior

Re: [vchkpw] vpopmail 5.4.30

2010-04-30 Thread Martin Leduc

Hi Frederico,

Mabe it's a bug, but regarding the DNS TLD's standards, you should never 
have a non dot domain name or you will create a TLD's ;).  New Internic 
Business Project ;)?


Event if you absolutely need one, I suggest to use {DOMAIN_NAME}.local. 
Using that syntax will ensure to keep your domain for local purpose.


Be sure to define correctly your local DNS to use it.

Regards

Martin

--
From: "Federico Santulli" 
Sent: Friday, April 30, 2010 3:33 AM
To: 
Subject: [vchkpw] vpopmail 5.4.30


Hi all,

since i was restoring ad updating server, i've updated also vpopmail from 
5.4.27 to 5.4.30


Doing some tests on adding and deleting domains, i've experienced a bug 
related to non dotted domains.


for example if i use:

vadddomain testdomain testpassword

and then

vdeldomain testdomain

i've got the message "domain does not exists".

if i use vadddomain testdomain.ext testpassword

and

vdeldomain testdomain.ext

it works correctly.

Is there any fix for this ?

Cheers

Federico Santulli






!DSPAM:4bdaaa9132711059616983!



[vchkpw] vpopmail 5.4.30

2010-04-30 Thread Federico Santulli

Hi all,

since i was restoring ad updating server, i've updated also vpopmail 
from 5.4.27 to 5.4.30


Doing some tests on adding and deleting domains, i've experienced a bug 
related to non dotted domains.


for example if i use:

vadddomain testdomain testpassword

and then

vdeldomain testdomain

i've got the message "domain does not exists".

if i use vadddomain testdomain.ext testpassword

and

vdeldomain testdomain.ext

it works correctly.

Is there any fix for this ?

Cheers

Federico Santulli

!DSPAM:4bda87c632715410577842!



Re: [vchkpw] Vpopmail-5.5.0 with MySQL and vpopmail.vlog table

2010-04-15 Thread Fabrice TERRANCLE

 yes, other tables are correctly created

Cordialement,
Fabrice TERRANCLE.
Tel fixe : 09 72 11 30 35
Tel mobile : 06 45 12 13 00


Le 15/04/2010 22:17, Remo Mattei a écrit :

Did you modify the vpopmail.mysql with the right username and password?


On 4/15/10 14:05 , "Fabrice TERRANCLE"  wrote:


   Hello all,
Sorry for my English.
I have a problem with vpopmail-5.5.0 and mysql when I delete an user.
#/home/vpopmail/bin/vdeluser te...@mydomain.tld
auth_deluser: warning: mysql_query(DELETE FROM vlog WHERE domain =
'mydomain.tld' AND user = 'test1') failed: Table 'vpopmail.vlog' doesn't
exist
Failed to delete user from auth backend
Error: Illegal username

My compilation:
# mkdir /home/vpopmail
# mkdir /home/vpopmail/etc
# echo "localhost|0|vpopmail|mypwd|vpopmail">
/home/vpopmail/etc/vpopmail.mysql
# chown -R vpopmail:vchkpw /home/vpopmail/etc/vpopmail.mysql
# chmod 640 /home/vpopmail/etc/vpopmail.mysql

# cd vpopmail-5.5.0 :
# ./configure --enable-logging=p --disable-passwd --enable-clear-passwd
# make
# make install
# cd backends/mysql
# ./configure --disable-many-domains --enable-auth-logging
--enable-sql-logging --enable-valias --disable-mysql-limits
--enable-incdir=/usr/local/mysql5/include/mysql
--enable-libdir=/usr/local/mysql5/lib/mysql
# make
# make install

An idea for the vpopmail.vlog table?
Thank you.














!DSPAM:4bc7760732718686218863!



Re: [vchkpw] Vpopmail-5.5.0 with MySQL and vpopmail.vlog table

2010-04-15 Thread Remo Mattei
Did you modify the vpopmail.mysql with the right username and password?


On 4/15/10 14:05 , "Fabrice TERRANCLE"  wrote:

>   Hello all,
> Sorry for my English.
> I have a problem with vpopmail-5.5.0 and mysql when I delete an user.
> #/home/vpopmail/bin/vdeluser te...@mydomain.tld
> auth_deluser: warning: mysql_query(DELETE FROM vlog WHERE domain =
> 'mydomain.tld' AND user = 'test1') failed: Table 'vpopmail.vlog' doesn't
> exist
> Failed to delete user from auth backend
> Error: Illegal username
> 
> My compilation:
> # mkdir /home/vpopmail
> # mkdir /home/vpopmail/etc
> # echo "localhost|0|vpopmail|mypwd|vpopmail" >
> /home/vpopmail/etc/vpopmail.mysql
> # chown -R vpopmail:vchkpw /home/vpopmail/etc/vpopmail.mysql
> # chmod 640 /home/vpopmail/etc/vpopmail.mysql
> 
> # cd vpopmail-5.5.0 :
> # ./configure --enable-logging=p --disable-passwd --enable-clear-passwd
> # make
> # make install
> # cd backends/mysql
> # ./configure --disable-many-domains --enable-auth-logging
> --enable-sql-logging --enable-valias --disable-mysql-limits
> --enable-incdir=/usr/local/mysql5/include/mysql
> --enable-libdir=/usr/local/mysql5/lib/mysql
> # make
> # make install
> 
> An idea for the vpopmail.vlog table?
> Thank you.
> 
> 
> 
> 
> 
> 
> 


!DSPAM:4bc7745b32716454420356!



[vchkpw] Vpopmail-5.5.0 with MySQL and vpopmail.vlog table

2010-04-15 Thread Fabrice TERRANCLE

 Hello all,
Sorry for my English.
I have a problem with vpopmail-5.5.0 and mysql when I delete an user.
#/home/vpopmail/bin/vdeluser te...@mydomain.tld
auth_deluser: warning: mysql_query(DELETE FROM vlog WHERE domain = 
'mydomain.tld' AND user = 'test1') failed: Table 'vpopmail.vlog' doesn't 
exist

Failed to delete user from auth backend
Error: Illegal username

My compilation:
# mkdir /home/vpopmail
# mkdir /home/vpopmail/etc
# echo "localhost|0|vpopmail|mypwd|vpopmail" > 
/home/vpopmail/etc/vpopmail.mysql

# chown -R vpopmail:vchkpw /home/vpopmail/etc/vpopmail.mysql
# chmod 640 /home/vpopmail/etc/vpopmail.mysql

# cd vpopmail-5.5.0 :
# ./configure --enable-logging=p --disable-passwd --enable-clear-passwd
# make
# make install
# cd backends/mysql
# ./configure --disable-many-domains --enable-auth-logging 
--enable-sql-logging --enable-valias --disable-mysql-limits 
--enable-incdir=/usr/local/mysql5/include/mysql 
--enable-libdir=/usr/local/mysql5/lib/mysql

# make
# make install

An idea for the vpopmail.vlog table?
Thank you.


!DSPAM:4bc771a132711884216162!



Re: [vchkpw] vpopmail question

2010-04-07 Thread Victor Subervi
On Wed, Apr 7, 2010 at 12:40 PM, Matt Brookings  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Victor Subervi wrote:
> > Hi;
> > Is it possible to leave my current qmail and vpopmail installation alone
> > and install vpopmaild by itself, or do I have to rip out my current
> > installation of vpopmail?
>
> Yes, but you should install vpopmaild from the version you have installed,
> not a newer version of vpopmail.
>

Thanks.
V


!DSPAM:4bbcccd632715971115945!


Re: [vchkpw] vpopmail question

2010-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Victor Subervi wrote:
> Hi;
> Is it possible to leave my current qmail and vpopmail installation alone
> and install vpopmaild by itself, or do I have to rip out my current
> installation of vpopmail?

Yes, but you should install vpopmaild from the version you have installed,
not a newer version of vpopmail.
- --
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku8vIEACgkQIwet2/rgZywuOgCeJu92P6c/PiyKq0bzLCpPGiWi
SrkAn2ihL2HWnN0RcqwIvwdX6aiGYeu5
=EZsj
-END PGP SIGNATURE-


[vchkpw] vpopmail question

2010-04-07 Thread Victor Subervi
Hi;
Is it possible to leave my current qmail and vpopmail installation alone and
install vpopmaild by itself, or do I have to rip out my current installation
of vpopmail?
TIA,
Victor


!DSPAM:4bbcb19b32711200313826!


[vchkpw] vpopmail & maildrop

2010-03-25 Thread Mohsen Pahlevanzadeh
Dear guys,
I installed netqmail-1.06 , ucspi-tcp-0.88.tar.gz &
daemontools-0.76.tar.gz.
Then i installed vpopmail-5.5.0 & spamassassin ,qmail-scanner-2.08 &
dovecot-1.2.11.
when i see log qmail's log file, i prevent to "delivery 25: success:
client_connect:_connect_failed:_111/did_0+0+1/" I had to
run /home/vopmail/bin/vusaged
When i installed spam guard & qmailscanner i changed .qmail-default same
follow:
1. comment in following line:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
2.add following line:
| maildrop ../maildroprc

Notice: 
Already i implemented same system in old vpopmail.even i don't know task
of vusaged.
when i changed .qmail-default, even i don't receive gmail email.I had to
to comment out following line :
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
i installed vpopmail same:
./configure --prefix=/home/vpopmail/ --enable-roaming-users
--enable-logging=p --enable-clear-passwd --disable-domain-quotas
--disable-passwd

Please help me.


!DSPAM:4bab7ee232713965318257!



Re: [vchkpw] vpopmail & maildrop

2010-03-15 Thread Arthur Kerpician

On 3/15/2010 4:50 PM, Matt Brookings wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Arthur Kerpician wrote:
   

Hi,
I just installed vpopmail 5.5.0 especially for the domain quota function
which seems to be working fine. If I deliver through vdelivermail, quota
enforcement does it's job but if I switch to maildrop for some
filtering, I must apply maildrop / courier quota enforcement. Is there a
way to first check for quota (user and domain) using vusaged and then
pass the message to maildrop? I guess I have to use the .qmail file for
this but I don't know how to combine both (vdelivermail and maildrop).
 

You can call the vusagec binary, which will return usage stats for a user or
domain.  Unfortunately, you'd need to also parse the response for the numbers 
you
want.


I didn't think of vusagec, you're right. I tried calling "vdominfo -q 
" to check quota usage for the domain but it's broken (returns 
the command help). I'll write the script using vusagec, thanks alot!


!DSPAM:4b9ea9ab32718762210992!



Re: [vchkpw] vpopmail & maildrop

2010-03-15 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Arthur Kerpician wrote:
> Hi,
> I just installed vpopmail 5.5.0 especially for the domain quota function
> which seems to be working fine. If I deliver through vdelivermail, quota
> enforcement does it's job but if I switch to maildrop for some
> filtering, I must apply maildrop / courier quota enforcement. Is there a
> way to first check for quota (user and domain) using vusaged and then
> pass the message to maildrop? I guess I have to use the .qmail file for
> this but I don't know how to combine both (vdelivermail and maildrop).

You can call the vusagec binary, which will return usage stats for a user or
domain.  Unfortunately, you'd need to also parse the response for the numbers 
you
want.
- --
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkueSUoACgkQIwet2/rgZyy+ZgCfSuDQcLMlE/xlc5ZCNjgCbMCP
j7gAn1Ae45NsZHKR1yWuajPSI8Io7JGs
=z3s5
-END PGP SIGNATURE-


[vchkpw] vpopmail & maildrop

2010-03-15 Thread Arthur Kerpician

Hi,
I just installed vpopmail 5.5.0 especially for the domain quota function 
which seems to be working fine. If I deliver through vdelivermail, quota 
enforcement does it's job but if I switch to maildrop for some 
filtering, I must apply maildrop / courier quota enforcement. Is there a 
way to first check for quota (user and domain) using vusaged and then 
pass the message to maildrop? I guess I have to use the .qmail file for 
this but I don't know how to combine both (vdelivermail and maildrop).


Thanks for the help,
Arthur

!DSPAM:4b9defd532711438716412!



Re: [vchkpw] Vpopmail backup server

2010-03-02 Thread Harm van Tilborg
Hi,

Be sure to backup the home directory of vpopmail (check where `cd
~vpopmail' ends), and also qmail's users/assign file (usually
/var/qmail/users/assign) plus qmail's control directory (usually
/var/qmail/control).

This should backup all your data including all pointer information that
communicates with qmail.

-- 
HTH,
Harm

On 2-3-2010 16:04, shacky wrote:
> Hi.
> How I can obtain a exact copy of my vpopmail configuration (users and
> folders) on a backup server to use in case of the primary is not
> available?
> I wish to have a backup MX server for my domains...
> 
> Thank you very much!
> Bye.
> 
> 
> 

!DSPAM:4b8d940932711982967857!



Re: [vchkpw] Vpopmail backup server

2010-03-02 Thread Remo Mattei
Use rsync from primary to backup and make sure you have all the options,
vpopomail qmail etc installed on the backup and then use MX to do primary
and secondary.

Ciao


On 3/2/10 08:04 , "shacky"  wrote:

> Hi.
> How I can obtain a exact copy of my vpopmail configuration (users and
> folders) on a backup server to use in case of the primary is not
> available?
> I wish to have a backup MX server for my domains...
> 
> Thank you very much!
> Bye.
> 
> 
> 
> 
> 
> 


!DSPAM:4b8d2ed93276217176!



[vchkpw] Vpopmail backup server

2010-03-02 Thread shacky
Hi.
How I can obtain a exact copy of my vpopmail configuration (users and
folders) on a backup server to use in case of the primary is not
available?
I wish to have a backup MX server for my domains...

Thank you very much!
Bye.

!DSPAM:4b8d291e32713459319190!



RE: [vchkpw] Vpopmail 5.4.30 vdelivermail segfaults

2010-02-26 Thread Antti Kanes
Thanks for the swift reply, that seems to have fixed things.
 
So apparently the vdelivermail crashes when it doesn't find a running
vusaged daemon and that configuration file is missing?
Was this behavior expected and documented somewhere; I seem to have missed
it in the INSTALL?

Another problem was, that I couldn't get maildrop working when configuring
vpopmail with it; normal mail would find respective boxes nicely, but
catchalls and such got deferred with Unable to open mailbox -error; (I tried
using the maildroprc.v1 /.v2 rcs):

Feb 26 08:35:26 mail qmail: 1267166126.283709 delivery 85439: deferral:
maildrop:_non-filtered_mail_delivery//usr/local/bin/maildrop:_Unable_to_open
_mailbox./user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/do
main.tld/username//
Feb 26 08:35:26 mail qmail: 1267166126.859709 delivery 85441: deferral:
maildrop:_non-filtered_mail_delivery//usr/local/bin/maildrop:_Unable_to_open
_mailbox./

As delivery now works, the environment is a production one, and spam/virus
scanning is handled by qmail-scanner, the maildrop isn't really needed, I
suppose, but if there's some clear hint of what I was doing wrong, it would
be appreciated.

thanks,
 ++antti

> -Original Message-
> From: Matt Brookings [mailto:m...@inter7.com] 
> Sent: 26. helmikuuta 2010 23:52
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] Vpopmail 5.4.30 vdelivermail segfaults
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Antti Kanes wrote:
> > Hi,
> > 
> > as we upgraded our mailserver with the latest stable vpopmail, we 
> > started experiencing apparently random segfaults:
> 
> Run this as root:
> 
> cat > ~vpopmail/etc/vusagec.conf << __EOF__
> Server:
>   Disable = True;
> __EOF__
> - --
> /*
> Matt BrookingsGnuPG Key FAE0672C
> Software developer Systems technician
> Inter7 Internet Technologies, Inc. (815)776-9465
> */
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkuIQnsACgkQIwet2/rgZyxdCQCgjfRnXsmVMBqPDTuhsYG3nz1i
> uLoAn06kDvEdVPyyyq+/lhm8Bnym4YQp
> =gukS
> -END PGP SIGNATURE-
> 


!DSPAM:4b88bd3d32711408917953!



Re: [vchkpw] Vpopmail 5.4.30 vdelivermail segfaults

2010-02-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Antti Kanes wrote:
> Hi,
> 
> as we upgraded our mailserver with the latest stable vpopmail, we started
> experiencing apparently random segfaults:

Run this as root:

cat > ~vpopmail/etc/vusagec.conf << __EOF__
Server:
  Disable = True;
__EOF__
- --
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuIQnsACgkQIwet2/rgZyxdCQCgjfRnXsmVMBqPDTuhsYG3nz1i
uLoAn06kDvEdVPyyyq+/lhm8Bnym4YQp
=gukS
-END PGP SIGNATURE-


[vchkpw] Vpopmail 5.4.30 vdelivermail segfaults

2010-02-26 Thread Antti Kanes
Hi,

as we upgraded our mailserver with the latest stable vpopmail, we started
experiencing apparently random segfaults:
[3403529.738453] vdelivermail[3818]: segfault at 0 ip f7bfc643 sp fff3f46c
error 4 in libc-2.7.so[f7b8b000+138000]
[3403538.291042] vdelivermail[4203]: segfault at 0 ip f7c60643 sp ffda3b0c
error 4 in libc-2.7.so[f7bef000+138000]
[3403543.645107] vdelivermail[4332]: segfault at 0 ip f7c38643 sp fff7d33c
error 4 in libc-2.7.so[f7bc7000+138000]
[3403547.184431] vdelivermail[4535]: segfault at 0 ip f7c53643 sp ffd96adc
error 4 in libc-2.7.so[f7be2000+138000]

Some mail gets delivered, some delivered, thus vdelivermail doesn't segfault
all the time:
 delivery 21641: deferral:
client_connect:_warning:_config_begin_failed/Aack,_child_crashed._(#4.3.0)/
 delivery 21643: success: did_0+0+1/
But the ratio isn't that good, basically a failure for every successfull
delivery:
grep "success:" /var/log/mail.log|wc -l

11529

grep "Aack" /var/log/mail.log|wc -l
23:46
11517

It seems vpopmail has experienced similar issues in 5.4.28 version earlier,
might this be related?

vpopmail was configured using:
./configure --enable-roaming-users=y --enable-logging=y
--enable-ip-alias-domains=y --enable-auth-module=mysql
--enable-clear-passwd=y --enable-libdir=/usr/include/mysql/
--enable-tcpserver-file=/etc/tcp.smtp --enable-qmail-ext --enable-logging=e
--enable-tcprules-prog=/usr/bin/tcprules --enable-rebuild-tcpserver-file
--enable-clear-passwd=y --enable-spamassassin

and is run under a Xen virtual host (2.6.26-1-xen-amd64).

Any ideas, or do you need more information on the issue?

Cheers,
  Antti Kanes


!DSPAM:4b88418532715141911162!



Re: [vchkpw] vpopmail clear password

2010-02-20 Thread Peter Palmreuther
On 20.02.10 05:19, april majd wrote:
> I actually wanted to migrate from a qmail/vpopmail setup to a
> postfix/dovecot which uses mysql table. I tried copying the encryted
> password from vpasswd to the mysql table, but it is not authenticating,
> so I assumed the encryption method is different in the two cases. Is
> there any way to migrate the passwords?

That depends on how your postfix/dovecot installation is set up.
If they're using plain old POP3 authentication and are capable of using
MD5 hashed passwords there shouldn't be a problem in re-using them.

OTOH you could leave your "clear text enabled" recompiled vpopmail
running and it should "learn" the clear text passwords as the users log
in next time to get their mail.
-- 
HTH

Peter

!DSPAM:4b7fc75632711682955139!



Re: [vchkpw] vpopmail clear password

2010-02-19 Thread april majd
I actually wanted to migrate from a qmail/vpopmail setup to a
postfix/dovecot which uses mysql table. I tried copying the encryted
password from vpasswd to the mysql table, but it is not authenticating, so I
assumed the encryption method is different in the two cases. Is there any
way to migrate the passwords?

On Sat, Feb 20, 2010 at 7:04 AM,  wrote:

> No!
>
> Passwords are encrypted by a 1-way method...
>
> Too bad...
>
> april majd a écrit :
>  > Hi,
> >
> > I have vopmail/qmail on a server and it shows passwords encrypted in
> > vpasswd files. I would like to see the passwords, if I recompile
> > vpopmail(and upgrade too) with the clear password option, will I be
> > able to see the passwords that are previously encrypted.
> >
> > Thank you.
> > 
>


!DSPAM:4b7f62f032711667413375!


Re: [vchkpw] vpopmail clear password

2010-02-19 Thread vpopmail
No!

Passwords are encrypted by a 1-way method...

Too bad...

april majd a écrit :
> Hi,
>  
> I have vopmail/qmail on a server and it shows passwords encrypted in
> vpasswd files. I would like to see the passwords, if I recompile
> vpopmail(and upgrade too) with the clear password option, will I be
> able to see the passwords that are previously encrypted.
>  
> Thank you.
>  

!DSPAM:4b7f5f4732711485189820!



[vchkpw] vpopmail clear password

2010-02-19 Thread april majd
Hi,

I have vopmail/qmail on a server and it shows passwords encrypted in vpasswd
files. I would like to see the passwords, if I recompile vpopmail(and
upgrade too) with the clear password option, will I be able to see the
passwords that are previously encrypted.

Thank you.


!DSPAM:4b7f5ca332711726418837!


Re: [vchkpw] vpopmail - dovecot - cluster configuration

2010-01-05 Thread Remo Mattei
Hi there I do not have any problems at all.

Ciao
Remo


On 1/5/10 02:48 , "Juraj Hantak"  wrote:

> Hi,
> 
> Thank you for response.
> 
> My dovecot configuration is almost the same.
> 
> My question is: Is this functionality working at all. Have you tried it?
> 
> Try the situation when the master (write) database go down. (unreachable)
> 
> Are still the other nodes able to log in users (without the information
> about last log in)
> 
> 
> Thanx


!DSPAM:4b435edb32711720515753!



Re: [vchkpw] vpopmail - dovecot - cluster configuration

2010-01-05 Thread Juraj Hantak

Hi,

Thank you for response.

My dovecot configuration is almost the same.

My question is: Is this functionality working at all. Have you tried it?

Try the situation when the master (write) database go down. (unreachable)

Are still the other nodes able to log in users (without the information 
about last log in)



Thanx

--
S pozdravom / best regards

Juraj Hantak



On 4. 1. 2010 16:39, Remo Mattei wrote:

You should have pop and imap for dovecot :)
Not sure your conf is correct here is mine


protocols = imap imaps
listen = *
disable_plaintext_auth = no
shutdown_clients = yes
syslog_facility = local7  #<-- Ensure this is set up in syslog conf
ssl_disable = no
login_user = dovecot
login_dir = /home/dovecot/
login_max_connections = 4096
login_greeting =  Italy1 IMAP Server   #<-- CUSTOMISE FOR YOUR
SITE
#default_mail_env = maildir:%h/Maildir
ssl_cert_file = /usr/local/etc/ssl/italy1-cert.pem
ssl_key_file = /usr/local/etc/ssl/italy1.pem
first_valid_uid = 89
first_valid_gid = 89

protocol imap {
 listen = *:143
 ssl_listen = *:993
   #mail_plugins = quota imap_quota
   #login_greeting_capability = no
 mail_plugin_dir = /usr/local/lib/dovecot/imap
   imap_client_workarounds = outlook-idle
}


auth_process_size = 512
auth_cache_size = 1024
auth_cache_ttl = 3600
auth default {
   mechanisms = plain

   # vpopmail authentication
   passdb vpopmail {
 #args =
   }

   # vpopmail
   userdb vpopmail {
   }

   user = root
}

dict {
   #quota = mysql:/etc/dovecot-dict-quota.conf
}

plugin {
   quota = maildir
}



On 1/4/10 02:58 , "Juraj Hantak"  wrote:

   

Hi,

We are using vpopmail - dovecot in a cluster configuration.(
--enable-mysql-replication ) enabled.

Vpopmail is configured to use two connection, (1 for reading 1 for
writing) .

Mysql replications are also configured and working

Using:  vpopmail 5.4.27
dovecot :  1.2.9

Problem:
After the writing connection go down the authorization for users is not
working.

We are getting timeouts for user authorizations.

Please can you confirm that this cluster configuration is working with
dovecot without problem?

We are getting:
dovecot: pop3-login: Can't connect to auth server at default: Resource
temporarily unavailable
at the same time vchkpw running over qmail was working well. (SMTP auth)


In dovecot we have:
auth default {
 mechanisms = plain
 passdb vpopmail {
 }
 userdb vpopmail {
 }
 user = vpopmail
}


With courier imap there was not this problem.

Thank you for any response.
 





   


!DSPAM:4b430afb32712070620025!



Re: [vchkpw] vpopmail - dovecot - cluster configuration

2010-01-04 Thread Remo Mattei
You should have pop and imap for dovecot :)
Not sure your conf is correct here is mine


protocols = imap imaps
listen = *
disable_plaintext_auth = no
shutdown_clients = yes
syslog_facility = local7  #<-- Ensure this is set up in syslog conf
ssl_disable = no
login_user = dovecot
login_dir = /home/dovecot/
login_max_connections = 4096
login_greeting =  Italy1 IMAP Server   # <-- CUSTOMISE FOR YOUR
SITE
#default_mail_env = maildir:%h/Maildir
ssl_cert_file = /usr/local/etc/ssl/italy1-cert.pem
ssl_key_file = /usr/local/etc/ssl/italy1.pem
first_valid_uid = 89
first_valid_gid = 89

protocol imap {
listen = *:143
ssl_listen = *:993
  #mail_plugins = quota imap_quota
  #login_greeting_capability = no
mail_plugin_dir = /usr/local/lib/dovecot/imap
  imap_client_workarounds = outlook-idle
}


auth_process_size = 512
auth_cache_size = 1024
auth_cache_ttl = 3600
auth default {
  mechanisms = plain

  # vpopmail authentication
  passdb vpopmail {
#args =
  }

  # vpopmail
  userdb vpopmail {
  }

  user = root
}

dict {
  #quota = mysql:/etc/dovecot-dict-quota.conf
}

plugin {
  quota = maildir
}



On 1/4/10 02:58 , "Juraj Hantak"  wrote:

> Hi,
> 
> We are using vpopmail - dovecot in a cluster configuration.(
> --enable-mysql-replication ) enabled.
> 
> Vpopmail is configured to use two connection, (1 for reading 1 for
> writing) .
> 
> Mysql replications are also configured and working
> 
> Using:  vpopmail 5.4.27
> dovecot :  1.2.9
> 
> Problem:
> After the writing connection go down the authorization for users is not
> working.
> 
> We are getting timeouts for user authorizations.
> 
> Please can you confirm that this cluster configuration is working with
> dovecot without problem?
> 
> We are getting:
> dovecot: pop3-login: Can't connect to auth server at default: Resource
> temporarily unavailable
> at the same time vchkpw running over qmail was working well. (SMTP auth)
> 
> 
> In dovecot we have:
> auth default {
> mechanisms = plain
> passdb vpopmail {
> }
> userdb vpopmail {
> }
> user = vpopmail
> }
> 
> 
> With courier imap there was not this problem.
> 
> Thank you for any response.


!DSPAM:4b420bb132711237280688!



[vchkpw] vpopmail - dovecot - cluster configuration

2010-01-04 Thread Juraj Hantak

Hi,

We are using vpopmail - dovecot in a cluster configuration.( 
--enable-mysql-replication ) enabled.


Vpopmail is configured to use two connection, (1 for reading 1 for 
writing) .


Mysql replications are also configured and working

Using:  vpopmail 5.4.27
dovecot :  1.2.9

Problem:
After the writing connection go down the authorization for users is not 
working.


We are getting timeouts for user authorizations.

Please can you confirm that this cluster configuration is working with 
dovecot without problem?


We are getting:
dovecot: pop3-login: Can't connect to auth server at default: Resource 
temporarily unavailable

at the same time vchkpw running over qmail was working well. (SMTP auth)


In dovecot we have:
auth default {
   mechanisms = plain
   passdb vpopmail {
   }
   userdb vpopmail {
   }
   user = vpopmail
}


With courier imap there was not this problem.

Thank you for any response.

--
S pozdravom / best regards

Juraj Hantak



!DSPAM:4b41bbbd32712038515954!



Re: [vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Joshua Megerman

>> Did you perhaps mean to have vpopmail store the user passwords in
>> plain text? I'm just checking, because to me it seems to lower
>> security and it seems to defeat the purpose of working with hashed
>> passwords. Could you please confirm this?
>
> Yes, thats what I meant by my comment. You need the plain text passwords
> in the vpopmail database. Having plain text passwords in the database
> doesn't necessarily lower the security as your database can be on a host
> which is not accessable to anything by the authenticating machine.
>
Just to elaborate on the point, CRAM-MD5 authentication REQUIRES that the
passwords be stored as plaintext, as that's the only way to verify the MD5
hash provided by the client. Server send the seed string, client
concatenates the seed and password (and maybe username, don't remember),
and sends the MD5 hash of that.  Server then concats the seed it sent with
the known plaintext password and compares the MD5 hash it comes up with to
that which the client sends.

It's a tradeoff - keeping plaintext passwords on a (hopefully) secure
server vs allowing the client to send the password in plaintext over the
network (though possibly over an encrypted channel).  I like it, but YMMV.

Josh

Joshua Megerman
SJGames MIB #5273 - OGRE AI Testing Division
You can't win; You can't break even; You can't even quit the game.
  - Layman's translation of the Laws of Thermodynamics
vpopm...@honorablemenschen.com


!DSPAM:4b22669432713716511896!



Re: [vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Ro Achterberg

At 16:07 11-12-2009, Shane Chrisp wrote:

Ro Achterberg wrote:




You will need to enable plain text passwords in the database to be 
able to use cram-md5.


In dovecot-sql.conf, I tried setting default_pass_scheme to both 
PLAIN and PLAIN-MD5, but none of which seemed to work. I'm probably 
missing the point.


Did you perhaps mean to have vpopmail store the user passwords in 
plain text? I'm just checking, because to me it seems to lower 
security and it seems to defeat the purpose of working with hashed 
passwords. Could you please confirm this?


Yes, thats what I meant by my comment. You need the plain text 
passwords in the vpopmail database. Having plain text passwords in 
the database doesn't necessarily lower the security as your database 
can be on a host which is not accessable to anything by the 
authenticating machine.


Shane


Thanks, I'll be trying that now. I agree with you on the security 
impact if you in fact had the luxury of building a setup like that. 
Unfortuntaly though, my colo box provides for a lot more than just an 
e-mail authentication backend.


I do however have it tightly locked down in a rather complex chrooted 
setup on top of a grsec hardened kernel, so I won't be worrying about 
it too much.


Thanks for your help!

Bye, Ro 



!DSPAM:4b2262ce32718688460864!



Re: [vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Shane Chrisp

Ro Achterberg wrote:




You will need to enable plain text passwords in the database to be 
able to use cram-md5.


In dovecot-sql.conf, I tried setting default_pass_scheme to both PLAIN 
and PLAIN-MD5, but none of which seemed to work. I'm probably missing 
the point.


Did you perhaps mean to have vpopmail store the user passwords in 
plain text? I'm just checking, because to me it seems to lower 
security and it seems to defeat the purpose of working with hashed 
passwords. Could you please confirm this?


Yes, thats what I meant by my comment. You need the plain text passwords 
in the vpopmail database. Having plain text passwords in the database 
doesn't necessarily lower the security as your database can be on a host 
which is not accessable to anything by the authenticating machine.


Shane

!DSPAM:4b22602a32711774717678!



Re: [vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Ro Achterberg

At 15:36 11-12-2009, Shane Chrisp wrote:

Ro Achterberg wrote:

Hi all,

I'm currently fine-tuning my qmail + vpopmail + Dovecot + MySQL 
installation and I believe I've run into a problem. Dovecot is 
servicing both IMAP and POP3, using MySQL as the authentication 
middle-man. It seems however that vpopmail is storing its passwords 
as MD5-CRYPT in the MySQL tables, while I want Dovecot to use 
CRAM-MD5. This seems to be the most used authentication scheme by 
far, and I'd like to avoid using PLAIN or LOGIN authentications as 
they're not up to my security standards.


When I try setting default_pass_scheme = CRAM-MD5 in 
dovecot-sql.conf, Dovecot's auth worker complains with the following line:


Dec 11 12:31:52 onion dovecot: auth-worker(default): 
sql(r...@greyhat.nl,127.0.0.1): Password in passdb is not in expected 
scheme CRAM-MD5


Which makes sense, because the passwords are stored as MD5-CRYPT by 
vpopmail. I assume that my setup is not unique in its kind, which 
makes me wonder what I'm doing wrong here! Any insights on how to 
make this work using CRAM-MD5 passwords throughout the whole system 
would be greatly appreciated.


Bye, Ro


You will need to enable plain text passwords in the database to be 
able to use cram-md5.


In dovecot-sql.conf, I tried setting default_pass_scheme to both 
PLAIN and PLAIN-MD5, but none of which seemed to work. I'm probably 
missing the point.


Did you perhaps mean to have vpopmail store the user passwords in 
plain text? I'm just checking, because to me it seems to lower 
security and it seems to defeat the purpose of working with hashed 
passwords. Could you please confirm this?


Bye, Ro 



!DSPAM:4b225df432711468934747!



Re: [vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Shane Chrisp

Ro Achterberg wrote:

Hi all,

I'm currently fine-tuning my qmail + vpopmail + Dovecot + MySQL 
installation and I believe I've run into a problem. Dovecot is 
servicing both IMAP and POP3, using MySQL as the authentication 
middle-man. It seems however that vpopmail is storing its passwords as 
MD5-CRYPT in the MySQL tables, while I want Dovecot to use CRAM-MD5. 
This seems to be the most used authentication scheme by far, and I'd 
like to avoid using PLAIN or LOGIN authentications as they're not up 
to my security standards.


When I try setting default_pass_scheme = CRAM-MD5 in dovecot-sql.conf, 
Dovecot's auth worker complains with the following line:


Dec 11 12:31:52 onion dovecot: auth-worker(default): 
sql(r...@greyhat.nl,127.0.0.1): Password in passdb is not in expected 
scheme CRAM-MD5


Which makes sense, because the passwords are stored as MD5-CRYPT by 
vpopmail. I assume that my setup is not unique in its kind, which 
makes me wonder what I'm doing wrong here! Any insights on how to make 
this work using CRAM-MD5 passwords throughout the whole system would 
be greatly appreciated.


Bye, Ro


You will need to enable plain text passwords in the database to be able 
to use cram-md5.


!DSPAM:4b2258e232711690019057!



[vchkpw] vpopmail + Dovecot + CRAM-MD5 problem

2009-12-11 Thread Ro Achterberg

Hi all,

I'm currently fine-tuning my qmail + vpopmail + Dovecot + MySQL 
installation and I believe I've run into a problem. Dovecot is 
servicing both IMAP and POP3, using MySQL as the authentication 
middle-man. It seems however that vpopmail is storing its passwords 
as MD5-CRYPT in the MySQL tables, while I want Dovecot to use 
CRAM-MD5. This seems to be the most used authentication scheme by 
far, and I'd like to avoid using PLAIN or LOGIN authentications as 
they're not up to my security standards.


When I try setting default_pass_scheme = CRAM-MD5 in 
dovecot-sql.conf, Dovecot's auth worker complains with the following line:


Dec 11 12:31:52 onion dovecot: auth-worker(default): 
sql(r...@greyhat.nl,127.0.0.1): Password in passdb is not in expected 
scheme CRAM-MD5


Which makes sense, because the passwords are stored as MD5-CRYPT by 
vpopmail. I assume that my setup is not unique in its kind, which 
makes me wonder what I'm doing wrong here! Any insights on how to 
make this work using CRAM-MD5 passwords throughout the whole system 
would be greatly appreciated.


Bye, Ro


!DSPAM:4b223afe32716543717066!



  1   2   3   4   5   6   7   8   9   10   >