Re: [vchkpw] File busy try again later error

2003-10-08 Thread Kittiwat Manosuthi
On Tuesday, October 07, 2003 5:27 PM; I wrote:

> Our pop server is seeing a little more load recently and some of 
> the users are getting "File busy try again later" error when they 
> tried to pop their mail. I check the archive and found some people 
> getting the same problem recently but no answer. So I went to the 
> source, and found that the error msg is in file_lock.c with 
> 2 #define in file_lock.h.
> 
> #define MAX_TRY_RLOCK   10
> #define MAX_TRY_WLOCK   15
> 
> I did double those, and recompile and install, and the error seems 
> to be gone. 


Anwering to myself... not really. The problem went away
temporarily. When load goes up again, it comes back.
So my last attempt was to rebuild vpopmail with these 2
more ./configure options:

--enable-file-locking=n --enable-logging=n

It's not the best thing to do, but well, we're moving all data
off from this server to a new server as scheduled earlier. :)

Cheers,
Kittiwat




Re: [vchkpw] 5.2.1 compile error

2003-10-08 Thread X-Istence




[EMAIL PROTECTED] wrote:

  Figured it would be wise to provide my configure options:

./configure --enable-mysql=y --enable-libs=/usr/lib/mysql \
--enable-roaming-users=y --enable-defaultquota=10485760S,1000C \
--enable-mysql-replication=y --enable-logging=p \
--enable-mysql-logging=y --enable-clear-passwd=y

Hope this can help figure what is going on below... :-/

-Patrick Lahni
 [EMAIL PROTECTED]

Quoting [EMAIL PROTECTED]:

  
  
I'm getting the following error compiling vpopmail-5.2.1 on a Redhat 7.3
box:

In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2

Any ideas why its spitting out that error?

-Patrick Lahni
 [EMAIL PROTECTED]

-
This mail sent through IMP: http://horde.org/imp/




  
  



-
This mail sent through IMP: http://horde.org/imp/





  

Looks like it says it found an error, basically, there are 2 " missing
from the source.




Re: [vchkpw] 5.2.1 compile error

2003-10-08 Thread Michael Bowe
> I'm getting the following error compiling vpopmail-5.2.1 on a Redhat 7.3
box:
>
> In file included from vauth.c:32:
> vmysql.h:53:22: missing terminating " character
> vmysql.h:60:35: missing terminating " character
> make[2]: *** [vauth.o] Error 1
> make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/vpopmail-5.2.1'
> make: *** [all-recursive-am] Error 2
>
> Any ideas why its spitting out that error?

that is a known bug with 5.2.1
It is fixed in 5.2.2
Also it is fixed in the dev releases such as 5.3.28

You can get 5.2.2 / 5.3.28 from
http://www.sourceforge.net/projects/vpopmail

Michael.



[vchkpw] virtual domain limit in /var/vpopmail/domains ?

2003-10-08 Thread Jan Reilink
Hi list,

Running vpopmail 5.2.1 we noticed the following:

We have 17287 virtual domains in /var/vpopmail/domains and new domains are 
now placed in /var/vpopmail/domains/0/ (100 in total) and 
/var/vpopmail/domains/1/ (65 at this moment).

Is there a maximum per directory ? And, if yes, the maximum is?

[EMAIL PROTECTED]:/var/vpopmail/domains# ls -1 |wc -l
  17287
[EMAIL PROTECTED]:/var/vpopmail/domains# cd 0/
[EMAIL PROTECTED]:/var/vpopmail/domains/0# ls -1 |wc -l
100
[EMAIL PROTECTED]:/var/vpopmail/domains/0# cd ../1
[EMAIL PROTECTED]:/var/vpopmail/domains/1# ls -1 |wc -l
 65
[EMAIL PROTECTED]:/var/vpopmail/domains/1#
I've read through the manpages but I couldn't find anything about such a limit.

Thanks in advance for your help.

--
Met vriendelijke groet / Best regards,
Jan Reilink
VEVIDA Nederland BV




[vchkpw] Re-injection of email from .qmail-default

2003-10-08 Thread Jeff Koch
We've have searched the mailing lists archives on this list and several 
other but have not found the answer to this question. Maybe someone can advise.

We would like to know if it is possible to re-inject mail for delivery by 
smtp after vpopmail has dropped it into a domain's .qmail-default file. 
Basically, we're trying to setup a mailserver that stores messages for some 
domains but routes messages by smtp for others AFTER performing some 
operations on them by commands within the .qmail-default file.

We do not want to forward the messages to an email address but instead want 
to route them using smtp to another mailserver willing to accept email for 
that domain.

Any suggestions would be appreciated.



Best Regards,

Jeff Koch 





[vchkpw] Re: Re-injection of email from .qmail-default

2003-10-08 Thread Peter Palmreuther
Hello Jeff,

On Wednesday, October 8, 2003 at 5:04:03 PM you wrote (at least in
part):

> We would like to know if it is possible to re-inject mail for delivery by
> smtp after vpopmail has dropped it into a domain's .qmail-default file.
> Basically, we're trying to setup a mailserver that stores messages for some
> domains but routes messages by smtp for others AFTER performing some
> operations on them by commands within the .qmail-default file.

> We do not want to forward the messages to an email address but instead want
> to route them using smtp to another mailserver willing to accept email for
> that domain.

You shouldn't store them in '.qmail-default', but in a Maildir where
.qmail-default directs them to (it would be unwise to store them in
the file containing /the/ delivery instructions).

With this setup you can send the mails in this Maildir out via SMTP by
using 'maildirsmtp' tool from 'serialmail' package[1].

This should be sufficient according to what you've written, IF you
don't mind "performing some operations" on multiple files (as Maildir
stores each mail in a new file) instead of one 'Mailbox' file.

[1]: http://cr.yp.to/serialmail.html
-- 
Best regards
Peter Palmreuther

In the morning, laughing happy fish heads,  in the evening, floating
in the soup...  They can't play baseball, they don't wear sweaters,




[vchkpw] Re: Can I sent message to all domain

2003-10-08 Thread Peter Palmreuther
Hello Songrit,

On Wednesday, October 8, 2003 at 9:14:53 PM you wrote (at least in
part):

>   Can I sent message to all domain.

Yes. Simply address it to all intended recipients or create a
'template' mail and make use of 'vpopbull' and iterate through a list
of all intended domains.
-- 
Best regards
Peter Palmreuther

I hope life isn't a joke, because I don't get it.




[vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)

2003-10-08 Thread Peter Palmreuther
Hello Songrit,

On Wednesday, October 8, 2003 at 9:25:04 PM you wrote (at least in
part):

>   i use hotmail send email to my qmail server  my server return message
> "smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)" 
> when i delete domain and add this domain again. my server can recieve normal. what 
> happend ?

You misconfigured something.
-- 
Best regards
Peter Palmreuther

All taglines are currently busy, one will be with you shortly.




[vchkpw] HTML Autorespond

2003-10-08 Thread Eduardo P. Román O.
Hi, i need to do an autorespond but in HTML, qmailadmin now can do
 autorespond with text mail only (i think). I want use this tools but to do
 autorespond in html format. ¿ Anybody know how to do this ?

Thanks for the advice


--
Saludos EPRO




[vchkpw] Re: HTML Autorespond

2003-10-08 Thread Paul L. Allen

Eduardo P. Román O. writes:

> Hi, i need to do an autorespond but in HTML, qmailadmin now can do
> autorespond with text mail only (i think).

Be warned, this is an autoresponder designed to respond to ANYTHING
(well, it has some checks against responding to mailing lists and the
like).  It is there purely to provide an "We have received your query and 
one of our team of highly-trained monkeys will deal with it shortly."
For that purpose it is reasonably adequate.  Do NOT use it for vacation
messages.  If it encounters somebody else also using some other braindead
vacation responder then it will rapidly generate zillions of mails.

The autoresponder that comes with maildrop is a lot more flexible and
can be told not to repeat the response to the seme sender within a
specified period of time, so it can be used for vacation messages as
well as ordinary autoresponders.  When used with maildrop itself, you
can then set conditions on if it should respond or not, useful when
you have something like sales@ being aliased to user1@, user2@, etc.
So you'd have a filter that did not invoke the responder if the mail
was sent to sales@ but would invoke the responder if the mail was sent
directly to [EMAIL PROTECTED]

> I want use this tools but to do autorespond in html format.

You would have to modify it to insert the appropriate MIME header
and then format the content accordingly.  Look at the MIME RFCs for
further details.  You would probably also want to add a switch to
turn the MIME header on and off so it can also be used for plain text
messages.  You would probably also want to pass the HTML through lynx
with appropriate options to generate alternative plain text for those
whose mailers cannot handle HTML.

And then you need to buy some protective clothing for when all those
who HATE mail with HTML in it go after you with cluebats...

-- 
Paul Allen
Softflare Support




Re: [vchkpw] Re: Re-injection of email from .qmail-default

2003-10-08 Thread Jeff Koch
Hi Peter:

This sounds wonderful. Hopefully, serialmail won't get confused and try to 
deliver the message locally. We'll give it a try.

At 02:16 PM 10/8/2003, you wrote:
Hello Jeff,

On Wednesday, October 8, 2003 at 5:04:03 PM you wrote (at least in
part):
> We would like to know if it is possible to re-inject mail for delivery by
> smtp after vpopmail has dropped it into a domain's .qmail-default file.
> Basically, we're trying to setup a mailserver that stores messages for some
> domains but routes messages by smtp for others AFTER performing some
> operations on them by commands within the .qmail-default file.
> We do not want to forward the messages to an email address but instead want
> to route them using smtp to another mailserver willing to accept email for
> that domain.
You shouldn't store them in '.qmail-default', but in a Maildir where
.qmail-default directs them to (it would be unwise to store them in
the file containing /the/ delivery instructions).
With this setup you can send the mails in this Maildir out via SMTP by
using 'maildirsmtp' tool from 'serialmail' package[1].
This should be sufficient according to what you've written, IF you
don't mind "performing some operations" on multiple files (as Maildir
stores each mail in a new file) instead of one 'Mailbox' file.
[1]: http://cr.yp.to/serialmail.html
--
Best regards
Peter Palmreuther
In the morning, laughing happy fish heads,  in the evening, floating
in the soup...  They can't play baseball, they don't wear sweaters,
Best Regards,

Jeff Koch, Intersessions 





[vchkpw] did qinstall retire?

2003-10-08 Thread John Stile
Qinstall is not part of the list, but I don't know who else to ask.  
Qinstall was hosted at www.obua.org but now appears to be gone.  Sending
email to obua.org admin resulted in a postfix bounce message.  Is anyone
still on the mailing list for that project or know what happened to it? 
Sorry for the off topic questions, but hopefully birds of a feather... 

-- 
._.
|   \0/John Stile |
| UniX Administration |
|   / \  510-305-3800 | 
| [EMAIL PROTECTED] |
.-.




Re: [vchkpw] virtual domain limit in /var/vpopmail/domains ?

2003-10-08 Thread Justin Heesemann
On Wednesday 08 October 2003 16:27, Jan Reilink wrote:
> Hi list,
>
> Running vpopmail 5.2.1 we noticed the following:
>
> We have 17287 virtual domains in /var/vpopmail/domains and new
> domains are now placed in /var/vpopmail/domains/0/ (100 in total) and
> /var/vpopmail/domains/1/ (65 at this moment).
>
> Is there a maximum per directory ? And, if yes, the maximum is?
>
> [EMAIL PROTECTED]:/var/vpopmail/domains# ls -1 |wc -l
>17287
> [EMAIL PROTECTED]:/var/vpopmail/domains# cd 0/
> [EMAIL PROTECTED]:/var/vpopmail/domains/0# ls -1 |wc -l
>  100
> [EMAIL PROTECTED]:/var/vpopmail/domains/0# cd ../1
> [EMAIL PROTECTED]:/var/vpopmail/domains/1# ls -1 |wc -l
>   65
> [EMAIL PROTECTED]:/var/vpopmail/domains/1#

well, i have this from the source (bigdir.c).
it looks like the maximum of users/domains per directory is 100 (it's 
defined in vauth.h : MAX_USERS_PER_LEVEL 100)
this seems to match your /[0-9]/ subdirectories. Ho you ended up, having 
that enormous amount in your domain root dir, is somewhat more 
difficult:
it looks like, vpopmail counts domains per directory and uid.
meaning: you can add 100 domains for user customer1 ('vadddomain -u 
customer1 domain.com') and they all are created in /var/vpopmail/
domains/
then you add another 100 domains for user customer2 ('vadddomain -u 
customer2 domain.com') and they also get created in /var/vpopmail/
domains/

so, i assume, in your case, you have at least 173 different system users 
with an average of almost 100 domains per user.


-- 
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org





Re: [vchkpw] did qinstall retire?

2003-10-08 Thread Paul Theodoropoulos
does indeed look to be gone.

i've never used qinstall so i don't know what it's like, however i have 
used qmail-conf, which i heartily recommend, presuming the functionality is 
roughly the same...

http://www.din.or.jp/~ushijima/qmail-conf.html

At 03:56 PM 10/8/2003, John Stile wrote:
Qinstall is not part of the list, but I don't know who else to ask.
Qinstall was hosted at www.obua.org but now appears to be gone.  Sending
email to obua.org admin resulted in a postfix bounce message.  Is anyone
still on the mailing list for that project or know what happened to it?
Sorry for the off topic questions, but hopefully birds of a feather...
--
._.
|   \0/John Stile |
| UniX Administration |
|   / \  510-305-3800 |
| [EMAIL PROTECTED] |
.-.
Paul Theodoropoulos
http://www.anastrophe.com




Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)

2003-10-08 Thread songrit
this account can send before. that no problem. when i have many domain this
have problem again.

- Original Message -
From: "Peter Palmreuther" <[EMAIL PROTECTED]>
To: "songrit in vpop" <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 1:18 AM
Subject: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed relay
(#5.7.1)


> Hello Songrit,
>
> On Wednesday, October 8, 2003 at 9:25:04 PM you wrote (at least in
> part):
>
> >   i use hotmail send email to my qmail server  my server return message
> > "smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)"
> > when i delete domain and add this domain again. my server can recieve
normal. what happend ?
>
> You misconfigured something.
> --
> Best regards
> Peter Palmreuther
>
> All taglines are currently busy, one will be with you shortly.
>
>
>




Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)

2003-10-08 Thread Michael Bowe
I searched the sources of qmail and vpopmail, and that error does not appear
anywhere.

Are you sure that is the exact error that you are receiving?

If so, then what other patches are you running on your qmail/vpopmail
installation?

Michael.

- Original Message - 
From: "songrit" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 10, 2003 2:00 AM
Subject: Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed
relay (#5.7.1)


> this account can send before. that no problem. when i have many domain
this
> have problem again.
>
> - Original Message -
> From: "Peter Palmreuther" <[EMAIL PROTECTED]>
> To: "songrit in vpop" <[EMAIL PROTECTED]>
> Sent: Thursday, October 09, 2003 1:18 AM
> Subject: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed
relay
> (#5.7.1)
>
>
> > Hello Songrit,
> >
> > On Wednesday, October 8, 2003 at 9:25:04 PM you wrote (at least in
> > part):
> >
> > >   i use hotmail send email to my qmail server  my server return
message
> > > "smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)"
> > > when i delete domain and add this domain again. my server can recieve
> normal. what happend ?
> >
> > You misconfigured something.
> > --
> > Best regards
> > Peter Palmreuther
> >
> > All taglines are currently busy, one will be with you shortly.
> >
> >
> >
>
>
>




Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)

2003-10-08 Thread VeNoMouS
qmail replys with

  553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)


not relay.

- Original Message - 
From: "Michael Bowe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 3:15 PM
Subject: Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed
relay (#5.7.1)


> I searched the sources of qmail and vpopmail, and that error does not
appear
> anywhere.
>
> Are you sure that is the exact error that you are receiving?
>
> If so, then what other patches are you running on your qmail/vpopmail
> installation?
>
> Michael.
>
> - Original Message - 
> From: "songrit" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 10, 2003 2:00 AM
> Subject: Re: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed
> relay (#5.7.1)
>
>
> > this account can send before. that no problem. when i have many domain
> this
> > have problem again.
> >
> > - Original Message -
> > From: "Peter Palmreuther" <[EMAIL PROTECTED]>
> > To: "songrit in vpop" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 09, 2003 1:18 AM
> > Subject: [vchkpw] Re: smtp;553 sorry, sorry, that domain isn't allowed
> relay
> > (#5.7.1)
> >
> >
> > > Hello Songrit,
> > >
> > > On Wednesday, October 8, 2003 at 9:25:04 PM you wrote (at least in
> > > part):
> > >
> > > >   i use hotmail send email to my qmail server  my server return
> message
> > > > "smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)"
> > > > when i delete domain and add this domain again. my server can
recieve
> > normal. what happend ?
> > >
> > > You misconfigured something.
> > > --
> > > Best regards
> > > Peter Palmreuther
> > >
> > > All taglines are currently busy, one will be with you shortly.
> > >
> > >
> > >
> >
> >
> >
>
>
>




[vchkpw] qmailadmin-1.0.27 error on rh7.3

2003-10-08 Thread cyko

I'm trying to compile qmailadmin-1.0.27 and I'm getting the following error:

gcc -I. -I/usr/local/vpopmail/include  -g -O2 -c qmailadmin.c
qmailadmin.c:32:21: vlimits.h: No such file or directory
qmailadmin.c:67: error: storage size of `Limits' isn't known
make: *** [qmailadmin.o] Error 1

I'm using gcc 3.3.1 on a redhat 7.3 box.

Here are my configure options:

./configure --enable-vpopmaildir=/usr/local/vpopmail
--enable-htmldir=/usr/local/www/webapps/qmailadmin
--enable-cgibindir=/usr/local/www/webapps/qmailadmin/cgi-bin
--enable-qmaildir=/var/qmail --enable-cgipath=/cgi-bin/qmailadmin
--enable-imagedir=/usr/local/www/webapps/qmailadmin/images
--enable-imageurl=/images --enable-autoresponder-bin --enable-ezmlmdir=/usr/bin
--enable-domain-autofill=Y --enable-modify-spam=Y
--enable-spam-command="|/usr/local/bin/maildrop /usr/local/vpopmail/spamfilter"

Btw, I can compile 1.0.6 just fine, but I wanted the spam-command option.

Any ideas?

Patrick Lahni
[EMAIL PROTECTED]

-
This mail sent through IMP: http://horde.org/imp/




[vchkpw] How to backup/recovery vpopmail domain and account ?

2003-10-08 Thread songrit



I use vpopmail+mysql. how to backup and restore 
?


[vchkpw] vpopmail 5.2.1 /var/log/messages logs all events

2003-10-08 Thread Posts
Title: Message



I compiled vpopmail 
with error logging only (./configure) but it's logging success and failed login 
attempts which of course makes the /var/log/messages file 
huge.
 
Any tips are 
appreciate on getting vpopmail to only log errors.
 
Thanks,
Kawika


Re: [vchkpw] qmailadmin-1.0.27 error on rh7.3

2003-10-08 Thread Jochen Schug
[EMAIL PROTECTED] wrote:

I'm trying to compile qmailadmin-1.0.27 and I'm getting the following error:

gcc -I. -I/usr/local/vpopmail/include  -g -O2 -c qmailadmin.c
qmailadmin.c:32:21: vlimits.h: No such file or directory
qmailadmin.c:67: error: storage size of `Limits' isn't known
make: *** [qmailadmin.o] Error 1
I'm using gcc 3.3.1 on a redhat 7.3 box.

Here are my configure options:

./configure --enable-vpopmaildir=/usr/local/vpopmail
--enable-htmldir=/usr/local/www/webapps/qmailadmin
--enable-cgibindir=/usr/local/www/webapps/qmailadmin/cgi-bin
--enable-qmaildir=/var/qmail --enable-cgipath=/cgi-bin/qmailadmin
--enable-imagedir=/usr/local/www/webapps/qmailadmin/images
--enable-imageurl=/images --enable-autoresponder-bin --enable-ezmlmdir=/usr/bin
--enable-domain-autofill=Y --enable-modify-spam=Y
--enable-spam-command="|/usr/local/bin/maildrop /usr/local/vpopmail/spamfilter"
Btw, I can compile 1.0.6 just fine, but I wanted the spam-command option.

Any ideas?
 

What version of vpopmail are you using? From your previous post, I asume
5.2.1 or 5.2.2... Read the requirements of the recent qmailadmin release
- you'll need at least 5.3.19 IIRC.
Regards
Jochen




RE: [vchkpw] vpopmail 5.2.1 /var/log/messages logs all events

2003-10-08 Thread Posts
Title: Message



whoops, I meant /var/log/maillog. I'm not sure if this is the default 
vpopmail log.
 
Thanks

  
  -Original Message-From: Posts 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 
  11:35 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] vpopmail 
  5.2.1 /var/log/messages logs all events
  I compiled 
  vpopmail with error logging only (./configure) but it's logging success and 
  failed login attempts which of course makes the /var/log/messages file 
  huge.
   
  Any tips are 
  appreciate on getting vpopmail to only log errors.
   
  Thanks,
  Kawika