spacepaste

  1.  
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. inet_interfaces = loopback-only
  7. inet_protocols = all
  8. mailbox_size_limit = 0
  9. mydestination = $myhostname, t560, localhost.localdomain, localhost
  10. myhostname = t560.bohlsen.lan
  11. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.1.0/24
  12. readme_directory = no
  13. recipient_delimiter = +
  14. relayhost = smtp.localdomain
  15. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  16. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  17. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  18. defer_unauth_destination
  19. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  20. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  21. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  22. smtpd_use_tls = yes
  23. smtp inet n - y - - smtpd
  24. pickup unix n - y 60 1 pickup
  25. cleanup unix n - y - 0 cleanup
  26. qmgr unix n - n 300 1 qmgr
  27. tlsmgr unix - - y 1000? 1 tlsmgr
  28. rewrite unix - - y - - trivial-rewrite
  29. bounce unix - - y - 0 bounce
  30. defer unix - - y - 0 bounce
  31. trace unix - - y - 0 bounce
  32. verify unix - - y - 1 verify
  33. flush unix n - y 1000? 0 flush
  34. proxymap unix - - n - - proxymap
  35. proxywrite unix - - n - 1 proxymap
  36. smtp unix - - y - - smtp
  37. relay unix - - y - - smtp
  38. showq unix n - y - - showq
  39. error unix - - y - - error
  40. retry unix - - y - - error
  41. discard unix - - y - - discard
  42. local unix - n n - - local
  43. virtual unix - n n - - virtual
  44. lmtp unix - - y - - lmtp
  45. anvil unix - - y - 1 anvil
  46. scache unix - - y - 1 scache
  47. maildrop unix - n n - - pipe flags=DRhu
  48. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  49. uucp unix - n n - - pipe flags=Fqhu
  50. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  51. ifmail unix - n n - - pipe flags=F user=ftn
  52. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  53. bsmtp unix - n n - - pipe flags=Fq.
  54. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  55. scalemail-backend unix - n n - 2 pipe flags=R
  56. user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  57. ${user} ${extension}
  58. mailman unix - n n - - pipe flags=FR
  59. user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  60. ${user}
  61.