How to use the certbot-postfix.certbot_postfix.util.PostfixUtil function in certbot-postfix

To help you get started, we’ve selected a few certbot-postfix examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github certbot / certbot / certbot-postfix / certbot_postfix / util.py View on Github external
def __init__(self, config_dir=None):
        super(PostfixUtil, self).__init__(COMMAND, config_dir)