supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Dean Hall <deanpence@gmail.com>
Subject: correct tcprules directory?
Date: Tue, 07 Mar 2006 10:41:46 -0500	[thread overview]
Message-ID: <C03313EA.3807%deanpence@gmail.com> (raw)

I just want to confirm that I'm using ipsvd-cdb correctly to run qmail, b/c
it's acting like an open relay when it shouldn't.

I have a directory called qmail-smtpd. In it are two files:

- 127.0.0.1
- 192.168.1

The contents of both of them is identical:

+RELAYCLIENT=

I built the cdb file from the parent directory like this:

# ipsvd-cdb qmail-smtpd.cdb qmail-smtpd.cdb.tmp qmail-smtpd

I'm running qmail-smtpd like this:

exec \
  env - PATH="$PATH" \
  envuidgid "$USER" \
  tcpsvd -p \
    -l "$HOSTNAME" \
    -x "$TCPCDB" \
    -c "$CONCURRENCY" \
    "$IP" "$PORT" \
  recordio \
  qmail-smtpd

And $TCPCDB is set to the path of the .cdb file I created above.

Does this look correct? If so, any ideas why qmail-smtpd is acting like an
open relay?


d
Sent using the Microsoft Entourage 2004 for Mac Test Drive.




             reply	other threads:[~2006-03-07 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-07 15:41 Dean Hall [this message]
2006-03-16 10:56 ` Gerrit Pape

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=C03313EA.3807%deanpence@gmail.com \
    --to=deanpence@gmail.com \
    /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).