Advertisement
Guest User

Untitled

a guest
May 29th, 2017
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.93 KB | None | 0 0
  1. Failed:
  2. Jun 8 13:31:03 emailserver postfix/smtpd[8397]: connect from unknown[10.4.30.111]
  3. Jun 8 13:31:03 emailserver postfix/smtpd[8397]: NOQUEUE: reject: RCPT from unknown[10.4.30.111]: 554 5.7.1 <dwwollmann@hotmail.com>: Relay access denied; from=<sales@wyconntech.com> to=<dwwollmann@hotmail.com> proto=ESMTP helo=<laptopMY>
  4. Jun 8 13:31:03 emailserver postfix/smtpd[8397]: disconnect from unknown[10.4.30.111]
  5.  
  6. Successful:
  7. Jun 8 13:28:58 emailserver postfix/smtpd[8373]: connect from unknown[10.4.30.111]
  8. Jun 8 13:29:00 emailserver postfix/smtpd[8373]: C23108E274: client=unknown[10.4.30.111], sasl_method=PLAIN, sasl_username=opwilliams@wyconntech.com
  9. Jun 8 13:29:02 emailserver postfix/cleanup[8380]: C23108E274: message-id=<000001cb0738$73470bb0$59d52310$@com>
  10. Jun 8 13:29:02 emailserver postfix/qmgr[6025]: C23108E274: from=<opwilliams@wyconntech.com>, size=2563, nrcpt=1 (queue active)
  11. Jun 8 13:29:03 emailserver postfix/smtp[8382]: C23108E274: to=<dwwollmann@hotmail.com>, relay=mx3.hotmail.com[65.55.37.104]:25, delay=2.6, delays=1.9/0.02/0.5/0.17, dsn=2.0.0, status=sent (250 <000001cb0738$73470bb0$59d52310$@com> Queued mail for delivery)
  12. Jun 8 13:29:03 emailserver postfix/qmgr[6025]: C23108E274: removed
  13.  
  14. Master.cf
  15.  
  16. #
  17. # Postfix master process configuration file. For details on the format
  18. # of the file, see the master(5) manual page (command: "man 5 master").
  19. #
  20. # Do not forget to execute "postfix reload" after editing this file.
  21. #
  22. # ==========================================================================
  23. # service type private unpriv chroot wakeup maxproc command + args
  24. # (yes) (yes) (yes) (never) (100)
  25. # ==========================================================================
  26. smtp inet n - - - - smtpd
  27. #submission inet n - - - - smtpd
  28. # -o smtpd_tls_security_level=encrypt
  29. # -o smtpd_sasl_auth_enable=yes
  30. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  31. # -o milter_macro_daemon_name=ORIGINATING
  32. #smtps inet n - - - - smtpd
  33. # -o smtpd_tls_wrappermode=yes
  34. # -o smtpd_sasl_auth_enable=yes
  35. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  36. # -o milter_macro_daemon_name=ORIGINATING
  37. #628 inet n - - - - qmqpd
  38. pickup fifo n - - 60 1 pickup
  39. cleanup unix n - - - 0 cleanup
  40. qmgr fifo n - n 300 1 qmgr
  41. #qmgr fifo n - - 300 1 oqmgr
  42. tlsmgr unix - - - 1000? 1 tlsmgr
  43. rewrite unix - - - - - trivial-rewrite
  44. bounce unix - - - - 0 bounce
  45. defer unix - - - - 0 bounce
  46. trace unix - - - - 0 bounce
  47. verify unix - - - - 1 verify
  48. flush unix n - - 1000? 0 flush
  49. proxymap unix - - n - - proxymap
  50. proxywrite unix - - n - 1 proxymap
  51. smtp unix - - - - - smtp
  52. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  53. relay unix - - - - - smtp
  54. -o smtp_fallback_relay=
  55. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  56. showq unix n - - - - showq
  57. error unix - - - - - error
  58. retry unix - - - - - error
  59. discard unix - - - - - discard
  60. local unix - n n - - local
  61. virtual unix - n n - - virtual
  62. lmtp unix - - - - - lmtp
  63. anvil unix - - - - 1 anvil
  64. scache unix - - - - 1 scache
  65. #
  66. # ====================================================================
  67. # Interfaces to non-Postfix software. Be sure to examine the manual
  68. # pages of the non-Postfix software to find out what options it wants.
  69. #
  70. # Many of the following services use the Postfix pipe(8) delivery
  71. # agent. See the pipe(8) man page for information about ${recipient}
  72. # and other message envelope options.
  73. # ====================================================================
  74. #
  75. # maildrop. See the Postfix MAILDROP_README file for details.
  76. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  77. #
  78. maildrop unix - n n - - pipe
  79. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  80. #
  81. # See the Postfix UUCP_README file for configuration details.
  82. #
  83. uucp unix - n n - - pipe
  84. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  85. #
  86. # Other external delivery methods.
  87. #
  88. ifmail unix - n n - - pipe
  89. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  90. bsmtp unix - n n - - pipe
  91. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  92. scalemail-backend unix - n n - 2 pipe
  93. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  94. mailman unix - n n - - pipe
  95. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  96. ${nexthop} ${user}
  97. dovecot unix - n n - - pipe
  98. flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
  99.  
  100.  
  101. Postconf -n
  102.  
  103.  
  104. alias_database = hash:/etc/aliases
  105. alias_maps = hash:/etc/aliases
  106. append_dot_mydomain = no
  107. biff = no
  108. config_directory = /etc/postfix
  109. inet_interfaces = all
  110. mailbox_command = procmail -a "$EXTENSION"
  111. mailbox_size_limit = 0
  112. mydestination = emailserver.wyconntech.com, localhost.wyconntech.com, , localhost
  113. myhostname = emailserver.wyconntech.com
  114. mynetworks = 192.168.0.0/24
  115. myorigin = /etc/mailname
  116. readme_directory = no
  117. recipient_delimiter = +
  118. relayhost =
  119. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  120. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  121. smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
  122. smtpd_sasl_auth_enable = yes
  123. smtpd_sasl_path = private/auth
  124. smtpd_sasl_type = dovecot
  125. smtpd_tls_auth_only = no
  126. smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem
  127. smtpd_tls_key_file = /etc/ssl/private/postfix.pem
  128. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  129. smtpd_use_tls = yes
  130. virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
  131. virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
  132. virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
  133. virtual_transport = dovecot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement