Recipe for installing MaildropHost
Project description
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 and defaults to 1.21
target is optional. Defaults to ${buildout:directory}/products
All other options (with capital letters) are MaildropHost specific options. See MaildropHost/config.py for exact meaning.
Option MAILDROP_USER (not included above) is specific to maildropctl control script, which is generated to ${buildout:directory}/bin. If you want to run maildrop process under specific user, add MAILDROP_USER option to the buildout configuration. Otherwise current user will be used to start maildrop daemon process.
Do not change anything in MaildropHost directory by hand!
Version 1.4
Fixed MAILDROP_USER option. This option did not work. [dhigu]
Version 1.3
Fixed download_dir - if download_directory is not available using download_cache or downloads dir in buildout.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cns.recipe.maildrophost-1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c8709c21e35ad3a632e6c3c5b6b330118500f9b915967dfa4c7d544af17a3f8 |
|
MD5 | ce06926bf11d806a8646c89956b9ccf3 |
|
BLAKE2b-256 | 9630166ae889976803eef8a37a977a708956442af0b5158232152707f9f0e4b2 |
Hashes for cns.recipe.maildrophost-1.4-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89186de17148b04bbccdc14c459b8a2bc48d6de30e9d773d5abcdfba7f46a672 |
|
MD5 | 85629ac4659d92940c9805c40795ca84 |
|
BLAKE2b-256 | 3fdca020c3cb4d478ac5b77bb7bc7709351de4e3a721b0954bbccfe8cf18e712 |