Go to file
Ask Bjørn Hansen 7a0f7c4f34 tell about $TRACE
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@20 958fd67b-6ff1-0310-b445-bb7760255be9
2002-06-11 04:24:42 +00:00
config.sample Make the MAIL FROM host dns check configurable. (thanks to Devin 2002-01-22 03:53:48 +00:00
log add .cvsignore files and log stuff for supervise 2002-02-08 11:08:37 +00:00
.cvsignore add .cvsignore files and log stuff for supervise 2002-02-08 11:08:37 +00:00
Changes klez filter (thanks to robert spier) 2002-05-09 23:47:20 +00:00
CREDITS update CREDITS 2002-04-27 02:21:54 +00:00
LICENSE it's now year 2002! 2002-01-22 03:54:02 +00:00
qpsmtpd klez filter (thanks to robert spier) 2002-05-09 23:47:20 +00:00
README tell about $TRACE 2002-06-11 04:24:42 +00:00
run add example supervise run file 2002-02-08 11:02:19 +00:00

web:
  http://develooper.com/code/qpsmtpd/

mailinglist:
  qpsmtpd-subscribe@perl.org

Problems:
  First thing to try is to set $TRACE in qpsmtpd to some number higher
  than 0 (higher gives more detail) and watch the log.  If it doesn't
  help you, or even if it does, please post to the maliinglist
  (subscription instructions above).  qpsmtpd is meant to be a drop-in 
  replacement for qmail-smtpd, so it should be very easy to get going.


Configuration files:
  All configuration files goes into $DIR/config/ or /var/qmail/control/

  qpsmtpd is supposed to support all the files that qmail-smtpd
  supports and use them in the same way.  When you find that it is not
  the case, feel free to send a patch to the mailinglist or to
  ask@develooper.com.

  Extra files you can use to configure qpsmtpd:

     rhsbl_zones
 
        Right hand side blocking lists, one per line. For example:

           dsn.rfc-ignorant.org does not accept bounces - http://www.rfc-ignorant.org/

        See http://www.rfc-ignorant.org/ for more examples.


     dnsbl_zones

        Normal ip based dns blocking lists ("RBLs"). For example:

           relays.ordb.org
	   spamsources.fabel.dk


     require_resolvable_fromhost
         
        If this file contains anything but a 0 on the first line,
        envelope senders will be checked against DNS. If an A or a MX
        record can't be found the mail command will return a soft
        rejection (450).