Re: the_dir

2001-06-27 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > Hi, I just installed vpopmail-4.9.10 and this is my first entry > created in dir_control table: > 'domain.name',1,0,3,0,0,0,61,61,61,0,2,4,0,0,0,'' > > the last value of the_dir is still empty (''), then I vadduser (let says) > 3000 mailboxes. > > Several mailboxes

Re: vpopmail & Alias's

2001-06-27 Thread Ken Jones
Mick wrote: > > How are alias's created for Vpopmail users? > > Thanks > > Mick It can use standard .qmail files. Place them in the directory of the virtual domain. alias of [EMAIL PROTECTED] /home/vpopmail/domains/test.com/.qmail-joe Ken Jones

how do i send a message for new user

2001-06-27 Thread hari_bhr
hi   i ahve installed vpopmail its running fine i would like to send a message when the user login for the first time like how yahoo does. like thanks message how do i send. and how do i specify his quota   thanks

vpopmail & Alias's

2001-06-27 Thread Mick
How are alias's created for Vpopmail users? Thanks Mick

Re: User over quota message

2001-06-27 Thread chris
Arggg, the code looks good. I'd love to impliment it but it's based on 4.9.10... Agus, any chance you'd be willing to look into adding your code to the current code base? IE. 4.10.24 ? Chris Bunnell

the_dir

2001-06-27 Thread kisanak
Hi, I just installed vpopmail-4.9.10 and this is my first entry created in dir_control table: 'domain.name',1,0,3,0,0,0,61,61,61,0,2,4,0,0,0,'' the last value of the_dir is still empty (''), then I vadduser (let says) 3000 mailboxes. Several mailboxes (98 mailboxes) was created in ~vpopmail/dom

Re: Vpopmail && Ezmlm

2001-06-27 Thread Ken Jones
Myke Corredera wrote: > > I installed Ezmlm 0.53 the other day and I went to go add a Mailing > List via WebMail and I get error messages that tell me that there is > in Internal Server Error is wrong. I am new to Qmail and WebMail so > I am not sure what the problem is. Does anyone have an idea

Vpopmail && Ezmlm

2001-06-27 Thread Myke Corredera
I installed Ezmlm 0.53 the other day and I went to go add a Mailing List via WebMail and I get error messages that tell me that there is in Internal Server Error is wrong. I am new to Qmail and WebMail so I am not sure what the problem is. Does anyone have an idea as to what to do ? I need to be a

Re: More stuff

2001-06-27 Thread Syed Faruque Ahmed
You have to set the environment to pick up the library paths before running the configure script. See FAQ No. 28 in the new vpopmail. i.e. 28. How do I compile sqwebmail with vpopmail and mysql? At the begining of your sqwebmail configure add this: env "LIBS=-L/usr/lib/mysql -lmysql

Re: User over quota message

2001-06-27 Thread chris
A kind list member sent some code last night... I'm going to dig into it. > Sounds like a good feature. I do not need it myself. > How do we avoid sending a user multiple over quota > messages? I guess that would complicate things.. I don't really have an issue with them get one "over quota"

More stuff

2001-06-27 Thread KEnet Webmaster
I will be replying to the previous queries re: support tonight. In the meantime, here is a problem I have run into with sqwebmail being setup. e/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_setquota_size': /home/archives/vpopmail-4.9.10/vauth.c:363: undefined reference to `mysql_query

qmail + vpopmail + maildrop + sqwebmail

2001-06-27 Thread Andrea Cerrito
Hi to all. I'm trying to use new sqwebmail features about autoresponders / mail filtering. I've set and running a working farm with qmail 1.0.3 / vpopmail 4.9.8 / sqwebmail 2.0.0 but I'd like to delete autorespond and use maildrop with updated vpopmail 4.10.24 / sqwebmail 2.1.1. What I have to d

RE: vpopmail filtering

2001-06-27 Thread Tim Hunter
Essentially its like this install maildrop create a .qmail-user in ~vpopmail/domains/thedomain.com/ for the user you want to filter edit .qmail-user to contain: maildrop /path/to/some/mailfilter edit mailfilter accordingly If you want to be able to view/edit in sqwebmail (though your edits in sq

Re: User over quota message

2001-06-27 Thread Syed Faruque Ahmed
:-) But Ken, did you look at Agus's code? I noticed some additions with fck and fps calls. Since I plan to migrate to newer versions of vpopmail and qmailadmin (eventually ;-)), any comments on incorporation of this code into 4.9.10/0.45 and your ideas for the future? Faruque At 02:48 PM 6

Re: User over quota message

2001-06-27 Thread Ken Jones
I like the idea of a file based method. Less code needs to be changed and it will work across all authentication modules. The thought of updating every auth module, and doing regression testing makes me want to run for the hills. Ken JOnes Syed Faruque Ahmed wrote: > > I think I will try Agus'

Re: SMTP problem

2001-06-27 Thread Ken Jones
dkwok wrote: > > > 220 mx1.optushome.com.au ESMTP Sendmail 8.9.1/8.9.1; Wed, 27 Jun 2001 > > 18:03:56 > > > >there is the problem right there :) > > > > I don't get it quite well. I am just guessing. You are saying the receipien

Re: User over quota message

2001-06-27 Thread Syed Faruque Ahmed
I think I will try Agus's patch, it sounds easy. Although putting in a flag in vpasswd file/table against a user seems more sensible in the long run, it sounds rather complicated as a lot more related code might have to be changed. I guess Ken can decide on this for a new release, along with

Re: SMTP problem

2001-06-27 Thread dkwok
> 220 mx1.optushome.com.au ESMTP Sendmail 8.9.1/8.9.1; Wed, 27 Jun 2001 > 18:03:56 > >there is the problem right there :) > I don't get it quite well. I am just guessing. You are saying the receipient email server use a extended

Re: User over quota message

2001-06-27 Thread Chris
It's a good features. Ken, can you add this to the next release? you can use a diable/enable flag on the vpasswd. or add --enable-quotawarning=yes option to the configure script. Chris Chan - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: "chris" <[EMAIL PROTECT

Re: User over quota message

2001-06-27 Thread tonix (Antonio Nati)
I feel it could be solved only patching pop3d demon, letting him generate a first fake messages when user mailbox has exceeded (or it's going to do) its quota. So it doesn't waste space, it's always delivered, etc. But, before this patch, I would like to find an unique centralized way to store

Re: User over quota message

2001-06-27 Thread Agus Basyari
> chris wrote: > > > > Hello all, > > > > I've read the archive about this subject already, but still don't have a > > clear answer. I have hardquota set. I tested it and it worked correctly by > > bouncing a message > 1K back to the sender, while still allowing <1K > > messages to be delivered

Re: User over quota message

2001-06-27 Thread Adrian Purnama
Hi, > > I've read the archive about this subject already, but still don't have a > > clear answer. I have hardquota set. I tested it and it worked correctly by > > bouncing a message > 1K back to the sender, while still allowing <1K > > messages to be delivered. Can we disable this feature ?

Re: User over quota message

2001-06-27 Thread Thomas Foerster
Hi, > chris wrote: >> >> Hello all, >> >> I've read the archive about this subject already, but still don't have a >> clear answer. I have hardquota set. I tested it and it worked correctly by >> bouncing a message > 1K back to the sender, while still allowing <1K >> messages to be delivered. >

Re: SMTP problem

2001-06-27 Thread Ken Jones
> dkwok wrote: > > Just lately I can see a lot of smtp error from the maillog. > > Jun 27 15:04:18 rat qmail: 993618258.266703 end msg 201631 > Jun 27 15:07:15 rat qmail: 993618435.241489 starting delivery 9199: > msg 201646 to remote [EMAIL PROTECTED] > Jun 27 15:07:15 rat qmail: 993618435.2434

Re: User over quota message

2001-06-27 Thread Ken Jones
chris wrote: > > Hello all, > > I've read the archive about this subject already, but still don't have a > clear answer. I have hardquota set. I tested it and it worked correctly by > bouncing a message > 1K back to the sender, while still allowing <1K > messages to be delivered. > > What I h