InToSSH

master.cf

Oct 5th, 2018
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1. smtp      inet  n       -       -       -       1       postscreen
  2. smtpd     pass  -       -       -       -       -       smtpd
  3.   -o smtpd_proxy_filter=inet:[127.0.0.1]:10024 # <--------- Amavis port
  4.   -o smtpd_proxy_options=speed_adjust
  5. dnsblog   unix  -       -       -       -       0       dnsblog
  6.  
  7. tlsproxy  unix  -       -       -       -       0       tlsproxy
  8. submission inet n       -       -       -       -       smtpd
  9.   -o syslog_name=postfix/submission
  10.   -o smtpd_tls_security_level=encrypt
  11.   -o tls_preempt_cipherlist=yes
  12.   -o smtpd_sasl_auth_enable=yes
  13.   -o smtpd_reject_unlisted_recipient=no
  14.   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  15.   -o smtpd_helo_restrictions=
  16.   -o smtpd_sender_restrictions=reject_sender_login_mismatch
  17.   -o smtpd_recipient_restrictions=
  18.   -o milter_macro_daemon_name=ORIGINATING
  19.   -o smtpd_proxy_filter=inet:[127.0.0.1]:10026  # <--------- Amavis originating port
  20.  
  21. # Amavis return path
  22. #
  23. 127.0.0.1:10025 inet n    -       n       -       -     smtpd
  24.         -o content_filter=smtp:[127.0.0.1]:2526  # <--------- ESET Mail security
  25.          -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  26.         -o smtpd_delay_reject=no
  27.         -o smtpd_client_restrictions=permit_mynetworks,reject
  28.         -o smtpd_helo_restrictions=
  29.         -o smtpd_sender_restrictions=
  30.         -o smtpd_recipient_restrictions=permit_mynetworks,reject
  31.         -o smtpd_data_restrictions=reject_unauth_pipelining
  32.         -o smtpd_end_of_data_restrictions=
  33.         -o smtpd_restriction_classes=
  34.         -o mynetworks=127.0.0.0/8
  35.         -o smtpd_error_sleep_time=0
  36.         -o smtpd_soft_error_limit=1001
  37.         -o smtpd_hard_error_limit=1000
  38.         -o smtpd_client_connection_count_limit=0
  39.         -o smtpd_client_connection_rate_limit=0
  40.         -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
  41.         -o local_header_rewrite_clients=
  42.  
  43. # ESET return path
  44. #
  45. 127.0.0.1:2525 inet n    -       n       -       -     smtpd
  46.         -o content_filter=
  47.         -o smtpd_client_restrictions=permit_mynetworks,reject
  48.         -o smtpd_helo_restrictions=
  49.         -o smtpd_sender_restrictions=
  50.         -o smtpd_recipient_restrictions=permit_mynetworks,reject
  51.         -o mynetworks=127.0.0.0/8
Add Comment
Please, Sign In to add comment