28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
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
|
|
postfix_virtual_mailbox_file: /etc/postfix/vmailbox
|
|
postfix_smtpd_tls_dh1024_param_file: /etc/ssh/dhaparams.pem
|
|
|
|
# https://github.com/vdukhovni/postfix/blob/master/postfix/INSTALL
|
|
postfix_compatibility_level: 3.5 # Debian 11
|
|
|
|
# dovecot
|
|
dovecot_passwd_file: /etc/dovecot/imap.passwd
|