Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Untitled
Saturday, October 11th, 2008 at 12:03:06am UTC 

  1. Oct 11 00:52:47 david-laptop postfix/qmgr[8542]: 85CEB24675E: removed
  2. Oct 11 00:54:09 david-laptop postfix/smtpd[8544]: idle timeout -- exiting
  3. Oct 11 00:56:21 david-laptop postfix/pickup[8541]: 130EA24675D: uid=1000 from=<david>
  4. Oct 11 00:56:21 david-laptop postfix/cleanup[8563]: 130EA24675D: message-id=<20081010235621.[email protected]>
  5. Oct 11 00:56:21 david-laptop postfix/qmgr[8542]: 130EA24675D: from=<[email protected]>, size=411, nrcpt=1 (queue active)
  6. Oct 11 00:56:23 david-laptop postfix/smtp[8565]: 130EA24675D: to=<[email protected]>, relay=smtp.gmail.com[209.85.135.111]:587, delay=2.7, delays=0.03/0.02/2.2/0.4, dsn=5.7.0, status=bounced (host smtp.gmail.com[209.85.135.111] said: 530 5.7.0 Must issue a STARTTLS command first. j10sm3283239muh.1 (in reply to MAIL FROM command))
  7. Oct 11 00:56:24 david-laptop postfix/cleanup[8563]: 21D5324675E: message-id=<20081010235624.[email protected]>
  8. Oct 11 00:56:24 david-laptop postfix/bounce[8566]: 130EA24675D: sender non-delivery notification: 21D5324675E
  9. Oct 11 00:56:24 david-laptop postfix/qmgr[8542]: 21D5324675E: from=<>, size=2516, nrcpt=1 (queue active)
  10. Oct 11 00:56:24 david-laptop postfix/qmgr[8542]: 130EA24675D: removed
  11. Oct 11 00:56:24 david-laptop postfix/local[8567]: 21D5324675E: to=<[email protected]>, relay=local, delay=0.02, delays=0.01/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)
  12. Oct 11 00:56:24 david-laptop postfix/qmgr[8542]: 21D5324675E: removed
  13. david@david-laptop:/etc/postfix:574$
  14.  
  15.  
  16. david@david-laptop:/etc/postfix:565$ telnet localhost 25
  17. Trying 127.0.0.1...
  18. Connected to localhost.
  19. Escape character is '^]'.
  20. 220 david-laptop.davidroderick.co.uk ESMTP Postfix (Ubuntu)
  21. EHLO u
  22. 250-david-laptop.davidroderick.co.uk
  23. 250-PIPELINING
  24. 250-SIZE 10240000
  25. 250-VRFY
  26. 250-ETRN
  27. 250-ENHANCEDSTATUSCODES
  28. 250-8BITMIME
  29. 250 DSN
  30. STARTTLS
  31. 502 5.5.1 Error: command not implemented
  32.  
  33.  
  34. ###############
  35. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  36. mydomain = davidroderick.co.uk
  37. myhostname = david-laptop.davidroderick.co.uk
  38. mynetworks = localhost
  39. alias_maps = hash:/etc/aliases
  40. alias_database = hash:/etc/aliases
  41.  
  42.  
  43. # Debian specific:  Specifying a file name will cause the first
  44. # line of that file to be used as the name.  The Debian default
  45. # is /etc/mailname.
  46. #myorigin = /etc/mailname
  47.  
  48. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  49. biff = no
  50.  
  51. # appending .domain is the MUA's job.
  52. append_dot_mydomain = no
  53.  
  54. # Uncomment the next line to generate "delayed mail" warnings
  55. #delay_warning_time = 4h
  56.  
  57. readme_directory = no
  58.  
  59. inet_interfaces = localhost
  60. mynetworks_style = locallost
  61. mynetworks_style = subnet
  62. relayhost = [smtp.gmail.com]:587
  63.  
  64. smtp_sasl_auth_enable = yes
  65. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  66. smtp_sasl_security_options =
  67.  
  68. #smtp_use_tls = yes
  69. #smtpd_tls_auth_only = yes
  70. smtpd_tls_CApath = /etc/postfix/certs
  71.  
  72.  smtpd_tls_key_file = /etc/postfix/newreq.pem
  73.  smtpd_tls_cert_file = /etc/postfix/newcert.pem
  74.  smtpd_tls_CAfile = /etc/postfix/cacert.pem
  75.  smtpd_tls_loglevel = 3
  76.  smtpd_tls_received_header = yes
  77.  smtpd_tls_session_cache_timeout = 3600s
  78.  tls_random_source = dev:/dev/urandom
  79.  
  80. ############
  81. ##   Add these lines to the bottom on main.cf
  82.     ##
  83.     ##
  84.  
  85.  
  86.     ## TLS Settings
  87.     #
  88.     # For no logs set = 0
  89. #    smtp_tls_loglevel = 1
  90.     #
  91.     # smtp_enforce_tls = yes
  92.     # Above is commented because doing it site by site below
  93.     smtp_tls_per_site = hash:/etc/postfix/tls_per_site
  94.     #
  95.     smtp_tls_CAfile = /etc/postfix/cacert.pem
  96.     smtp_tls_cert_file = /etc/postfix/FOO-cert.pem
  97.     smtp_tls_key_file = /etc/postfix/FOO-key.pem
  98.     smtp_tls_session_cache_database = btree:/var/run/smtp_tls_session_cache
  99.     smtp_use_tls = yes
  100.     smtpd_tls_session_cache_database = btree:/var/run/smtpd_tls_session_cache
  101.     smtpd_use_tls = yes
  102.  
  103.     ##  SASL Settings
  104. #     # This is going in to THIS server
  105. #     smtpd_sasl_auth_enable = no
  106. #     # We need this
  107. #     smtp_sasl_auth_enable = yes
  108. #     smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  109. #     smtpd_sasl_local_domain = $myhostname
  110. #     smtp_sasl_security_options = noanonymous
  111. #     #smtp_sasl_security_options =
  112. #     smtp_sasl_tls_security_options = noanonymous
  113. #     smtpd_sasl_application_name = smtpd
  114.  
  115.  
  116.     ## Gmail Relay
  117. #    relayhost = [smtp.gmail.com]
  118.  
  119.     ## Good for Testing
  120.     # sender_bcc_maps = hash:/etc/postfix/bcc_table
  121.  
  122.     # Disable DNS Lookups
  123.     disable_dns_lookups = yes
  124.     #
  125.     # Great New feature Address Mapping
  126.     #  for example may mchirico@localhost to [email protected]
  127.     smtp_generic_maps = hash:/etc/postfix/generic
  128.     #
  129.     #
  130.     transport_maps = hash:/etc/postfix/transport

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right