RE: [vchkpw] Supervise startup script?

2002-11-30 Thread Kit Halsted
Thanks a ton, Clayton!

-Kit

At 8:43 AM -0800 11/29/02, Clayton Weise wrote:

Yes.  Here's mine:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
exec /usr/local/bin/softlimit -m 800 \
/usr/local/bin/tcpserver -Rv -x /var/vpopmail/etc/tcp.smtp.cdb \
-c 200 -u $QMAILDUID -g $NOFILESGID -lqmail.iswest.net 0 smtp \
/var/qmail/bin/qmail-smtpd qmail.iswest.net /var/vpopmail/bin/vchkpw
/usr/bin/true 21


-Original Message-
From: Kit Halsted [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 28, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Supervise startup script?


Apologies for such a lame request, but does anyone have a working
startup script for qmail/vpopmail with SMTP-AUTH under daemontools
for a BSD/non-rc.d system kicking around?

My big mail/web/primary DNS server died (very thoroughly) yesterday 
I had to rebuild it differently from the way it was before due to the
qmail port being removed from OpenBSD.

OpenBSD 3.2/vpopmail 5.3.9/qmail 1.0.3

At least I finally got approval to put a RAID controller in. Maybe
they'll even go for the backup system I wanted now...

TiA
-Kit, rebuilding the DNS  web stuff now...


--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.
-Benjamin Franklin

...qui desiderat pacem, praeparet bellum
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus



RE: [vchkpw] Supervise startup script?

2002-11-29 Thread Clayton Weise
Yes.  Here's mine:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
exec /usr/local/bin/softlimit -m 800 \
/usr/local/bin/tcpserver -Rv -x /var/vpopmail/etc/tcp.smtp.cdb \
-c 200 -u $QMAILDUID -g $NOFILESGID -lqmail.iswest.net 0 smtp \
/var/qmail/bin/qmail-smtpd qmail.iswest.net /var/vpopmail/bin/vchkpw
/usr/bin/true 21


-Original Message-
From: Kit Halsted [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 28, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Supervise startup script?


Apologies for such a lame request, but does anyone have a working
startup script for qmail/vpopmail with SMTP-AUTH under daemontools
for a BSD/non-rc.d system kicking around?

My big mail/web/primary DNS server died (very thoroughly) yesterday 
I had to rebuild it differently from the way it was before due to the
qmail port being removed from OpenBSD.

OpenBSD 3.2/vpopmail 5.3.9/qmail 1.0.3

At least I finally got approval to put a RAID controller in. Maybe
they'll even go for the backup system I wanted now...

TiA
-Kit, rebuilding the DNS  web stuff now...
--
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin

...qui desiderat pacem, praeparet bellum
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus






[vchkpw] Supervise startup script?

2002-11-28 Thread Kit Halsted
Apologies for such a lame request, but does anyone have a working 
startup script for qmail/vpopmail with SMTP-AUTH under daemontools 
for a BSD/non-rc.d system kicking around?

My big mail/web/primary DNS server died (very thoroughly) yesterday  
I had to rebuild it differently from the way it was before due to the 
qmail port being removed from OpenBSD.

OpenBSD 3.2/vpopmail 5.3.9/qmail 1.0.3

At least I finally got approval to put a RAID controller in. Maybe 
they'll even go for the backup system I wanted now...

TiA
-Kit, rebuilding the DNS  web stuff now...
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.
-Benjamin Franklin

...qui desiderat pacem, praeparet bellum
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus