SHARE
TWEET

Untitled

a guest May 18th, 2012 27 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. main.cf:
  2. alias_maps = hash:/etc/aliases
  3. biff = no
  4. canonical_maps = hash:/etc/postfix/canonical
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. content_filter =
  8. daemon_directory = /usr/lib/postfix
  9. data_directory = /var/lib/postfix
  10. debug_peer_level = 2
  11. defer_transports =
  12. delay_warning_time = 1h
  13. disable_dns_lookups = no
  14. disable_mime_output_conversion = no
  15. html_directory = /usr/share/doc/packages/postfix-doc/html
  16. inet_interfaces = localhost
  17. inet_protocols = all
  18. mail_owner = postfix
  19. mail_spool_directory = /var/mail
  20. mailbox_command =
  21. mailbox_size_limit = 0
  22. mailbox_transport =
  23. mailq_path = /usr/bin/mailq
  24. manpage_directory = /usr/share/man
  25. masquerade_classes = envelope_sender, header_sender, header_recipient
  26. masquerade_domains =
  27. masquerade_exceptions = root
  28. message_size_limit = 0
  29. message_strip_characters = \0
  30. mydestination = $myhostname, localhost.$mydomain
  31. myhostname = barbie.local
  32. mynetworks_style = subnet
  33. newaliases_path = /usr/bin/newaliases
  34. queue_directory = /var/spool/postfix
  35. readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES
  36. relay_domains = $mydestination, hash:/etc/postfix/relay
  37. relayhost =
  38. relocated_maps = hash:/etc/postfix/relocated
  39. sample_directory = /usr/share/doc/packages/postfix-doc/samples
  40. sender_canonical_maps = hash:/etc/postfix/sender_canonical
  41. sendmail_path = /usr/sbin/sendmail
  42. setgid_group = maildrop
  43. smtp_enforce_tls = no
  44. smtp_generic_maps = hash:/etc/postfix/generic
  45. smtp_sasl_auth_enable = no
  46. smtp_tls_session_cache_database = btree:/var/lib/postfix/smtpd_tls_session_cache
  47. smtp_tls_session_cache_timeout = 3600s
  48. smtp_use_tls = no
  49. smtpd_client_restrictions =
  50. smtpd_helo_required = no
  51. smtpd_helo_restrictions =
  52. smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
  53. smtpd_sasl_auth_enable = no
  54. smtpd_sender_restrictions = hash:/etc/postfix/access
  55. smtpd_use_tls = no
  56. strict_8bitmime = no
  57. strict_rfc821_envelopes = no
  58. transport_maps = hash:/etc/postfix/transport
  59. unknown_local_recipient_reject_code = 550
  60. virtual_alias_domains = hash:/etc/postfix/virtual
  61. virtual_alias_maps = hash:/etc/postfix/virtual
  62.  
  63. generic:
  64. @barbie.local   test@agenda.si
  65.  
  66. # echo "test" | sendmail danci1973@gmail.com
  67.  
  68. log:
  69. May 18 15:40:12 barbie postfix/pickup[26762]: 5B730B683BA: uid=0 from=<root>
  70. May 18 15:40:12 barbie postfix/cleanup[26868]: 5B730B683BA: message-id=<20120518134012.5B730B683BA@barbie.local>
  71. May 18 15:40:12 barbie postfix/qmgr[26763]: 5B730B683BA: from=<root@barbie.local>, size=280, nrcpt=1 (queue active)
  72. May 18 15:40:12 barbie postfix/smtp[26870]: 5B730B683BA: to=<danci1973@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.70.26]:25, delay=0.67, delays=0.17/0.01/0.1/0.38, dsn=2.0.0, status=sent (250 2.0.0 OK 1337348412 o55si8150036wek.7)
  73. May 18 15:40:12 barbie postfix/qmgr[26763]: 5B730B683BA: removed
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top