spacepaste

  1.  
  2. root@server2:~# postconf -nf
  3. alias_database = hash:/etc/aliases
  4. alias_maps = hash:/etc/aliases
  5. allow_percent_hack = no
  6. append_dot_mydomain = no
  7. biff = no
  8. broken_sasl_auth_clients = yes
  9. config_directory = /etc/postfix
  10. home_mailbox = Maildir/
  11. inet_interfaces = all
  12. mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
  13. mailbox_size_limit = 0
  14. mydestination = server2.mydomain.tld, localhost.mydomain.tld, , localhost
  15. myhostname = server2.mydomain.tld
  16. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  17. myorigin = /etc/mailname
  18. readme_directory = no
  19. recipient_delimiter = +
  20. relayhost =
  21. sender_bcc_maps = hash:/etc/postfix/bcc
  22. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  23. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  24. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
  25. reject_unauth_destination
  26. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  27. defer_unauth_destination
  28. smtpd_sasl_auth_enable = yes
  29. smtpd_sasl_security_options = noanonymous
  30. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  31. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  32. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  33. smtpd_use_tls = yes
  34. virtual_alias_maps = hash:/etc/postfix/virtual
  35. root@server2:~# postconf -Mf
  36. smtp inet n - - - - smtpd
  37. -o smtpd_sasl_auth_enable=yes
  38. pickup unix n - - 60 1 pickup
  39. cleanup unix n - - - 0 cleanup
  40. qmgr unix n - n 300 1 qmgr
  41. tlsmgr unix - - - 1000? 1 tlsmgr
  42. rewrite unix - - - - - trivial-rewrite
  43. bounce unix - - - - 0 bounce
  44. defer unix - - - - 0 bounce
  45. trace unix - - - - 0 bounce
  46. verify unix - - - - 1 verify
  47. flush unix n - - 1000? 0 flush
  48. proxymap unix - - n - - proxymap
  49. proxywrite unix - - n - 1 proxymap
  50. smtp unix - - - - - smtp
  51. relay unix - - - - - smtp
  52. showq unix n - - - - showq
  53. error unix - - - - - error
  54. retry unix - - - - - error
  55. discard unix - - - - - discard
  56. local unix - n n - - local
  57. virtual unix - n n - - virtual
  58. lmtp unix - - - - - lmtp
  59. anvil unix - - - - 1 anvil
  60. scache unix - - - - 1 scache
  61. maildrop unix - n n - - pipe flags=DRhu
  62. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  63. uucp unix - n n - - pipe flags=Fqhu
  64. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  65. ifmail unix - n n - - pipe flags=F user=ftn
  66. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  67. bsmtp unix - n n - - pipe flags=Fq.
  68. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  69. scalemail-backend unix - n n - 2 pipe flags=R
  70. user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  71. ${user} ${extension}
  72. mailman unix - n n - - pipe flags=FR
  73. user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  74. ${user}
  75. submission inet n - - - - smtpd
  76.