Guest User

Untitled

a guest
Dec 12th, 2017
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. Dec 12 11:02:37 mail postfix/smtpd[5357]: connect from unknown[xx.xx.xx.xx]
  2. Dec 12 11:02:38 mail postfix/smtpd[5357]: lost connection after AUTH from unknown[91.200.12.61]
  3. Dec 12 11:02:38 mail postfix/smtpd[5357]: disconnect from unknown[91.200.12.61]
  4. Dec 12 11:04:17 mail pop3d: Connection, ip=[::ffff:xx.xx.xx.xx]
  5. Dec 12 11:04:17 mail pop3d: LOGIN FAILED, user=cafeuser@com, ip=[::ffff:89.248.168.219]
  6. Dec 12 11:04:22 mail pop3d: LOGOUT, ip=[::ffff:xx.xx.xx.xx]
  7. Dec 12 11:04:22 mail pop3d: Disconnected, ip=[::ffff:xx.xxx.xx.xx]
  8. Dec 12 11:04:23 mail pop3d: Connection, ip=[::ffff:xx.xx.xx.xx]
  9. Dec 12 11:04:23 mail pop3d: LOGIN, user=info@cowrycapital.com, ip=[::ffff:xx.xx.xx.xx], port=[55261]
  10. Dec 12 11:04:23 mail pop3d: LOGOUT, user=info@cowrycapital.com, ip=[::ffff:xx.xx.xx.xx], port=[55261], top=0, retr=0, rcvd=12, sent=39, time=0
  11. Dec 12 11:05:18 mail postfix/smtpd[5373]: warning: hostname xx.xx.xx.xx.myadslip.net does not resolve to address xxx.xx.xx.xxx: Name or service not known
  12. Dec 12 11:05:18 mail postfix/smtpd[5373]: connect from unknown[xx.xx.xx.xx]
  13. Dec 12 11:05:19 mail postfix/smtpd[5373]: disconnect from unknown[xx.xxx.xx.xx]
  14. Dec 12 11:06:35 mail imapd: Connection, ip=[::ffff:xx.xx.xx.xx]
  15. Dec 12 11:06:35 mail imapd: LOGIN, user=exapmle@example.com, ip=[::ffff:xx.xx.xx.xx], port=[44904], protocol=IMAP
  16. Dec 12 11:06:36 mail imapd: LOGOUT, user=exapmle@example.com, ip=[::ffff:xx.xx.xx.xx], headers=9887, body=6401763, rcvd=5499, sent=6646566, time=1
  17. Dec 12 11:06:39 mail postfix/smtpd[5373]: warning: hostname walkerj235.com does not resolve to address xx.xxx.xx.xx
  18. Dec 12 11:06:39 mail postfix/smtpd[5373]: connect from unknown[xx.xx.xx.xx]
  19. Dec 12 11:06:40 mail postfix/smtpd[5373]: lost connection after AUTH from unknown[xx.xx.xx.xx]
  20. Dec 12 11:06:40 mail postfix/smtpd[5373]: disconnect from unknown[xx.xx.xx.xx]
  21.  
  22. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  23.  
  24.  
  25. # Debian specific: Specifying a file name will cause the first
  26. # line of that file to be used as the name. The Debian default
  27. # is /etc/mailname.
  28. #myorigin = /etc/mailname
  29.  
  30. biff = no
  31.  
  32. # appending .domain is the MUA's job.
  33. append_dot_mydomain = no
  34.  
  35. # Uncomment the next line to generate "delayed mail" warnings
  36. #delay_warning_time = 4h
  37.  
  38. readme_directory = no
  39.  
  40. # TLS parameters
  41. smtpd_tls_cert_file = /etc/postfix/smtpd.cert
  42. smtpd_tls_key_file = /etc/postfix/smtpd.key
  43. smtpd_use_tls = yes
  44. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  45. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  46.  
  47. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  48. # information on enabling SSL in the smtp client.
  49.  
  50. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
  51. myhostname = ip-xx-xx-xx-xx
  52. alias_maps = hash:/etc/aliases
  53. alias_database = hash:/etc/aliases
  54. myorigin = /etc/mailname
  55. mydestination = localhost, xx.xx.xx
  56. mynetworks = [::1]/128, 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/16, 10.0.0.0/8, xx.xx.xx.0/24
  57. mailbox_size_limit = 0
  58. recipient_delimiter = +
  59. inet_interfaces = all
  60. inet_protocols = all
  61. virtual_alias_domains =
  62. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
  63. transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
  64. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
  65. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
  66. virtual_mailbox_base = /home/vmail
  67. virtual_uid_maps = static:5000
  68. virtual_gid_maps = static:5000
  69. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated check_client_access hash:/var/lib/pop-before-smtp/hosts permit_inet_interfaces
  70. smtp_use_tls = yes
  71. smtpd_tls_CAfile = /etc/postfix/cacert.pem
  72. smtpd_tls_loglevel = 1
  73. smtpd_tls_received_header = yes
  74. smtpd_tls_session_cache_timeout = 3600s
  75. tls_random_source = dev:/dev/urandom
  76. virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
  77. debug_peer_list =
  78. sender_canonical_maps =
  79. debug_peer_level = 1
  80. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $mynetworks $virtual_mailbox_limit_maps $transport_maps
  81. default_process_limit = 3
  82. maximal_queue_lifetime = 1d
  83. default_destination_concurrency_limit = 10
  84. default_destination_recipient_limit = 20
  85. smtpd_sasl_security_options =
  86. broken_sasl_auth_clients = yes
  87.  
  88. #
  89. # Postfix master process configuration file. For details on the format
  90. # of the file, see the master(5) manual page (command: "man 5 master" or
  91. # on-line: http://www.postfix.org/master.5.html).
  92. #
  93. # Do not forget to execute "postfix reload" after editing this file.
  94. #
  95. # ==========================================================================
  96. # service type private unpriv chroot wakeup maxproc command + args
  97. # (yes) (yes) (yes) (never) (100)
  98. # ==========================================================================
  99. smtp inet n - - - - smtpd
  100. #smtp inet n - - - 1 postscreen
  101. #smtpd pass - - - - - smtpd
  102. #dnsblog unix - - - - 0 dnsblog
  103. #tlsproxy unix - - - - 0 tlsproxy
  104. submission inet n - - - - smtpd
  105.  
  106.  
  107. # -o syslog_name=postfix/submission
  108. # -o smtpd_tls_security_level=encrypt
  109. # -o smtpd_sasl_auth_enable=yes
  110. # -o smtpd_reject_unlisted_recipient=no
  111. # -o smtpd_client_restrictions=$mua_client_restrictions
  112. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  113. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  114. # -o smtpd_recipient_restrictions=
  115. # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  116. # -o milter_macro_daemon_name=ORIGINATING
  117. #smtps inet n - - - - smtpd
  118. # -o syslog_name=postfix/smtps
  119. # -o smtpd_tls_wrappermode=yes
  120. # -o smtpd_sasl_auth_enable=yes
  121. # -o smtpd_reject_unlisted_recipient=no
  122. # -o smtpd_client_restrictions=$mua_client_restrictions
  123. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  124. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  125. # -o smtpd_recipient_restrictions=
  126. # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  127. # -o milter_macro_daemon_name=ORIGINATING
  128. #628 inet n - - - - qmqpd
  129. pickup unix n - - 60 1 pickup
  130. cleanup unix n - - - 0 cleanup
  131. qmgr unix n - n 300 1 qmgr
  132. #qmgr unix n - n 300 1 oqmgr
  133. tlsmgr unix - - - 1000? 1 tlsmgr
  134. rewrite unix - - - - - trivial-rewrite
  135. bounce unix - - - - 0 bounce
  136. defer unix - - - - 0 bounce
  137. trace unix - - - - 0 bounce
  138. verify unix - - - - 1 verify
  139. flush unix n - - 1000? 0 flush
  140. proxymap unix - - n - - proxymap
  141. proxywrite unix - - n - 1 proxymap
  142. smtp unix - - - - - smtp
  143. relay unix - - - - - smtp
  144. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  145. showq unix n - - - - showq
  146. error unix - - - - - error
  147. retry unix - - - - - error
  148. discard unix - - - - - discard
  149. local unix - n n - - local
  150. virtual unix - n n - - virtual
  151. lmtp unix - - - - - lmtp
  152. anvil unix - - - - 1 anvil
  153. scache unix - - - - 1 scache
  154. #
  155. # ====================================================================
  156. # Interfaces to non-Postfix software. Be sure to examine the manual
  157. # pages of the non-Postfix software to find out what options it wants.
  158. #
  159. # Many of the following services use the Postfix pipe(8) delivery
  160. # agent. See the pipe(8) man page for information about ${recipient}
  161. # and other message envelope options.
  162. # ====================================================================
  163. #
  164. # maildrop. See the Postfix MAILDROP_README file for details.
  165. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  166. #
  167. maildrop unix - n n - - pipe
  168. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  169. #
  170. # ====================================================================
  171. #
  172. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  173. #
  174. # Specify in cyrus.conf:
  175. # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  176. #
  177. # Specify in main.cf one or more of the following:
  178. # mailbox_transport = lmtp:inet:localhost
  179. # virtual_transport = lmtp:inet:localhost
  180. #
  181. # ====================================================================
  182. #
  183. # Cyrus 2.1.5 (Amos Gouaux)
  184. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  185. #
  186. #cyrus unix - n n - - pipe
  187. # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  188. #
  189. # ====================================================================
  190. # Old example of delivery via Cyrus.
  191. #
  192. #old-cyrus unix - n n - - pipe
  193. # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  194. #
  195. # ====================================================================
  196. #
  197. # See the Postfix UUCP_README file for configuration details.
  198. #
  199. uucp unix - n n - - pipe
  200. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  201. #
  202. # Other external delivery methods.
  203. #
  204. ifmail unix - n n - - pipe
  205. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  206. bsmtp unix - n n - - pipe
  207. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  208. scalemail-backend unix - n n - 2 pipe
  209. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  210. mailman unix - n n - - pipe
  211. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  212. ${nexthop} ${user}
  213.  
  214.  
  215. # ehcp: autoresponder code:
  216. ehcp_autoreply unix - n n - - pipe
  217. user=vmail
  218. argv=/home/ubuntu/ehcp/misc/autoreply.php $sender $recipient
  219.  
  220. smtpd_client_restrictions = permit_mynetworks
Add Comment
Please, Sign In to add comment