Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
c1ef5a50
Verified
Commit
c1ef5a50
authored
Dec 23, 2020
by
Frederik Schwan
Committed by
Giancarlo Razzolini
Dec 24, 2020
Browse files
remove relay transport for postfix
We did only use it for patchwork which is using fetchmail now.
parent
1bb1b633
Pipeline
#3988
passed with stage
in 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/handlers/main.yml
View file @
c1ef5a50
...
...
@@ -18,7 +18,6 @@
-
access_recipient
-
transport
-
relocated
-
relay_transport_map
-
domains
-
mailman_compat
-
msa_header_checks
...
...
roles/postfix/templates/main.cf.j2
View file @
c1ef5a50
...
...
@@ -200,7 +200,6 @@ local_recipient_maps =
${indexed}/users
$alias_maps
${indexed}/mailman_compat
${indexed}/relay_transport_map
pcre:${config_directory}/transport.pcre
relocated_maps = ${indexed}/relocated
{% endif %}
...
...
@@ -212,7 +211,6 @@ relay_domains =
transport_maps =
${indexed}/transport
${indexed}/relay_transport_map
pcre:${config_directory}/transport.pcre
#${indexed}/temporary_mailman_maps
...
...
roles/postfix/templates/relay_transport_map.j2
deleted
100644 → 0
View file @
1bb1b633
#
# {{ansible_managed}}
#
{% if not postfix_patchwork_enabled %}
patchwork@archlinux.org smtp:[patchwork.archlinux.org]
{% endif %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment