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

Untitled

By: a guest on Oct 16th, 2011  |  syntax: None  |  size: 2.09 KB  |  views: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. From mail.log:
  2.  
  3. Oct 17 05:01:12 diaspora postfix/master[21436]: reload -- version 2.8.5, configuration /etc/postfix
  4. Oct 17 05:01:40 diaspora postfix/pickup[21855]: B6A5F22054: uid=33 from=<www-data>
  5. Oct 17 05:01:40 diaspora postfix/cleanup[21907]: B6A5F22054: message-id=<20111017030140.B6A5F22054@xxxxxxxx.dyndns.org>
  6. Oct 17 05:01:40 diaspora postfix/qmgr[21854]: B6A5F22054: from=<www-data@xxxxxxx.dyndns.org>, size=1427, nrcpt=1 (queue active)
  7. Oct 17 05:01:40 diaspora postfix/smtp[21909]: connect to mx42.webbpost.se[195.74.37.95]:25: Connection refused
  8. Oct 17 05:01:41 diaspora postfix/smtp[21909]: B6A5F22054: to=<info@xxxxxxxx.org>, relay=none, delay=0.26, delays=0.19/0.01/0.06/0, dsn=4.4.1, status=deferred (connect to mx42.webbpost.se[195.74.37.95]:25: Connection refused)
  9.  
  10.  
  11. My Postfix main.cf
  12.  
  13. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  14.  
  15.  
  16. # Debian specific:  Specifying a file name will cause the first
  17. # line of that file to be used as the name.  The Debian default
  18. # is /etc/mailname.
  19. #myorigin = /etc/mailname
  20.  
  21. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  22. biff = no
  23.  
  24. # appending .domain is the MUA's job.
  25. append_dot_mydomain = no
  26.  
  27. # Uncomment the next line to generate "delayed mail" warnings
  28. #delay_warning_time = 4h
  29.  
  30. readme_directory = no
  31.  
  32. # TLS parameters
  33. smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  34. smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  35. smtpd_use_tls=yes
  36. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  37. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  38.  
  39. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  40. # information on enabling SSL in the smtp client.
  41.  
  42. myhostname = xxxxxxx.dyndns.org
  43. alias_maps = hash:/etc/aliases
  44. alias_database = hash:/etc/aliases
  45. mydestination = diaspora, localhost.localdomain, , localhost
  46. relayhost =
  47. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  48. mailbox_size_limit = 0
  49. recipient_delimiter = +
  50. inet_interfaces = all
  51. # virtual_alias_maps = hash:/etc/postfix/virtual
  52. # home_mailbox = mail/
  53.  
  54.  
clone this paste RAW Paste Data