Guest User

Untitled

a guest
Oct 16th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. # ==========================================================================
  2. # service type private unpriv chroot wakeup maxproc command + args
  3. # (yes) (yes) (no) (never) (100)
  4. # ==========================================================================
  5. smtp inet n - y - - smtpd
  6. smtp unix - - y - - smtp
  7. relay unix - - y - - smtp
  8.  
  9. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  10. biff = no
  11. append_dot_mydomain = no
  12. readme_directory = no
  13. smtpd_tls_cert_file=<path to PEM>
  14. smtpd_tls_key_file=<path to KEY>
  15. smtpd_use_tls=yes
  16. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  17. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  18. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  19. myhostname = appserver.provider.com
  20. alias_maps = hash:/etc/aliases
  21. alias_database = hash:/etc/aliases
  22. mydestination = $myhostname, appserver, localhost.localdomain, , localhost
  23. relayhost = mail.provider.com:465
  24. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  25. mailbox_size_limit = 0
  26. recipient_delimiter = +
  27. inet_interfaces = all
  28. inet_protocols = all
  29. smtp_sasl_auth_enable = yes
  30. smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
  31. smtp_sasl_mechanism_filter =
  32. smtp_sasl_security_options =
  33. smtp_tls_security_level = encrypt
  34. smtp_tls_wrappermode = yes
  35. smtp_tls_mandatory_ciphers = high
  36. canonical_maps = hash:/etc/postfix/canonical_maps
  37. sender_canonical_maps = hash:/etc/postfix/sender_canonical_maps
  38. header_checks = regexp:/etc/postfix/header_checks
  39.  
  40. @partner1.com : smtp.partner1.com
  41. @provider.com : mail.provider.com:465
  42.  
  43. postfix/smtpd[3011]: connect from localhost[127.0.0.1]
  44. postfix/smtpd[3011]: 3BE61178E1E: client=localhost[127.0.0.1]
  45. postfix/cleanup[3032]: 3BE61178E1E: message-id=<20181016075730.3BE61178E1E@appserver.provider.com>
  46. postfix/qmgr[2997]: 3BE61178E1E: from=<provider@provider.com>, size=376, nrcpt=1 (queue active) postfix/smtp[3033]: connect to mx2.provider.com[<IPv6>]:25: Network is unreachable
  47. postfix/smtp[3033]: SSL_connect error to mx1.provider.com[<IPv4>]:25:
  48. postfix/smtp[3033]: warning: TLS library problem: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: postfix/smtp[3033]: 3BE61178E1E: Cannot start TLS: handshake failure postfix/smtp[3033]: SSL_connect error to mx2.provider.com[<IPv4>]:25: -1 postfix/smtp[3033]: warning: TLS library problem: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794:
  49. postfix/smtp[3033]: 3BE61178E1E: Cannot start TLS: handshake failure
  50. postfix/smtp[3033]: SSL_connect error to mx3.provider.com[<IPv4>]:25:
  51. postfix/smtp[3033]: warning: TLS library problem: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: postfix/smtp[3033]: 3BE61178E1E: Cannot start TLS: handshake failure postfix/smtp[3033]: connect to mx1.provider.com[<IPv6>]:25: Network is unreachable
  52. postfix/smtp[3033]: 3BE61178E1E: to=<provider@provider.com>, relay=none, delay=19, delays=18/0.01/0.54/0, dsn=4.4.1, status=deferred (connect to mx1.provider.com[<IPv6>]:25: Network is unreachable)
  53.  
  54. postfix/smtpd[3237]: connect from localhost[127.0.0.1]
  55. postfix/smtpd[3237]: 6234B178E1E: client=localhost[127.0.0.1]
  56. postfix/cleanup[3252]: 6234B178E1E: message-id=<20181016081109.6234B178E1E@appserver.provider.com>
  57. postfix/qmgr[2997]: 6234B178E1E: from=<noreply@partner1.com>, size=368, nrcpt=1 (queue active) postfix/smtp[3253]: connect to mx3.provider.com[<IPv6>]:25: Network is unreachable
  58. postfix/smtp[3253]: SSL_connect error to mx2.provider.com[<IPv4>]:25: -1
  59. postfix/smtp[3253]: warning: TLS library problem: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: postfix/smtp[3253]: 6234B178E1E: Cannot start TLS: handshake failure postfix/smtp[3253]: connect to mx1.provider.com[<IPv6>]:25: Network is unreachable
  60. postfix/smtp[3253]: SSL_connect error to mx3.provider.com[<IPv4>]:25: -1
  61. postfix/smtp[3253]: warning: TLS library problem: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: postfix/smtp[3253]: 6234B178E1E: Cannot start TLS: handshake failure postfix/smtp[3253]: connect to mx2.provider.com[<IPv6>]:25: Network is unreachable
  62. postfix/smtp[3253]: 6234B178E1E: to=<provider@provider.com>, relay=none, delay=16, delays=16/0.01/0.33/0, dsn=4.4.1, status=deferred (connect to mx2.provider.com[<IPv6>]:25: Network is unreachable)
  63.  
  64. postfix[4582]: /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter: sender_dependant_default_transport_maps=hash:/etc/postfix/sender_dependant_default_transport_maps
Add Comment
Please, Sign In to add comment