You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
760 B
YAML
20 lines
760 B
YAML
# vars file
|
|
---
|
|
postfix_debconf_selections:
|
|
- name: postfix
|
|
question: postfix/main_mailer_type
|
|
value: No configuration
|
|
vtype: select
|
|
|
|
postfix_main_cf: /etc/postfix/main.cf
|
|
postfix_mailname_file: /etc/mailname
|
|
postfix_aliases_file: /etc/aliases
|
|
postfix_virtual_aliases_file: /etc/postfix/virtual
|
|
postfix_sasl_passwd_file: /etc/postfix/sasl_passwd
|
|
postfix_sender_canonical_maps_file: /etc/postfix/sender_canonical_maps
|
|
postfix_recipient_canonical_maps_file: /etc/postfix/recipient_canonical_maps
|
|
postfix_transport_maps_file: /etc/postfix/transport_maps
|
|
postfix_sender_dependent_relayhost_maps_file: /etc/postfix/sender_dependent_relayhost_maps
|
|
postfix_smtp_generic_maps_file: /etc/postfix/generic
|
|
postfix_header_checks_file: /etc/postfix/header_checks
|