Modifications : etc/postgresql/9.4/main/pg_hba.conf
[lhc/ateliers.git] / etc / postfix / master.cf
index 2e81be8..600ffe4 100644 (file)
@@ -5,16 +5,25 @@
 # service type  private unpriv  chroot  wakeup  maxproc command + args
 #               (yes)   (yes)   (yes)   (never) (100)
 # ==========================================================================
-smtp      inet  n       -       -       -       -       smtpd
-  -o cleanup_service_name=pre-cleanup
-  -o content_filter=amavis:[127.0.0.1]:10024
-  -o smtpd_sender_restrictions=reject_unauth_pipelining,reject_non_fqdn_sender,permit
-  -o receive_override_options=no_address_mappings
+
 amavis    unix  -       -       n        -      2       lmtp
   -o lmtp_data_done_timeout=1200
   -o lmtp_send_xforward_command=yes
   -o lmtp_tls_note_starttls_offer=no
+
+#
+## Net2Loc: envoi vers amavis
+###
+smtp      inet  n       -       -       -       -       smtpd
+  -o cleanup_service_name=pre-amavis-cleanup
+  -o content_filter=amavis:[127.0.0.1]:10024
+  -o smtpd_sender_restrictions=reject_unauth_pipelining,reject_non_fqdn_sender,permit
+  -o receive_override_options=no_address_mappings
+#
+## Net2Loc: réception d’amavis
+###
 127.0.0.1:10025 inet n  -       n       -       -       smtpd
+  -o cleanup_service_name=post-amavis-cleanup
   -o content_filter=
   -o local_header_rewrite_clients=
   -o local_recipient_maps=
@@ -36,19 +45,18 @@ amavis    unix  -       -       n        -      2       lmtp
   -o smtpd_sender_restrictions=
   -o smtpd_soft_error_limit=1001
   -o strict_rfc821_envelopes=yes
-submission inet n       -       -       -       -       smtpd
-  -o cleanup_service_name=pre-cleanup
-  -o content_filter=amavis:[127.0.0.1]:10024
-  -o milter_macro_daemon_name=ORIGINATING
-  -o receive_override_options=no_address_mappings
-  -o smtpd_sender_restrictions=permit_tls_clientcerts,reject
-  -o smtpd_tls_ask_ccert=yes
-  -o smtpd_tls_auth_only=yes
-  -o smtpd_tls_ccert_verifydepth=2
-  -o smtpd_tls_loglevel=1
-  -o smtpd_tls_req_ccert=yes
-  -o smtpd_tls_security_level=encrypt
+
+
+
+#
+## Loc2Net: envoi vers amavis
+###
+pickup    fifo  n       -       -       60      1       pickup
+  -o content_filter=amavis:[127.0.0.1]:10026
+  -o cleanup_service_name=no-amavis-cleanup
 smtps     inet  n       -       -       -       -       smtpd
+  -o content_filter=amavis:[127.0.0.1]:10026
+  -o cleanup_service_name=no-amavis-cleanup
   -o milter_macro_daemon_name=ORIGINATING
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
   -o smtpd_sasl_auth_enable=yes
@@ -59,13 +67,52 @@ smtps     inet  n       -       -       -       -       smtpd
   -o smtpd_tls_req_ccert=no
   -o smtpd_tls_security_level=encrypt
   -o smtpd_tls_wrappermode=yes
+submission inet n       -       -       -       -       smtpd
+  -o content_filter=amavis:[127.0.0.1]:10026
+  -o cleanup_service_name=no-amavis-cleanup
+  -o milter_macro_daemon_name=ORIGINATING
+  -o receive_override_options=no_address_mappings
+  -o smtpd_sender_restrictions=permit_tls_clientcerts,reject
+  -o smtpd_tls_ask_ccert=yes
+  -o smtpd_tls_auth_only=yes
+  -o smtpd_tls_ccert_verifydepth=2
+  -o smtpd_tls_loglevel=1
+  -o smtpd_tls_req_ccert=yes
+  -o smtpd_tls_security_level=encrypt
+#
+## Loc2Net: réception d’amavis
+###
+127.0.0.1:10027 inet n  -       n       -       -       smtpd
+  -o cleanup_service_name=post-amavis-cleanup
+  -o content_filter=
+  -o local_header_rewrite_clients=
+  -o local_recipient_maps=
+  -o mynetworks=127.0.0.0/8
+  -o receive_override_options=no_header_body_checks,no_milters,no_unknown_recipient_checks
+  -o relay_recipient_maps=
+  -o smtpd_client_connection_count_limit=0
+  -o smtpd_client_connection_rate_limit=0
+  -o smtpd_client_restrictions=permit_mynetworks,reject
+  -o smtpd_data_restrictions=reject_unauth_pipelining
+  -o smtpd_delay_reject=no
+  -o smtpd_end_of_data_restrictions=
+  -o smtpd_error_sleep_time=0
+  -o smtpd_hard_error_limit=1000
+  -o smtpd_helo_restrictions=
+  -o smtpd_milters=
+  #-o smtpd_sender_restrictions=permit_mynetworks,reject
+  -o smtpd_recipient_restrictions=permit
+  -o smtpd_restriction_classes=
+  -o smtpd_soft_error_limit=1001
+  -o strict_rfc821_envelopes=yes
+
+
+
 #628      inet  n       -       -       -       -       qmqpd
-pickup    fifo  n       -       -       60      1       pickup
-  -o cleanup_service_name=pre-cleanup
-  -o content_filter=amavis:[127.0.0.1]:10024
-pre-cleanup unix n      -       -       -       0       cleanup
+no-amavis-cleanup unix  n -   -       -       0       cleanup
+pre-amavis-cleanup unix n -   -       -       0       cleanup
   -o virtual_alias_maps=
-cleanup   unix  n       -       -       -       0       cleanup
+post-amavis-cleanup unix n -  -       -       0       cleanup
   -o mime_header_checks=
   -o nested_header_checks=
   -o body_checks=
@@ -74,10 +121,16 @@ qmgr      fifo  n       -       n       300     1       qmgr
 #qmgr     fifo  n       -       -       300     1       oqmgr
 tlsmgr    unix  -       -       -       1000?   1       tlsmgr
 rewrite   unix  -       -       -       -       -       trivial-rewrite
+local     unix  -       n       n       -       -       local
+  -o cleanup_service_name=no-amavis-cleanup
 bounce    unix  -       -       -       -       0       bounce
+  -o cleanup_service_name=no-amavis-cleanup
 defer     unix  -       -       -       -       0       bounce
+  -o cleanup_service_name=no-amavis-cleanup
 trace     unix  -       -       -       -       0       bounce
+  -o cleanup_service_name=no-amavis-cleanup
 verify    unix  -       -       -       -       1       verify
+  -o cleanup_service_name=no-amavis-cleanup
 flush     unix  n       -       -       1000?   0       flush
 proxymap  unix  -       -       n       -       -       proxymap
 proxywrite unix -       -       n       -       1       proxymap
@@ -90,7 +143,6 @@ showq     unix  n       -       -       -       -       showq
 error     unix  -       -       -       -       -       error
 retry     unix  -       -       -       -       -       error
 discard   unix  -       -       -       -       -       discard
-local     unix  -       n       n       -       -       local
 virtual   unix  -       n       n       -       -       virtual
 lmtp      unix  -       -       -       -       -       lmtp
 anvil     unix  -       -       -       -       1       anvil