supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Charlie Brady <charlieb-supervision@budge.apana.org.au>
Cc: supervision@list.skarnet.org
Subject: Re: sample runit script for qmail-smtpd ?
Date: Wed, 16 Nov 2005 21:15:13 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.61.0511162113250.16182@e-smith.charlieb.ott.istop.com> (raw)
In-Reply-To: <05E8D34C-844C-4E35-B80A-20138DB66AF8@surgeradio.co.uk>


On Thu, 17 Nov 2005, Nicholas J Humfrey wrote:

> I have a standard qmail and runit install on Debian/sarge, but I want to 
> start qmail-send and qmail-smtpd using /var/service rather than the 
> /etc/init.d/qmail that debian comes with.
>
> Does anybody have an example runit script for qmail-smtpd ?
> I am quite surprised that I couldn't find one on google.

Fourth entry in:

http://www.google.com/search?q=run+script+qmail-smtpd

is:

http://smarden.org/ipsvd/examples.html

  #!/bin/sh
  exec 2>&1
  exec softlimit -m2000000 \
   tcpsvd -vvh -i./peers -uqmaild \
     -c40 -C'10:421 per host concurrency limit reached\r\n' \
       192.168.14.6 25 qmail-smtpd



  reply	other threads:[~2005-11-17  2:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-17  1:52 Nicholas J Humfrey
2005-11-17  2:15 ` Charlie Brady [this message]
2005-11-17  4:32 ` Hardik Dalwadi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.0511162113250.16182@e-smith.charlieb.ott.istop.com \
    --to=charlieb-supervision@budge.apana.org.au \
    --cc=supervision@list.skarnet.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).