aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postfix_server/defaults/main.yml
blob: 3052a7605bda47a049c60956f4b8b82007130671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_virtual_transport: lmtp:inet:{{ imap_host }}:24
postfix_mailbox_quota_service: inet:{{ imap_host }}:10993
postfix_milter: inet:{{ rspamd_host }}:11332

postfix_recipient_group: role-imap-access