Guest User

Untitled

a guest
Feb 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. Linux mydomain 2.6.24-19-xen #1 SMP Wed Aug 20 21:08:51 UTC 2008 x86_64 GNU/Linux
  2. postfix
  3. 2.5.1
  4.  
  5. alias_database = hash:/etc/aliases
  6. alias_maps = hash:/etc/aliases
  7. append_dot_mydomain = no
  8. biff = no
  9. config_directory = /etc/postfix
  10. inet_interfaces = all
  11. mailbox_size_limit = 0
  12. mydestination = mydomain.com, mydomain, localhost.localdomain, localhost
  13. myhostname = mydomain
  14. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  15. myorigin = /etc/mailname
  16. readme_directory = no
  17. recipient_delimiter = +
  18. relayhost =
  19. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  20. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  21. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  22. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  23. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  24. smtpd_use_tls = yes
  25.  
  26. #
  27. # Postfix master process configuration file. For details on the format
  28. # of the file, see the master(5) manual page (command: "man 5 master").
  29. #
  30. # Do not forget to execute "postfix reload" after editing this file.
  31. #
  32. # ==========================================================================
  33. # service type private unpriv chroot wakeup maxproc command + args
  34. # (yes) (yes) (yes) (never) (100)
  35. # ==========================================================================
  36. smtp inet n - - - - smtpd
  37. #submission inet n - - - - smtpd
  38. # -o smtpd_tls_security_level=encrypt
  39. # -o smtpd_sasl_auth_enable=yes
  40. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  41. # -o milter_macro_daemon_name=ORIGINATING
  42. #smtps inet n - - - - smtpd
  43. # -o smtpd_tls_wrappermode=yes
  44. # -o smtpd_sasl_auth_enable=yes
  45. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  46. # -o milter_macro_daemon_name=ORIGINATING
  47. #628 inet n - - - - qmqpd
  48. pickup fifo n - - 60 1 pickup
  49. cleanup unix n - - - 0 cleanup
  50. qmgr fifo n - n 300 1 qmgr
  51. #qmgr fifo n - - 300 1 oqmgr
  52. tlsmgr unix - - - 1000? 1 tlsmgr
  53. rewrite unix - - - - - trivial-rewrite
  54. bounce unix - - - - 0 bounce
  55. defer unix - - - - 0 bounce
  56. trace unix - - - - 0 bounce
  57. verify unix - - - - 1 verify
  58. flush unix n - - 1000? 0 flush
  59. proxymap unix - - n - - proxymap
  60. proxywrite unix - - n - 1 proxymap
  61. smtp unix - - - - - smtp
  62. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  63. relay unix - - - - - smtp
  64. -o smtp_fallback_relay=
  65. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  66. showq unix n - - - - showq
  67. error unix - - - - - error
  68. retry unix - - - - - error
  69. discard unix - - - - - discard
  70. local unix - n n - - local
  71. virtual unix - n n - - virtual
  72. lmtp unix - - - - - lmtp
  73. anvil unix - - - - 1 anvil
  74. scache unix - - - - 1 scache
  75. #
  76. # ====================================================================
  77. # Interfaces to non-Postfix software. Be sure to examine the manual
  78. # pages of the non-Postfix software to find out what options it wants.
  79. #
  80. # Many of the following services use the Postfix pipe(8) delivery
  81. # agent. See the pipe(8) man page for information about ${recipient}
  82. # and other message envelope options.
  83. # ====================================================================
  84. #
  85. # maildrop. See the Postfix MAILDROP_README file for details.
  86. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  87. #
  88. maildrop unix - n n - - pipe
  89. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  90. #
  91. # See the Postfix UUCP_README file for configuration details.
  92. #
  93. uucp unix - n n - - pipe
  94. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  95. #
  96. # Other external delivery methods.
  97. #
  98. ifmail unix - n n - - pipe
  99. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  100. bsmtp unix - n n - - pipe
  101. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  102. scalemail-backend unix - n n - 2 pipe
  103. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  104. mailman unix - n n - - pipe
  105. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  106. ${nexthop} ${user}
Add Comment
Please, Sign In to add comment