Advertisement
Guest User

master.cf

a guest
May 27th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. # ==========================================================================
  2. # service type  private unpriv  chroot  wakeup  maxproc command + args
  3. #               (yes)   (yes)   (no)    (never) (100)
  4. # ==========================================================================
  5. smtp      inet  n       -       y       -       1       postscreen
  6.     -o smtpd_sasl_auth_enable=no
  7. smtpd     pass  -       -       y       -       -       smtpd
  8. dnsblog   unix  -       -       y       -       0       dnsblog
  9. tlsproxy  unix  -       -       y       -       0       tlsproxy
  10. submission inet n       -       y       -       -       smtpd
  11.     -o syslog_name=postfix/submission
  12.     -o smtpd_tls_security_level=encrypt
  13.     -o smtpd_sasl_auth_enable=yes
  14.     -o smtpd_sasl_type=dovecot
  15.     -o smtpd_sasl_path=private/auth
  16.     -o smtpd_sasl_security_options=noanonymous
  17.     -o smtpd_client_restrictions=$mua_client_restrictions
  18.     -o smtpd_sender_restrictions=$mua_sender_restrictions
  19.     -o smtpd_relay_restrictions=$mua_relay_restrictions
  20.     -o milter_macro_daemon_name=ORIGINATING
  21.     -o smtpd_sender_login_maps=mysql:/etc/postfix/sql/sender-login-maps.cf
  22.     -o smtpd_helo_required=no
  23.     -o smtpd_helo_restrictions=
  24.     -o cleanup_service_name=submission-header-cleanup
  25. pickup    unix  n       -       y       60      1       pickup
  26. cleanup   unix  n       -       y       -       0       cleanup
  27. qmgr      unix  n       -       n       300     1       qmgr
  28. tlsmgr    unix  -       -       y       1000?   1       tlsmgr
  29. rewrite   unix  -       -       y       -       -       trivial-rewrite
  30. bounce    unix  -       -       y       -       0       bounce
  31. defer     unix  -       -       y       -       0       bounce
  32. trace     unix  -       -       y       -       0       bounce
  33. verify    unix  -       -       y       -       1       verify
  34. flush     unix  n       -       y       1000?   0       flush
  35. proxymap  unix  -       -       n       -       -       proxymap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement