Go to file
Ask Bjørn Hansen 7f5aedffdc don't do the fortune cookie if the client speaks ESMTP instead of just
plain old SMTP.


git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@55 958fd67b-6ff1-0310-b445-bb7760255be9
2002-09-08 13:23:38 +00:00
config.sample update documentation 2002-09-08 10:07:34 +00:00
lib blocked() is no longer supported in Qpsmtpd.pm; we can put it back 2002-09-08 10:05:36 +00:00
log only send messages smaller than 500000 bytes to spamd 2002-08-06 12:57:59 +00:00
plugins don't do the fortune cookie if the client speaks ESMTP instead of just 2002-09-08 13:23:38 +00:00
.cvsignore only send messages smaller than 500000 bytes to spamd 2002-08-06 12:57:59 +00:00
Changes update documentation 2002-09-08 10:07:34 +00:00
CREDITS update CREDITS 2002-04-27 02:21:54 +00:00
LICENSE develooper llc copyright 2002-07-03 13:30:22 +00:00
qpsmtpd yay, plugin support works! :-D 2002-07-08 02:30:11 +00:00
README v0.10 2002-07-03 13:29:45 +00:00
README.plugins update documentation 2002-09-08 10:07:34 +00:00
run config option for which IP address to bind to 2002-07-06 08:31:18 +00:00
STATUS update documentation 2002-09-08 10:07:34 +00:00

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

mailinglist:
  qpsmtpd-subscribe@perl.org


---- this file needs updating for version 0.10 ! ------

--
--
-- version 0.10 is a new object oriented version of qpsmtpd.  
--
-- it is meant to be an easily extensibly smtpd engine.
--
--

---------------------------------------------------------

Problems:
  First thing to do is to watch the log carefully.  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).