Remove the Postfix plugin (#7097)

* Remove the postfix plugin.

* Remove references to postfix plugin in code.

* Remove reference to postfix plugin in docs.
This commit is contained in:
Brad Warren
2019-06-11 23:41:25 +02:00
committed by Adrien Ferrand
parent 5385375571
commit 0c5f526f8b
30 changed files with 4 additions and 2024 deletions
-1
View File
@@ -39,7 +39,6 @@ REQUIREMENTS = [
'-e certbot-dns-route53',
'-e certbot-dns-sakuracloud',
'-e certbot-nginx',
'-e certbot-postfix',
'-e letshelp-certbot',
'-e certbot-compatibility-test',
'-e certbot-ci',
+1 -2
View File
@@ -14,8 +14,7 @@ import shutil
import subprocess
import re
SKIP_PROJECTS_ON_WINDOWS = [
'certbot-apache', 'certbot-postfix', 'letshelp-certbot']
SKIP_PROJECTS_ON_WINDOWS = ['certbot-apache', 'letshelp-certbot']
def call_with_print(command, cwd=None):