Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread Dvorkin Dmitry

0.0.0.0 is typically is an alias for "all interfaces" :)
used by servers to bind to all interfaces. not valid from the client side
if you need to connect using socket - use "localhost", using IP - "ip addr"
you can change this in /etc/my.cnf in [mysql] or something like [client] 
section of the config.


Tren Blackburn пишет:


0.0.0.0 is typically an alias for localhost. It's not used very often 
anymore, but it still works in many cases. Try pinging 0.0.0.0 and see 
what happens.


t.

- Original Message -
From: Antti Kanes <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Thu Nov 13 00:36:04 2008
Subject: Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hola,

As documented in vpopmail.mysql:
#
# Note:
#   The value of host may be either a hostname or an IP address.
#   If host is 'localhost', then sockets (Unix) or named pipes (Windows)
#   will be used instead of TCP/IP to connect to the server.

Thus, this is more related to your MySQL server configuration; If 
you've set up your
mysql server to listen to sockets, then localhost will work as a 
parameter.  And if
you've bind your mysql to listen to localhost (127.0.0.1) (and on 
linux servers, enabled

your lo interface), that will work.
0.0.0.0 should never work (or at least I can't see why it should work, 
not being a valid address at all).


In your case, I'd guess you've set your MySQL server to only listen to 
connections on

your servers public ip address

Cheers,
   Antti Kanes

Quoting Geri Anggara <[EMAIL PROTECTED]>:

> Hi,
>
>
> On Tue, 11 Nov 2008 14:16:46 -0800
> "Tren Blackburn" <[EMAIL PROTECTED]> wrote:
>
>> Domain quotas are broken, and have been for years now.
>>
>> Regards,
>>
>> Tren
>
> Many-many thanks.
>
> My problem was solved now. It relates to the existing mysql. Seems
> in my case i have to put IP-address in the 
/home/vpopmail/etc/vpopmail.mysql

>
> Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work,  
> but public IP, it worked.

>
> Don't really know why.
>
> Domain quota seem's like working, but breakable by small-size email.
>
>
>>
>> - Original Message -
>> From: Geri Anggara <[EMAIL PROTECTED]>
>> To: vchkpw@inter7.com 
>> Sent: Tue Nov 11 14:10:24 2008
>> Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql
>>
>> Hi,
>>
>> I need to use vpopmail 5.4.7 along with domainquotas support  
>> together with mysql.

>>
>> I have a very strange problem, that qmail-send log keep saying
>>
>> d z 1226437320.400681500 1226437320.400742500 1226437320.406664500  
>> 205 <> [EMAIL PROTECTED] 18797 502
>> d z 1226437320.400681500 1226437415.351574500 1226437415.381846500  
>> 205 <> [EMAIL PROTECTED] 18797 502
>> d z 1226438455.466867500 1226438455.466901500 1226438455.471854500  
>> 206 <> [EMAIL PROTECTED] 29832 502
>> d z 1226438455.466867500 1226438556.377593500 1226438556.382903500  
>> 206 <> [EMAIL PROTECTED] 29832 502

>>
>> Mail never gets delivered.
>>
>> With latest vpopmail, i see error
>>
>>  vdelivermail: deferred database_down
>>
>> Mail never gets delivered.
>>
>> I cannot see any other relevant error in /var/log/messages or  
>> /var/log/maillog.

>>
>> The database is not down since authenticating to vchkpw through  
>> port 110 is always successful. I use mysql 4.0.16 compiled.

>>
>>
>> It didn't happen if i use CDB.
>>
>>
>> Best Regards
>> Geri Anggara
>>
>>
>>
>>
>>
>
>
>
>








!DSPAM:491c547332311264916807!
begin:vcard
fn:Dmitry Dvorkin
n:Dvorkin;Dmitry
org:Take Over The World Inc;Evil Solutions
adr:;;;Tver;;170001;Russia
email;internet:[EMAIL PROTECTED]
title:Dr Evil
x-mozilla-html:FALSE
url:http://dvorkin.tvernet.ru
version:2.1
end:vcard



Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread Tren Blackburn
0.0.0.0 is typically an alias for localhost. It's not used very often anymore, 
but it still works in many cases. Try pinging 0.0.0.0 and see what happens.

t.

- Original Message -
From: Antti Kanes <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Thu Nov 13 00:36:04 2008
Subject: Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hola,

As documented in vpopmail.mysql:
#
# Note:
#   The value of host may be either a hostname or an IP address.
#   If host is 'localhost', then sockets (Unix) or named pipes (Windows)
#   will be used instead of TCP/IP to connect to the server.

Thus, this is more related to your MySQL server configuration; If  
you've set up your
mysql server to listen to sockets, then localhost will work as a  
parameter.  And if
you've bind your mysql to listen to localhost (127.0.0.1) (and on  
linux servers, enabled
your lo interface), that will work.
0.0.0.0 should never work (or at least I can't see why it should work,  
not being a valid address at all).

In your case, I'd guess you've set your MySQL server to only listen to  
connections on
your servers public ip address

Cheers,
   Antti Kanes

Quoting Geri Anggara <[EMAIL PROTECTED]>:

> Hi,
>
>
> On Tue, 11 Nov 2008 14:16:46 -0800
> "Tren Blackburn" <[EMAIL PROTECTED]> wrote:
>
>> Domain quotas are broken, and have been for years now.
>>
>> Regards,
>>
>> Tren
>
> Many-many thanks.
>
> My problem was solved now. It relates to the existing mysql. Seems
> in my case i have to put IP-address in the /home/vpopmail/etc/vpopmail.mysql
>
> Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work,   
> but public IP, it worked.
>
> Don't really know why.
>
> Domain quota seem's like working, but breakable by small-size email.
>
>
>>
>> - Original Message -
>> From: Geri Anggara <[EMAIL PROTECTED]>
>> To: vchkpw@inter7.com 
>> Sent: Tue Nov 11 14:10:24 2008
>> Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql
>>
>> Hi,
>>
>> I need to use vpopmail 5.4.7 along with domainquotas support   
>> together with mysql.
>>
>> I have a very strange problem, that qmail-send log keep saying
>>
>> d z 1226437320.400681500 1226437320.400742500 1226437320.406664500   
>> 205 <> [EMAIL PROTECTED] 18797 502
>> d z 1226437320.400681500 1226437415.351574500 1226437415.381846500   
>> 205 <> [EMAIL PROTECTED] 18797 502
>> d z 1226438455.466867500 1226438455.466901500 1226438455.471854500   
>> 206 <> [EMAIL PROTECTED] 29832 502
>> d z 1226438455.466867500 1226438556.377593500 1226438556.382903500   
>> 206 <> [EMAIL PROTECTED] 29832 502
>>
>> Mail never gets delivered.
>>
>> With latest vpopmail, i see error
>>
>>  vdelivermail: deferred database_down
>>
>> Mail never gets delivered.
>>
>> I cannot see any other relevant error in /var/log/messages or   
>> /var/log/maillog.
>>
>> The database is not down since authenticating to vchkpw through   
>> port 110 is always successful. I use mysql 4.0.16 compiled.
>>
>>
>> It didn't happen if i use CDB.
>>
>>
>> Best Regards
>> Geri Anggara
>>
>>
>>
>>
>>
>
> 
>
>






!DSPAM:491c296332311813012262!


Fw: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread real estate agent
I keep getting a copy of your emails.  I will forward them to you so you can 
see and fix your problem.


Kind regards,
Matthew
- Original Message - 
From: "Antti Kanes" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, November 13, 2008 3:36 AM
Subject: Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql



Hola,

As documented in vpopmail.mysql:
#
# Note:
#   The value of host may be either a hostname or an IP address.
#   If host is 'localhost', then sockets (Unix) or named pipes (Windows)
#   will be used instead of TCP/IP to connect to the server.

Thus, this is more related to your MySQL server configuration; If  you've 
set up your
mysql server to listen to sockets, then localhost will work as a 
parameter.  And if
you've bind your mysql to listen to localhost (127.0.0.1) (and on  linux 
servers, enabled

your lo interface), that will work.
0.0.0.0 should never work (or at least I can't see why it should work, 
not being a valid address at all).


In your case, I'd guess you've set your MySQL server to only listen to 
connections on

your servers public ip address

Cheers,
  Antti Kanes

Quoting Geri Anggara <[EMAIL PROTECTED]>:


Hi,


On Tue, 11 Nov 2008 14:16:46 -0800
"Tren Blackburn" <[EMAIL PROTECTED]> wrote:


Domain quotas are broken, and have been for years now.

Regards,

Tren


Many-many thanks.

My problem was solved now. It relates to the existing mysql. Seems
in my case i have to put IP-address in the 
/home/vpopmail/etc/vpopmail.mysql


Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work,   but 
public IP, it worked.


Don't really know why.

Domain quota seem's like working, but breakable by small-size email.




- Original Message -
From: Geri Anggara <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Tue Nov 11 14:10:24 2008
Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hi,

I need to use vpopmail 5.4.7 along with domainquotas support   together 
with mysql.


I have a very strange problem, that qmail-send log keep saying

d z 1226437320.400681500 1226437320.400742500 1226437320.406664500   205 
<> [EMAIL PROTECTED] 18797 502
d z 1226437320.400681500 1226437415.351574500 1226437415.381846500   205 
<> [EMAIL PROTECTED] 18797 502
d z 1226438455.466867500 1226438455.466901500 1226438455.471854500   206 
<> [EMAIL PROTECTED] 29832 502
d z 1226438455.466867500 1226438556.377593500 1226438556.382903500   206 
<> [EMAIL PROTECTED] 29832 502


Mail never gets delivered.

With latest vpopmail, i see error

vdelivermail: deferred database_down

Mail never gets delivered.

I cannot see any other relevant error in /var/log/messages or 
/var/log/maillog.


The database is not down since authenticating to vchkpw through   port 
110 is always successful. I use mysql 4.0.16 compiled.



It didn't happen if i use CDB.


Best Regards
Geri Anggara




















!DSPAM:491c0af232311696621260!



Fw: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread real estate agent
I keep getting a copy of your emails.  I will forward them to you so you can 
see and fix your problem.


Kind regards,
Matthew
- Original Message - 
From: "Geri Anggara" <[EMAIL PROTECTED]>

To: <>
Sent: Thursday, November 13, 2008 3:18 AM
Subject: Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql



Hi,


On Tue, 11 Nov 2008 14:16:46 -0800
"Tren Blackburn" <[EMAIL PROTECTED]> wrote:


Domain quotas are broken, and have been for years now.

Regards,

Tren


Many-many thanks.

My problem was solved now. It relates to the existing mysql. Seems
in my case i have to put IP-address in the 
/home/vpopmail/etc/vpopmail.mysql


Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work, but 
public IP, it worked.


Don't really know why.

Domain quota seem's like working, but breakable by small-size email.




- Original Message -
From: Geri Anggara <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Tue Nov 11 14:10:24 2008
Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hi,

I need to use vpopmail 5.4.7 along with domainquotas support together 
with mysql.


I have a very strange problem, that qmail-send log keep saying

d z 1226437320.400681500 1226437320.400742500 1226437320.406664500 205 <> 
[EMAIL PROTECTED] 18797 502
d z 1226437320.400681500 1226437415.351574500 1226437415.381846500 205 <> 
[EMAIL PROTECTED] 18797 502
d z 1226438455.466867500 1226438455.466901500 1226438455.471854500 206 <> 
[EMAIL PROTECTED] 29832 502
d z 1226438455.466867500 1226438556.377593500 1226438556.382903500 206 <> 
[EMAIL PROTECTED] 29832 502


Mail never gets delivered.

With latest vpopmail, i see error

vdelivermail: deferred database_down

Mail never gets delivered.

I cannot see any other relevant error in /var/log/messages or 
/var/log/maillog.


The database is not down since authenticating to vchkpw through port 110 
is always successful. I use mysql 4.0.16 compiled.



It didn't happen if i use CDB.


Best Regards
Geri Anggara














!DSPAM:491c0a9a32311263880303!



Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread Antti Kanes

Hola,

As documented in vpopmail.mysql:
#
# Note:
#   The value of host may be either a hostname or an IP address.
#   If host is 'localhost', then sockets (Unix) or named pipes (Windows)
#   will be used instead of TCP/IP to connect to the server.

Thus, this is more related to your MySQL server configuration; If  
you've set up your
mysql server to listen to sockets, then localhost will work as a  
parameter.  And if
you've bind your mysql to listen to localhost (127.0.0.1) (and on  
linux servers, enabled

your lo interface), that will work.
0.0.0.0 should never work (or at least I can't see why it should work,  
not being a valid address at all).


In your case, I'd guess you've set your MySQL server to only listen to  
connections on

your servers public ip address

Cheers,
  Antti Kanes

Quoting Geri Anggara <[EMAIL PROTECTED]>:


Hi,


On Tue, 11 Nov 2008 14:16:46 -0800
"Tren Blackburn" <[EMAIL PROTECTED]> wrote:


Domain quotas are broken, and have been for years now.

Regards,

Tren


Many-many thanks.

My problem was solved now. It relates to the existing mysql. Seems
in my case i have to put IP-address in the /home/vpopmail/etc/vpopmail.mysql

Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work,   
but public IP, it worked.


Don't really know why.

Domain quota seem's like working, but breakable by small-size email.




- Original Message -
From: Geri Anggara <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Tue Nov 11 14:10:24 2008
Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hi,

I need to use vpopmail 5.4.7 along with domainquotas support   
together with mysql.


I have a very strange problem, that qmail-send log keep saying

d z 1226437320.400681500 1226437320.400742500 1226437320.406664500   
205 <> [EMAIL PROTECTED] 18797 502
d z 1226437320.400681500 1226437415.351574500 1226437415.381846500   
205 <> [EMAIL PROTECTED] 18797 502
d z 1226438455.466867500 1226438455.466901500 1226438455.471854500   
206 <> [EMAIL PROTECTED] 29832 502
d z 1226438455.466867500 1226438556.377593500 1226438556.382903500   
206 <> [EMAIL PROTECTED] 29832 502


Mail never gets delivered.

With latest vpopmail, i see error

vdelivermail: deferred database_down

Mail never gets delivered.

I cannot see any other relevant error in /var/log/messages or   
/var/log/maillog.


The database is not down since authenticating to vchkpw through   
port 110 is always successful. I use mysql 4.0.16 compiled.



It didn't happen if i use CDB.


Best Regards
Geri Anggara














!DSPAM:491be6f932314948813182!



Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-13 Thread Geri Anggara
Hi, 


On Tue, 11 Nov 2008 14:16:46 -0800
"Tren Blackburn" <[EMAIL PROTECTED]> wrote:

> Domain quotas are broken, and have been for years now. 
> 
> Regards,
> 
> Tren

Many-many thanks.

My problem was solved now. It relates to the existing mysql. Seems
in my case i have to put IP-address in the /home/vpopmail/etc/vpopmail.mysql

Somehow 'localhost' not work, 127.0.0.1 not work, 0.0.0.0 not work, but public 
IP, it worked.

Don't really know why.

Domain quota seem's like working, but breakable by small-size email.


> 
> - Original Message -
> From: Geri Anggara <[EMAIL PROTECTED]>
> To: vchkpw@inter7.com 
> Sent: Tue Nov 11 14:10:24 2008
> Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql
> 
> Hi,
> 
> I need to use vpopmail 5.4.7 along with domainquotas support together with 
> mysql.
> 
> I have a very strange problem, that qmail-send log keep saying
> 
> d z 1226437320.400681500 1226437320.400742500 1226437320.406664500 205 <> 
> [EMAIL PROTECTED] 18797 502 
> d z 1226437320.400681500 1226437415.351574500 1226437415.381846500 205 <> 
> [EMAIL PROTECTED] 18797 502 
> d z 1226438455.466867500 1226438455.466901500 1226438455.471854500 206 <> 
> [EMAIL PROTECTED] 29832 502 
> d z 1226438455.466867500 1226438556.377593500 1226438556.382903500 206 <> 
> [EMAIL PROTECTED] 29832 502 
> 
> Mail never gets delivered.
> 
> With latest vpopmail, i see error
> 
>   vdelivermail: deferred database_down
> 
> Mail never gets delivered.
> 
> I cannot see any other relevant error in /var/log/messages or 
> /var/log/maillog.
> 
> The database is not down since authenticating to vchkpw through port 110 is 
> always successful. I use mysql 4.0.16 compiled.
> 
> 
> It didn't happen if i use CDB.
> 
> 
> Best Regards
> Geri Anggara
> 
> 
> 
> 
> 

!DSPAM:491be2d032312057418355!



Re: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-11 Thread Tren Blackburn
Domain quotas are broken, and have been for years now. 

Regards,

Tren

- Original Message -
From: Geri Anggara <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Tue Nov 11 14:10:24 2008
Subject: [vchkpw] delivery problem vpopmail 5.4.7 + mysql

Hi,

I need to use vpopmail 5.4.7 along with domainquotas support together with 
mysql.

I have a very strange problem, that qmail-send log keep saying

d z 1226437320.400681500 1226437320.400742500 1226437320.406664500 205 <> 
[EMAIL PROTECTED] 18797 502 
d z 1226437320.400681500 1226437415.351574500 1226437415.381846500 205 <> 
[EMAIL PROTECTED] 18797 502 
d z 1226438455.466867500 1226438455.466901500 1226438455.471854500 206 <> 
[EMAIL PROTECTED] 29832 502 
d z 1226438455.466867500 1226438556.377593500 1226438556.382903500 206 <> 
[EMAIL PROTECTED] 29832 502 

Mail never gets delivered.

With latest vpopmail, i see error

vdelivermail: deferred database_down

Mail never gets delivered.

I cannot see any other relevant error in /var/log/messages or /var/log/maillog.

The database is not down since authenticating to vchkpw through port 110 is 
always successful. I use mysql 4.0.16 compiled.


It didn't happen if i use CDB.


Best Regards
Geri Anggara




!DSPAM:491a045832314832715160!


[vchkpw] delivery problem vpopmail 5.4.7 + mysql

2008-11-11 Thread Geri Anggara
Hi,

I need to use vpopmail 5.4.7 along with domainquotas support together with 
mysql.

I have a very strange problem, that qmail-send log keep saying

d z 1226437320.400681500 1226437320.400742500 1226437320.406664500 205 <> 
[EMAIL PROTECTED] 18797 502 
d z 1226437320.400681500 1226437415.351574500 1226437415.381846500 205 <> 
[EMAIL PROTECTED] 18797 502 
d z 1226438455.466867500 1226438455.466901500 1226438455.471854500 206 <> 
[EMAIL PROTECTED] 29832 502 
d z 1226438455.466867500 1226438556.377593500 1226438556.382903500 206 <> 
[EMAIL PROTECTED] 29832 502 

Mail never gets delivered.

With latest vpopmail, i see error

vdelivermail: deferred database_down

Mail never gets delivered.

I cannot see any other relevant error in /var/log/messages or /var/log/maillog.

The database is not down since authenticating to vchkpw through port 110 is 
always successful. I use mysql 4.0.16 compiled.


It didn't happen if i use CDB.


Best Regards
Geri Anggara

!DSPAM:491a02e232319493219462!