Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [root@codetripping lvc]# postconf -n
  2. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_sender_restrictions
  3. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_client_restrictions
  4. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_helo_restrictions
  5. alias_database = $alias_maps
  6. alias_maps = hash:/etc/postfix/aliases
  7. command_directory = /usr/bin
  8. compatibility_level = 2
  9. daemon_directory = /usr/lib/postfix/bin
  10. data_directory = /var/lib/postfix
  11. debug_peer_level = 2
  12. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  13. html_directory = no
  14. inet_protocols = ipv4
  15. mail_owner = postfix
  16. mailbox_size_limit = 0
  17. mailq_path = /usr/bin/mailq
  18. manpage_directory = /usr/share/man
  19. meta_directory = /etc/postfix
  20. mydestination = $myhostname, riscque.net
  21. mydomain = codetripping.net
  22. myhostname = codetripping.net
  23. myorigin = $mydomain
  24. newaliases_path = /usr/bin/newaliases
  25. non_smtpd_milters = inet:locahost:6666
  26. queue_directory = /var/spool/postfix
  27. readme_directory = /usr/share/doc/postfix
  28. sample_directory = /etc/postfix
  29. sendmail_path = /usr/bin/sendmail
  30. setgid_group = postdrop
  31. shlib_directory = /usr/lib/postfix
  32. smtp_sasl_type = cyrus
  33. smtpd_client_restrictions =
  34. smtpd_milters = inet:localhost:6666
  35. smtpd_recipient_restrictions = permit_sasl_authenticated, permit_auth_destination, reject
  36. smtpd_sasl_auth_enable = yes
  37. smtpd_tls_CAfile = /srv/codetripping.net.crt
  38. smtpd_tls_auth_only = yes
  39. smtpd_tls_cert_file = /srv/codetripping.net.crt
  40. smtpd_tls_key_file = /srv/codetripping.net.key
  41. smtpd_tls_security_level = may
  42. unknown_local_recipient_reject_code = 550
  43.  
  44. [root@codetripping lvc]# postconf -M
  45. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_sender_restrictions
  46. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_client_restrictions
  47. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_helo_restrictions
  48. smtp inet n - n - - smtpd
  49. submission inet n - n - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_reject_unlisted_recipient=no -o smtpd_client_restrictions=$mua_client_restrictions -o smtpd_helo_restrictions=$mua_helo_restrictions -o smtpd_sender_restrictions=$mua_sender_restrictions -o smtpd_recipient_restrictions= -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING
  50. pickup unix n - n 60 1 pickup
  51. cleanup unix n - n - 0 cleanup
  52. qmgr unix n - n 300 1 qmgr
  53. tlsmgr unix - - n 1000? 1 tlsmgr
  54. rewrite unix - - n - - trivial-rewrite
  55. bounce unix - - n - 0 bounce
  56. defer unix - - n - 0 bounce
  57. trace unix - - n - 0 bounce
  58. verify unix - - n - 1 verify
  59. flush unix n - n 1000? 0 flush
  60. proxymap unix - - n - - proxymap
  61. proxywrite unix - - n - 1 proxymap
  62. smtp unix - - n - - smtp
  63. relay unix - - n - - smtp
  64. showq unix n - n - - showq
  65. error unix - - n - - error
  66. retry unix - - n - - error
  67. discard unix - - n - - discard
  68. local unix - n n - - local
  69. virtual unix - n n - - virtual
  70. lmtp unix - - n - - lmtp
  71. anvil unix - - n - 1 anvil
  72. scache unix - - n - 1 scache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement