Want more features on Pastebin? Sign Up, it's FREE!
Guest

postfix transport

By: a guest on Oct 27th, 2011  |  syntax: None  |  size: 2.02 KB  |  views: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. //LOG
  2.  
  3. Oct 27 10:42:10 mail4 postfix/qmgr[9296]: 8EFC05C40087: from=<cory@emailtraveldeals.com>, size=397, nrcpt=1 (queue active)
  4. Oct 27 10:42:10 mail4 postfix/qmgr[9296]: warning: connect to transport private/aol: No such file or directory
  5. Oct 27 10:42:10 mail4 postfix/error[9349]: 8EFC05C40087: to=<gone2spam@aol.com>, relay=none, delay=461, delays=461/0.02/0/0.11, dsn=4.3.0, status=deferred (mail transport unavailable)
  6.  
  7.  
  8.  
  9. //POSTCONF -n
  10.  
  11. root@mail4:/etc/postfix# postconf -n
  12. alias_database = hash:/etc/aliases
  13. alias_maps = hash:/etc/aliases
  14. append_dot_mydomain = no
  15. biff = no
  16. broken_sasl_auth_clients = yes
  17. config_directory = /etc/postfix
  18. home_mailbox = Maildir/
  19. inet_interfaces = all
  20. inet_protocols = all
  21. initial_destination_concurrency = 2
  22. mailbox_command =
  23. mailbox_size_limit = 0
  24. milter_default_action = accept
  25. milter_protocol = 2
  26. mydestination = mail4, localhost.localdomain, localhost, emailtraveldeals.com
  27. myhostname = emailtraveldeals.com
  28. mynetworks = 127.0.0.0/8, 216.16.163.0/24
  29. myorigin = /etc/mailname
  30. non_smtpd_milters = inet:localhost:9999
  31. readme_directory = no
  32. recipient_delimiter = +
  33. relayhost =
  34. smtp_tls_note_starttls_offer = yes
  35. smtp_tls_security_level = may
  36. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  37. smtpd_banner = ESMTP :: Welcome to the Thunderdome, bitch!
  38. smtpd_milters = inet:localhost:9999
  39. smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
  40. smtpd_sasl_auth_enable = yes
  41. smtpd_sasl_local_domain =
  42. smtpd_sasl_security_options = noanonymous
  43. smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
  44. smtpd_tls_auth_only = no
  45. smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt
  46. smtpd_tls_key_file = /etc/ssl/private/smtpd.key
  47. smtpd_tls_loglevel = 1
  48. smtpd_tls_received_header = yes
  49. smtpd_tls_security_level = may
  50. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  51. smtpd_tls_session_cache_timeout = 3600s
  52. smtpd_use_tls = yes
  53. tls_random_source = dev:/dev/urandom
  54. transport_maps = hash:/etc/postfix/transport
  55.  
  56.  
  57.  
clone this paste RAW Paste Data