mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Add --postfix-config-dir argument
This commit is contained in:
@@ -22,6 +22,12 @@ class Installer(plugins_common.Plugin):
|
||||
|
||||
description = "Configure TLS with the Postfix MTA"
|
||||
|
||||
@classmethod
|
||||
def add_parser_arguments(cls, add):
|
||||
add("config-dir", help="Path to the directory containing the "
|
||||
"Postfix main.cf file to modify instead of using the "
|
||||
"default configuration paths")
|
||||
|
||||
def __init__(self,
|
||||
postfix_dir,
|
||||
fixup=False):
|
||||
|
||||
Reference in New Issue
Block a user