Metadata-Version: 1.0
Name: cns.recipe.maildrophost
Version: 1.0
Summary: Recipe for installing MaildropHost
Home-page: http://svn.plone.org/svn/collective/cns.recipe.maildrophost
Author: Radim Novotny
Author-email: radim.novotny@corenet.cz
License: GPL
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.20
        target = ${buildout:directory}/products
        MAILDROP_HOME=/tmp/maildrop
        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
        
        **version** is optional and defaults to 1.20
        **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.
        
        Do not change anything in MaildropHost directory by hand!
        
Keywords: buildout recipe
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
