SHARE
TWEET

Untitled

a guest May 15th, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. s120:~# cat /etc/postfix/master.cf
  2. #
  3. # Postfix master process configuration file.  For details on the format
  4. # of the file, see the master(5) manual page (command: "man 5 master").
  5. #
  6. # Do not forget to execute "postfix reload" after editing this file.
  7. #
  8. # ==========================================================================
  9. # service type  private unpriv  chroot  wakeup  maxproc command + args
  10. #               (yes)   (yes)   (yes)   (never) (100)
  11. # ==========================================================================
  12. smtp      inet  n       -       -       -       -       smtpd
  13. #smtp      inet  n       -       -       -       1       postscreen
  14. #smtpd     pass  -       -       -       -       -       smtpd
  15. #dnsblog   unix  -       -       -       -       0       dnsblog
  16. #tlsproxy  unix  -       -       -       -       0       tlsproxy
  17. #submission inet n       -       -       -       -       smtpd
  18. #  -o smtpd_enforce_tls=yes
  19. #  -o smtpd_sasl_auth_enable=yes
  20. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  21. #  -o syslog_name=postfix/submission
  22. #  -o smtpd_tls_security_level=encrypt
  23. #  -o smtpd_sasl_auth_enable=yes
  24. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  25. #  -o milter_macro_daemon_name=ORIGINATING
  26. smtps     inet  n       -       -       -       -       smtpd
  27.   -o smtpd_tls_wrappermode=yes
  28.   -o smtpd_sasl_auth_enable=yes
  29. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  30. #  -o milter_macro_daemon_name=ORIGINATING
  31. #628       inet  n       -       -       -       -       qmqpd
  32. pickup    fifo  n       -       -       60      1       pickup
  33. cleanup   unix  n       -       -       -       0       cleanup
  34. qmgr      fifo  n       -       n       300     1       qmgr
  35. #qmgr     fifo  n       -       n       300     1       oqmgr
  36. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  37. rewrite   unix  -       -       -       -       -       trivial-rewrite
  38. bounce    unix  -       -       -       -       0       bounce
  39. defer     unix  -       -       -       -       0       bounce
  40. trace     unix  -       -       -       -       0       bounce
  41. verify    unix  -       -       -       -       1       verify
  42. flush     unix  n       -       -       1000?   0       flush
  43. proxymap  unix  -       -       n       -       -       proxymap
  44. proxywrite unix -       -       n       -       1       proxymap
  45. smtp      unix  -       -       -       -       -       smtp
  46. relay     unix  -       -       -       -       -       smtp
  47. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  48. showq     unix  n       -       -       -       -       showq
  49. error     unix  -       -       -       -       -       error
  50. retry     unix  -       -       -       -       -       error
  51. discard   unix  -       -       -       -       -       discard
  52. local     unix  -       n       n       -       -       local
  53. virtual   unix  -       n       n       -       -       virtual
  54. lmtp      unix  -       -       -       -       -       lmtp
  55. anvil     unix  -       -       -       -       1       anvil
  56. scache    unix  -       -       -       -       1       scache
  57. #
  58. # ====================================================================
  59. #
  60. # maildrop. See the Postfix MAILDROP_README file for details.
  61. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  62. #
  63. maildrop  unix  -       n       n       -       -       pipe
  64.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  65. #
  66. # ====================================================================
  67. #
  68. # See the Postfix UUCP_README file for configuration details.
  69. #
  70. uucp      unix  -       n       n       -       -       pipe
  71.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  72. #
  73. # Other external delivery methods.
  74. #
  75. ifmail    unix  -       n       n       -       -       pipe
  76.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  77. bsmtp     unix  -       n       n       -       -       pipe
  78.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  79. scalemail-backend unix  -       n       n       -       2       pipe
  80.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  81. mailman   unix  -       n       n       -       -       pipe
  82.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  83.   ${nexthop} ${user}
  84.  
  85.  
  86.  
  87. amavis unix - - - - 2 smtp
  88.         -o smtp_data_done_timeout=1200
  89.         -o smtp_send_xforward_command=yes
  90.  
  91. 127.0.0.1:10025 inet n - - - - smtpd
  92.         -o content_filter=
  93.         -o local_recipient_maps=
  94.         -o relay_recipient_maps=
  95.         -o smtpd_restriction_classes=
  96.         -o smtpd_client_restrictions=
  97.         -o smtpd_helo_restrictions=
  98.         -o smtpd_sender_restrictions=
  99.         -o smtpd_recipient_restrictions=permit_mynetworks,reject
  100.         -o mynetworks=127.0.0.0/8
  101.         -o strict_rfc821_envelopes=yes
  102.         -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top