postfix: disable IPv6
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2622|2|2620|2|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/341//ansiblelint">Evolix » ansible-roles » unstable #341</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2622|2|2620|2|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/341//ansiblelint">Evolix » ansible-roles » unstable #341</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
4ee7c89410
commit
2a7d2d9c58
2 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
* postgresql: fix file postgresql.pref.j2 for exclude package
|
||||
* lxc-php: Change lxc container in bookworm for php82
|
||||
* evolinux-base: include files under `sshd_config.d`
|
||||
* postfix: disable sending mails via IPv6
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -120,6 +120,9 @@ virtual_mailbox_base = /
|
|||
#par defaut, = all
|
||||
#inet_interfaces = all
|
||||
|
||||
# Envois seulement en IPv4
|
||||
inet_protocols = ipv4
|
||||
|
||||
# Adresse IP externe du firewall/proxy si derriere NAT ou proxy
|
||||
# evite principalement les boucles si MX secondaire et MX primaire indisponible
|
||||
#par defaut, =
|
||||
|
|
Loading…
Reference in a new issue