cns.recipe.maildrophost is simple recipe used for installing MaildropHost from tarball with ability
to configure the product by modifying config.py file. No other changes, except download, untar and modify
config.py are made.
Example::
[maildrophost]
recipe = cns.recipe.maildrophost
version = 1.21
target = ${buildout:directory}/products
MAILDROP_HOME=/tmp/maildrop
MAILDROP_SPOOL=/tmp/maildrop/spool
MAILDROP_VAR=/tmp/maildrop/var
MAILDROP_PID_FILE=/var/run/maildrop/maildrop.pid
MAILDROP_LOG_FILE=/var/log/maildrop/maildrop.log
PYTHON=/usr/bin/python
SMTP_HOST=localhost
SMTP_PORT=25
MAILDROP_INTERVAL=120
DEBUG=0
DEBUG_RECEIVER=
MAILDROP_BATCH=0
MAILDROP_TLS=0
MAILDROP_LOGIN=
MAILDROP_PASSWORD=
WAIT_INTERVAL=0.0
ADD_MESSAGEID=0
SUPERVISED_DAEMON=0
**version** is optional ...