[vchkpw] domain quota by Kernel

2008-11-19 Thread Geri Anggara
Dear Lists

If domain quota being enforced by Kernel, is there any
way vpopmail can trigger proper error message when such situation
occur:  "domain_is_over_quota" 


Best Regards
Geri Anggara

!DSPAM:492512c232311986644640!



[vchkpw] script to move spam to other folder

2008-11-17 Thread Geri Anggara
Hi List,

We used this in our previous system, a dot-qmail file to move tagged spam to 
other folder

|if [[ -n `sed -n -e '/^X-Spam: yes/p' -e'/^$/q' ]]; then maildirdeliver 
./Maildir/.Bulk/;exit 99; fi
./Maildir/

Now i meant to use quota

|if [[ -n `sed -n -e '/^X-Spam: yes/p' -e'/^$/q' ]]; then deliverquota -c 
./Maildir/.Bulk/;exit 99;fi

I got zero size file mail in .Bulk folder

Is there any better script ?

I can do it with condtomaildir from qtools package, but it has no maildirquota 
support.



Best Regards
Geri Anggara
NOC IndoInternet Jakarta
http://www.indo.net.id

!DSPAM:492154f032311433871989!



Re: [vchkpw] force create DomainDir based on inserted data to mysql

2008-11-13 Thread Geri Anggara
Hi Matthew, and All,

I really apologize for this.

I myself receive 4 times of Your complain about receiving it multiple times.

We currently are testing an antispam tech which require our outgoing mail be 
directed
to them first. I think it does involve. I will conctact them immediately.

For safety, i made "inter7.com:" in smtproutes. So it will be delivered 
directly without those.
So this posting, and next will go direclty to inter7.



Best Regards
Geri Anggara
NOC IndoInternet Jakarta
http://www.indo.net.id


On Thu, 13 Nov 2008 06:08:46 -0500
"real estate agent" <[EMAIL PROTECTED]> wrote:

> 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 4:53 AM
> Subject: Re: [vchkpw] force create DomainDir based on inserted data to mysql
> 
> 
> > Hi,
> >
> >
> >
> > On Thu, 13 Nov 2008 10:45:12 +0200
> > Antti Kanes <[EMAIL PROTECTED]> wrote:
> >
> >> Hi,
> >>
> >> We're using the vqadmin -tool to create domains; it creates the
> >> directory structure for the domain when adding the domain.
> >> Afterwards, our users manage their domains and users using qmailadmin.
> >>
> >> My question would be, why would you want to manually insert the data 
> >> instead?
> >> Or to be more clear, how are you creating your domains at the moment?
> >>
> >> cheers,
> >>   Antti Kanes
> >
> > I use /home/vpopmail/bin/vaddomain installed on the host offcourse.
> >
> > The reason is because we plan to proceed registration of domains
> > through another host that have it's own program, relates
> > to the billing purpose.
> >
> > That host will do insert to mysql of vpopmail and i was hoping "magic" to 
> > happen :)
> >
> > I think i'll give vqadmin a shot.
> >
> > Many-many thanks.
> >
> >
> >>
> >> Quoting Geri Anggara <[EMAIL PROTECTED]>:
> >>
> >> > Hi,
> >> >
> >> > Is it possible to automatic create Domain's Directory
> >> > (/home/vpopmail/do.ma.in) based
> >> > on inserted data to vpopmail's table in MySQL ?
> >> >
> >> > I know users home dir is possible if domain already created first
> >> >
> >> > Best Regards
> >> > Geri Anggara
> >> > NOC IndoInternet Jakarta
> >> > http://www.indo.net.id
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >>
> >>
> >>
> >>
> >
> > 
> >
> >
> > 
> 
> 
> 
> 
> 

!DSPAM:491c1b7e32319562657338!



Re: [vchkpw] force create DomainDir based on inserted data to mysql

2008-11-13 Thread Geri Anggara
Hi,



On Thu, 13 Nov 2008 10:45:12 +0200
Antti Kanes <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> We're using the vqadmin -tool to create domains; it creates the  
> directory structure for the domain when adding the domain.
> Afterwards, our users manage their domains and users using qmailadmin.
>
> My question would be, why would you want to manually insert the data instead?
> Or to be more clear, how are you creating your domains at the moment?
> 
> cheers,
>   Antti Kanes

I use /home/vpopmail/bin/vaddomain installed on the host offcourse.

The reason is because we plan to proceed registration of domains
through another host that have it's own program, relates 
to the billing purpose.

That host will do insert to mysql of vpopmail and i was hoping "magic" to 
happen :)

I think i'll give vqadmin a shot.

Many-many thanks.

 
> 
> Quoting Geri Anggara <[EMAIL PROTECTED]>:
> 
> > Hi,
> >
> > Is it possible to automatic create Domain's Directory   
> > (/home/vpopmail/do.ma.in) based
> > on inserted data to vpopmail's table in MySQL ?
> >
> > I know users home dir is possible if domain already created first
> >
> > Best Regards
> > Geri Anggara
> > NOC IndoInternet Jakarta
> > http://www.indo.net.id
> >
> > 
> >
> >
> 
> 
> 
> 
> 
> 

!DSPAM:491bf94132311911320462!



[vchkpw] force create DomainDir based on inserted data to mysql

2008-11-13 Thread Geri Anggara
Hi,

Is it possible to automatic create Domain's Directory (/home/vpopmail/do.ma.in) 
based
on inserted data to vpopmail's table in MySQL ?

I know users home dir is possible if domain already created first

Best Regards
Geri Anggara
NOC IndoInternet Jakarta
http://www.indo.net.id

!DSPAM:491be50632312957579589!



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!



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



[vchkpw] upgrade autorespond and vpopmail

2008-10-22 Thread Geri Anggara
Hi,

I use vpopmail and autorespond package. Currently vpopmail-5.4.18 and 
autorespond 2.0.5

Hopefully a quick question. If i upgrade autoresponder from 2.0.4 to 2.0.5 
should i
recompile/reinstall the Vpopmail itself ?

is it possible to install qmailadmin with "qmail-autoresponder" from 
http://untroubled.org ?

Thank's in advanced

Best Regards
Geri Anggara


!DSPAM:48fef7a032311252320887!