In order to keep the system clean from 'garbage' in
RAM (meaning left-over crap from queries), I have instructed the SQL server to
'Stop' and 'Restart' itself every morning at 3:00am - this should ensure the
overall health of the server.
James BeamNetwork OperationsBiznizWEB,
Inc. / Touch Pl
#x27;till it is..."
- Original Message -----
From:
James Beam
To: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
; Paul Ashley
Sent: Thursday, August 02, 2001 8:54
PM
Subject: SQL Server
In order to keep the system clean from 'garbage'
in RAM (meaning l
Wouldn't something like this totaly depend on the hardware resources and
general config/maintenance of the server?
I can tell you that one of my servers running an older copy of qmail/vchkpw
is running over 800 domains with lots of steam to spare (each domain is
minimal traffic). Hardware is a PI
tion.
Thanks in advance,
James Beam
BiznizWEB,
Inc.
Nope - identd is up and running fine.
- Original Message -
From: "asantos" <[EMAIL PROTECTED]>
To: "James Beam" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 27, 2000 6:34 AM
Subject: Re: Please help - something is strange
>
screaming like the should be,
I can test this using the RieserFS to see if it has any impact on sending a
snarf load of mail through the server :)
Thanks again to all of you who
responded.
James Beam
BiznizWEB, Inc.
- Original Message -
From:
Luca Zancan
To: James Beam
Cc
tion.
Thanks in advance,
James Beam
BiznizWEB, Inc.
this one.
James Beam
BiznizWEB, Inc.
server. It has about
3 dozen domains on it, and I do not want to interrupt mail service on those
domains if at all possible.
I am thinking this is just a compile like I did the
previous version and install it?
Thanks for any advice you folks can
offer.
James Beam
something wrong with vchkpw that it is not
seeing the users?
Is there a way that I can re-create the user cdb
file?
Thanks in advance for your time.
James Beam
re-compile and get mail working
again?
It has been down for 30 hours now :(
thanks in advance.
James Beam
that
yet :(
Most of this was a wish list as you can see - thank
you for indulging me :)
Enjoy!
James Beam
BiznizWEB, Inc.
Are there any plans to add a popbull function to
qmailadmin so Domain admins can put a bulletin up for all users in a given
domain?
I would try this myself, but when I hack code it
ends up in a compost heap :(
Thanks
James Beam
BiznizWEB, Inc.
time.
James Beam
BiznizWEB, Inc.
e previous
definition
Anyone have any ideas on what it
means?
Qmailadmin will not work either, so I am suspecting
that I am missing something.
Thanks.
James Beam
I see in this file that it may be possible to add
domains and modify the control files via the qmailadmin interface. Has anyone
found out how to use it? I would love to see it in
action.
I must admit, I am curious as heck what this is
for. Qmailadmin is most usefull for individual domain administration, but here I
find code that leads me to believe that it could also be
used for vpopmail administration as well (domain additions/deletions,
perhaps showing users and resources
vpopmail,
you wont have any problems.
Note: I added 2 comments in the code below. You will need to delete them for
it to work correctly.
#!/bin/sh
#
# CGI Utility for adding users via vadduser
#
# Created by: James Beam - BiznizWEB, Inc.
read STDIN
QUERY_STRING=`echo $STDIN`
USER=`echo
If your only planning on running virtual domains (all pointing to 1 IP
address), then you do not need to use the --enable-ip-alias switch. This
switch is for those who plan on running some or all of the domains the mail
server is hosting using unique IP address(s).
- Original Message -
Fr
on how I can force the
system to process the remote queue?
Thanks in advance.
James Beam
Also, it looks like they are all AOL bound messages
:(
My build has the aol dns patch on it
:(
- Original Message -
From: James Beam
To: [EMAIL PROTECTED]
Sent: Thursday, August 31, 2000 9:17 AM
Subject: Hrmmm - me thinks something is wrong...
I am suspecting that something
patch as well.
James Beam
Network/ASP Operations
BiznizWEB, Inc.
http://www.biznizweb.com
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Prasenjeet Pati" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 9:57 AM
Subject: Re: R
Have you tried using the ./vaddaliasdomain mail.checkoutislenet.xxx ? that
will solve your problem I think.
James Beam
Network/ASP Operations
BiznizWEB, Inc.
http://www.biznizweb.com
- Original Message -
From: "Brad Dameron" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
I know awhile back someone had mentioned having
difficulty with RedHat 7 but for the life of me I cannot remember what the issue
was or how they resolved it. Can anyone either let me know what the fix was or
point me to a web archive of this list so I can find out?
I will be putting a RedHa
My que is getting rather cluttered up (I am running
Qmail MRTG (http://mail.royaleq.com/qmail/), and
it shows a constant 12 - 16 message back-log in the que). How can I either force
the que to re-process, or clear it out altogether?
It is lagging other messages flowing through the
system.
Does anyone have a copy of this file that they can
send me? The link site to it is down, and I need to get this server up by Sunday
AM...
qmail-103.patch
Thanks in advance.
James BeamNetwork/ASP
OperationsBiznizWEB, Inc./Touch PLc
http://www.biznizweb.comhttp://www.touchsmart.co.ukhttp:
Never mind, I found a site that had it...(that will
teach me to look harder before I ask).
Sorry for the bother folks.
James BeamNetwork/ASP
OperationsBiznizWEB, Inc./Touch PLc
http://www.biznizweb.comhttp://www.touchsmart.co.ukhttp://www.dynaportal.comhttp://www.townsourceinteractive.com
I have seen the user:domain before, but it is not used with vpopmail that I
know of - it is used with vmailmgr...another QMail add-on similar to
vpopmail (but we all know which one is better).
;-)
James Beam
Network/ASP Operations
BiznizWEB, Inc./Touch PLc
http://www.biznizweb.com
http
kup so-to-speak.
Any suggestions please?
James Beam
BiznizWEB, Inc.
Here is a little script I use: adduser.cgi
#!/bin/sh
#
# CGI Utility for adding users via Dynaportal/TSI
#
# Created by: James Beam - BiznizWEB, Inc. 08/20/2000
read STDIN
QUERY_STRING=`echo $STDIN`
USER=`echo $QUERY_STRING | cut -d"&" -f1 | cut -d"=" -f2`
PASSWORD=`
OK - Got the tool, now could someone please tell me how I am supposed to get
the smtp and pop3 logs to not be placed in the messages logfile in /var/log?
All I need is an example
Thanks
31 matches
Mail list logo