Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  2.  
  3.  
  4. # Debian specific: Specifying a file name will cause the first
  5. # line of that file to be used as the name. The Debian default
  6. # is /etc/mailname.
  7. #myorigin = /etc/mailname
  8.  
  9. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  10. biff = no
  11.  
  12. # appending .domain is the MUA's job.
  13. append_dot_mydomain = no
  14.  
  15. # Uncomment the next line to generate "delayed mail" warnings
  16. #delay_warning_time = 4h
  17.  
  18. readme_directory = no
  19.  
  20. smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  21. smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  22. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  23. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  24.  
  25. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  26. myhostname = localhost
  27. alias_maps = hash:/etc/aliases
  28. alias_database = hash:/etc/aliases
  29. mydestination = localdomain, localhost, localhost.localdomain, localhost
  30. relayhost =
  31. smtp_tls_CAfile = /etc/postfix/cacert.pem
  32. smtp_use_tls = yes
  33. mailbox_size_limit = 51200000
  34. recipient_delimiter = +
  35. inet_interfaces = loopback-only
  36. inet_protocols = ipv4
  37. myorigin = /etc/mailname
  38.  
  39. 673CCB6EE9B 451 Wed Jul 19 11:29:07 server@mydomain.net
  40. (delivery temporarily suspended: connect to mail.mydomain.net[my.ip.was.here]:25: Connection refused)
  41. root@mydomain.net
  42.  
  43. 6B155B6EF04 770 Wed Jul 19 12:45:13 root@mydomain.net
  44. (delivery temporarily suspended: connect to mail.mydomain.net[my.ip.was.here]:25: Connection refused)
  45. root@mydomain.net
  46.  
  47. 52EA3B6EF01 771 Wed Jul 19 12:15:57 root@mydomain.net
  48. (delivery temporarily suspended: connect to mail.mydomain.net[my.ip.was.here]:25: Connection refused)
  49. root@mydomain.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement