Commit graph

62 commits

Author SHA1 Message Date
Jérémy Lecour 6f96f6b458 Use proper python Boolean 2023-03-16 14:38:32 +01:00
William Hirigoyen 4d3f92df23 postfix: avoid Amavis transport to be considered dead when restarted.
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-03-02 17:50:17 +01:00
William Hirigoyen d9c5563fd6 postfix: remove unused "aliases_scope=sub" from virtual_aliases.cf (it generated warnings)
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-03-01 14:35:51 +01:00
Eric Morino 8ec159c444 Add task in postfix for packmail and index.hml + vhost directive for mailgraph
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-02-24 15:41:39 +01:00
William Hirigoyen e0c143d9cf postfix: come back to default value of for pack mails
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-23 15:35:47 +01:00
William Hirigoyen 13f4578599 postfix: Do not notify errors of classes policy, protocol in of main.cf
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-23 15:01:57 +01:00
William Hirigoyen 8d16f17354 * clamav: set MaxConnectionQueueLength to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix.
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
* postfix (packmail only): disable `concurrency_failed_cohort_limit` for destination smtp-amavis to prevent the suspension of this destination when Amavis fails to answer. Indeed, we configure the suspension delay quite long in `minimal_backoff_time` (2h) and `maximal_backoff_time` (6h) to reduce the risk of ban from external SMTPs.
2023-01-18 10:30:41 +01:00
William Hirigoyen 55a64845ce postfix: add localhost. to mydestination
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-15 11:49:35 +01:00
William Hirigoyen (Evolix) 3f9ac05b13 Homogénéisation du port OpenDKIM par défaut du rôle postfix avec celui du rôle OpenDKIM
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-25 17:29:19 +02:00
William Hirigoyen (Evolix) e50fbdd2b8 #66153 : fix missing locahost and localhost.localdomain in postfix main.cf mydestination
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-31 14:13:13 +02:00
Mathieu Trossevin 20abe0e09a
postfix: Skip milters after amavis (in packmail)
Some checks reported errors
continuous-integration/drone/push Build was killed
Otherwise opendkim will sign local mails twice AND sign external mails
(pretending to be) from local domains as if they were local mails.
2022-03-29 16:06:12 +02:00
Jérémy Lecour 74ab96d67f loop syntax and whitespaces 2021-08-27 11:01:28 +02:00
Jérémy Lecour b8c5ac3097 remove whitespace for stream redirection 2021-06-28 15:56:19 +02:00
Jérémy Lecour 0fe0244116 Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
Jérémy Lecour 4d83f25ae6 fix pipefail option for shell invocations
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-18 14:04:54 +02:00
Jérémy Lecour e65340cb56 Add pipefail option to shell invocations
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-13 15:34:27 +02:00
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
Jérémy Lecour 92b7ce0acd postfix: always enable sasl authentified for relay
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-23 10:05:08 +01:00
Jérémy Lecour 0e3ecccb7f postfix: restore permit_sasl_authenticated on packmail
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-12 18:29:22 +01:00
Jérémy Lecour 2b328dc764 postfix: add smtpd_relay_restrictions in configuration
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-12 14:10:04 +01:00
Jérémy Lecour e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
Victor LABORIE 0873bb49e0 Add evolix prefix to role dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-29 14:19:52 +01:00
Victor LABORIE 6f5e13f8b8 Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00
Jérémy Lecour 24edbd680a Add crontabs only when cron package is installed (many roles)
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-21 15:26:03 +02:00
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
Gregory Colpart 1871352fe8 enable SSL/TLS client, cf https://wiki.evolix.org/HowtoPostfix#ssltls 2018-10-31 02:20:54 +01:00
Benoît S. 1558bfe8c3 Patch dovecot deliver to handle + sign in address.
This is mandatory to handle the plus sign in email address like
foo+bar@example.com
2018-03-08 14:59:37 +01:00
Jérémy Lecour 8a498bb3a3 postfix: add lines in /etc/.gitignore 2018-02-04 11:49:14 +01:00
Victor LABORIE 1c4aa08421 packmail (postfix + spamassassin): fix cron.d spam and sa-update 2017-12-01 12:07:55 +01:00
Jérémy Lecour d355532a24 Postfix: extract main.cf md5sum into variables 2017-11-15 12:13:50 +01:00
Jérémy Lecour 8a479eee3f postfix: quote shell command 2017-11-15 12:00:25 +01:00
Victor LABORIE 1c48df025c Move /usr rw remount into remount-usr role 2017-11-07 13:34:05 +01:00
Victor LABORIE bee42c57d2 postfix: mount usr in rw before copy spam.sh 2017-10-31 15:17:27 +01:00
Victor LABORIE be3d3c97ef postfix: don't use milter with amavis 2017-10-31 12:25:26 +01:00
Victor LABORIE 79e6c55265 postfix: update README 2017-10-27 15:29:41 +02:00
Victor LABORIE b31110fb85 postfix: merge packmail role into postfix role 2017-10-27 14:47:01 +02:00
Victor LABORIE 6b620f4877 postfix/packmail: fix dependencies 2017-10-27 14:34:43 +02:00
Victor LABORIE 210b0095b6 postfix: always include amavis and opendkim config when packmail 2017-10-27 14:23:35 +02:00
Victor LABORIE 7413ebdd2b postfix: add spf verification to packmail config 2017-10-27 12:02:27 +02:00
Victor LABORIE 0cdae8b246 postfix: split main task into minimal and packmail 2017-10-27 11:52:03 +02:00
Victor LABORIE a3744bbe59 Add opendkim role 2017-10-27 11:41:31 +02:00
Victor LABORIE 64928db22b postfix: add slow transport for packmail by default 2017-10-25 11:55:34 +02:00
Victor LABORIE 82cf150c05 postfix: move spam.sh script from amavis role 2017-10-25 11:55:34 +02:00
Victor LABORIE 10ff2747e2 Add amavis, clamav and spamassasin roles 2017-10-25 11:55:34 +02:00
Victor LABORIE dee2e2296c postfix: deploy packmail master.cf and filter files 2017-10-25 11:55:34 +02:00
Victor LABORIE fbd1761cc2 postfix: fix daemon_directory var 2017-10-25 11:55:33 +02:00
Victor LABORIE e0c9de352b postfix: add config for packmail 2017-10-25 11:55:33 +02:00
Jérémy Lecour 13e1c0486b "egrep" is deprecated, use "grep -E" 2017-10-08 22:47:03 +02:00
Gregory Colpart f480ae461c add main.cf hash for stretch 2017-08-23 03:13:04 +02:00