Socket
Socket
Sign inDemoInstall

modoboa-postfix-autoreply

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    modoboa-postfix-autoreply

Away message editor for Modoboa (postfix compatible)


Maintainers
1

Readme

modoboa-postfix-autoreply

|gha| |codecov|

Away message editor for Modoboa (postfix compatible).

Installation

Install this extension system-wide or inside a virtual environment by running the following command::

$ pip install modoboa-postfix-autoreply

Edit the settings.py file of your modoboa instance and add modoboa_postfix_autoreply inside the MODOBOA_APPS variable like this::

MODOBOA_APPS = (
  'modoboa',
  'modoboa.core',
  'modoboa.lib',
  'modoboa.admin',
  'modoboa.relaydomains',
  'modoboa.limits',
  'modoboa.parameters',
  # Extensions here
  'modoboa_postfix_autoreply',
)

Run the following commands to setup the database tables::

$ cd <modoboa_instance_dir> $ python manage.py migrate modoboa_postfix_autoreply $ python manage.py collectstatic $ python manage.py load_initial_data

Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).

Setup

Online documentation <https://modoboa-postfix-autoreply.readthedocs.io/en/latest/>_.

.. |gha| image:: https://github.com/modoboa/modoboa-postfix-autoreply/actions/workflows/plugin.yml/badge.svg :target: https://github.com/modoboa/modoboa-postfix-autoreply/actions/workflows/plugin.yml

.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-postfix-autoreply/coverage.svg?branch=master :target: http://codecov.io/github/modoboa/modoboa-postfix-autoreply?branch=master

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc