aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postfix_server/defaults/main.yml
blob: 52344771ec945616fe11b7371adaa8d82225b33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
postfix_message_size_limit: 67108864  # 64 MB
postfix_recipient_delimiter: '+'
postfix_lmtp_require_tls: yes
postfix_virtual_domains: ['{{ email_domain }}']
postfix_myorigin: '{{ email_domain }}'
postfix_mynetworks: "{{ vlans.values() | map(attribute='cidr') }}"
postfix_myhostname: '{{ ansible_fqdn }}'

postfix_lmtp_host: '{{ imap_host }}'
postfix_lmtp_port: 24
postfix_quota_host: '{{ postfix_lmtp_host }}'
postfix_quota_port: 10993
postfix_rspamd_host: '{{ rspamd_host }}'
postfix_rspamd_port: 11332

postfix_recipient_group: role-imap-access