Guest User

Untitled

a guest
Mar 26th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.79 KB | None | 0 0
  1. [root@postfixhost postfix]# postconf -m
  2. btree
  3. cidr
  4. environ
  5. hash
  6. ldap
  7. mysql
  8. nis
  9. pcre
  10. proxy
  11. regexp
  12. static
  13. unix
  14.  
  15. [root@postfixhost log]# postconf -n
  16. alias_database = hash:/etc/aliases
  17. alias_maps = hash:/etc/aliases
  18. allow_min_user = yes
  19. command_directory = /usr/sbin
  20. config_directory = /etc/postfix
  21. daemon_directory = /usr/libexec/postfix
  22. data_directory = /var/lib/postfix
  23. debug_peer_level = 2
  24. disable_vrfy_command = yes
  25. html_directory = no
  26. inet_interfaces = 10.0.0.1
  27. inet_protocols = ipv4
  28. local_recipient_maps =
  29. local_transport = error:local delivery is disabled
  30. mail_owner = postfix
  31. mailq_path = /usr/bin/mailq.postfix
  32. manpage_directory = /usr/share/man
  33. message_size_limit = 27962028
  34. mydestination =
  35. mydomain = domain.tld
  36. myhostname = mx.domain.tld
  37. mynetworks =
  38. 127.0.0.0/8,
  39. 10.0.0.0/8
  40. newaliases_path = /usr/bin/newaliases.postfix
  41. parent_domain_matches_subdomains =
  42. debug_peer_list,
  43. fast_flush_domains,
  44. mynetworks,
  45. permit_mx_backup_networks,
  46. qmqpd_authorized_clients
  47. queue_directory = /var/spool/postfix
  48. readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
  49. relay_domains = domain.tld
  50. relay_recipient_maps =
  51. relay_transport = relay:[10.0.0.2]
  52. sample_directory = /usr/share/doc/postfix-2.6.6/samples
  53. sendmail_path = /usr/sbin/sendmail.postfix
  54. setgid_group = postdrop
  55. smtpd_banner = $myhostname ESMTP Service Ready
  56. smtpd_discard_ehlo_keywords = dsn
  57. smtpd_helo_required = yes
  58. smtpd_recipient_restrictions =
  59. reject_non_fqdn_sender,
  60. reject_non_fqdn_recipient,
  61. reject_unknown_sender_domain,
  62. reject_unauth_destination,
  63. check_recipient_access regexp:/etc/postfix/check_recipient_access.regexp,
  64. unknown_local_recipient_reject_code = 550
  65.  
  66.  
  67.  
  68.  
  69. [root@postfixhost postfix]# cat /etc/postfix/check_recipient_access.regexp
  70. /^test@domain\.tld$/i REJECT wrong format
  71.  
  72.  
  73.  
  74. [root@postfixhost log]# cat /etc/postfix/master.cf
  75. #
  76. # Postfix master process configuration file. For details on the format
  77. # of the file, see the master(5) manual page (command: "man 5 master").
  78. #
  79. # Do not forget to execute "postfix reload" after editing this file.
  80. #
  81. # ==========================================================================
  82. # service type private unpriv chroot wakeup maxproc command + args
  83. # (yes) (yes) (yes) (never) (100)
  84. # ==========================================================================
  85. smtp inet n - n - - smtpd -v
  86. #submission inet n - n - - smtpd
  87. # -o smtpd_tls_security_level=encrypt
  88. # -o smtpd_sasl_auth_enable=yes
  89. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  90. # -o milter_macro_daemon_name=ORIGINATING
  91. #smtps inet n - n - - smtpd
  92. # -o smtpd_tls_wrappermode=yes
  93. # -o smtpd_sasl_auth_enable=yes
  94. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  95. # -o milter_macro_daemon_name=ORIGINATING
  96. #628 inet n - n - - qmqpd
  97. pickup fifo n - n 60 1 pickup
  98. cleanup unix n - n - 0 cleanup
  99. qmgr fifo n - n 300 1 qmgr
  100. #qmgr fifo n - n 300 1 oqmgr
  101. tlsmgr unix - - n 1000? 1 tlsmgr
  102. rewrite unix - - n - - trivial-rewrite
  103. bounce unix - - n - 0 bounce
  104. defer unix - - n - 0 bounce
  105. trace unix - - n - 0 bounce
  106. verify unix - - n - 1 verify
  107. flush unix n - n 1000? 0 flush
  108. proxymap unix - - n - - proxymap
  109. proxywrite unix - - n - 1 proxymap
  110. smtp unix - - n - - smtp
  111. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  112. relay unix - - n - - smtp
  113. -o smtp_fallback_relay=
  114. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  115. showq unix n - n - - showq
  116. error unix - - n - - error
  117. retry unix - - n - - error
  118. discard unix - - n - - discard
  119. local unix - n n - - local
  120. virtual unix - n n - - virtual
  121. lmtp unix - - n - - lmtp
  122. anvil unix - - n - 1 anvil
  123. scache unix - - n - 1 scache
  124. #
  125. # ====================================================================
  126. # Interfaces to non-Postfix software. Be sure to examine the manual
  127. # pages of the non-Postfix software to find out what options it wants.
  128. #
  129. # Many of the following services use the Postfix pipe(8) delivery
  130. # agent. See the pipe(8) man page for information about ${recipient}
  131. # and other message envelope options.
  132. # ====================================================================
  133. #
  134. # maildrop. See the Postfix MAILDROP_README file for details.
  135. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  136. #
  137. #maildrop unix - n n - - pipe
  138. # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  139. #
  140. # ====================================================================
  141. #
  142. # The Cyrus deliver program has changed incompatibly, multiple times.
  143. #
  144. #old-cyrus unix - n n - - pipe
  145. # flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
  146. #
  147. # ====================================================================
  148. #
  149. # Cyrus 2.1.5 (Amos Gouaux)
  150. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  151. #
  152. #cyrus unix - n n - - pipe
  153. # user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
  154. #
  155. # ====================================================================
  156. #
  157. # See the Postfix UUCP_README file for configuration details.
  158. #
  159. #uucp unix - n n - - pipe
  160. # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  161. #
  162. # ====================================================================
  163. #
  164. # Other external delivery methods.
  165. #
  166. #ifmail unix - n n - - pipe
  167. # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  168. #
  169. #bsmtp unix - n n - - pipe
  170. # flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  171. #
  172. #scalemail-backend unix - n n - 2 pipe
  173. # flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  174. # ${nexthop} ${user} ${extension}
  175. #
  176. #mailman unix - n n - - pipe
  177. # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  178. # ${nexthop} ${user}
  179.  
  180.  
  181.  
  182.  
  183.  
  184. [root@postfixhost postfix]# postmap -q '[email protected]' regexp:/etc/postfix/check_recipient_access.regexp
  185. REJECT wrong format
  186.  
  187. [root@postfixhost postfix]# postmap -q '[email protected]' regexp:/etc/postfix/check_recipient_access.regexp
  188. [root@postfixhost postfix]#
  189.  
  190.  
  191.  
  192.  
  193. [root@spauth-test ~]# telnet 10.0.0.1 25
  194. Trying 10.0.0.1...
  195. Connected to 10.0.0.1.
  196. Escape character is '^]'.
  197. 220 mx.domain.tld ESMTP Service Ready
  198. ehlo my.host.name
  199. 250-mx.domain.tld
  200. 250-PIPELINING
  201. 250-SIZE 27962028
  202. 250-ETRN
  203. 250-ENHANCEDSTATUSCODES
  204. 250 8BITMIME
  205. mail from:<[email protected]>
  206. 250 2.1.0 Ok
  207. 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
  208. 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
  209. quit
  210. 221 2.0.0 Bye
  211. Connection closed by foreign host.
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: connection established
  222. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: master_notify: status 0
  223. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: resource
  224. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: software
  225. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: connect from unknown[10.0.0.3]
  226. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
  227. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
  228. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
  229. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
  230. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 127.0.0.0/8
  231. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 127.0.0.0/8
  232. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 10.0.0.0/8
  233. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 10.0.0.0/8
  234. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 220 mx.domain.tld ESMTP Service Ready
  235. Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: dsn
  236. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: ehlo my.host.name
  237. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: discarding EHLO keywords: DSN
  238. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-mx.domain.tld
  239. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-PIPELINING
  240. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-SIZE 27962028
  241. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
  242. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
  243. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-ETRN
  244. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-ENHANCEDSTATUSCODES
  245. Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250 8BITMIME
  246. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: mail from:<[email protected]>
  247. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
  248. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
  249. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
  250. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
  251. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: fsspace: .: block size 4096, blocks free 11986281
  252. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: smtpd_check_queue: blocks 4096 avail 11986281 min_free 0 msg_size_limit 27962028
  253. Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250 2.1.0 Ok
  254. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: rcpt to:<[email protected]>
  255. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
  256. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
  257. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: connect to subsystem private/rewrite
  258. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr request = rewrite
  259. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr rule = local
  260. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
  261. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  262. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
  263. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 0
  264. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: address
  265. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: address
  266. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
  267. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
  268. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: (end)
  269. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: rewrite_clnt: local: [email protected] -> [email protected]
  270. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr request = resolve
  271. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr sender =
  272. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
  273. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  274. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
  275. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 0
  276. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: transport
  277. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: transport
  278. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: relay
  279. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: nexthop
  280. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: nexthop
  281. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [10.0.0.2]
  282. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: recipient
  283. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: recipient
  284. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
  285. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  286. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
  287. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 2048
  288. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
  289. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: (end)
  290. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: resolve_clnt: `' -> `[email protected]' -> transp=`relay' host=`[10.0.0.2]' rcpt=`[email protected]' flags= class=relay
  291. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: install entry key [email protected]
  292. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
  293. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: >>> START Recipient address RESTRICTIONS <<<
  294. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender
  295. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
  296. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender status=0
  297. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient
  298. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
  299. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient status=0
  300. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain
  301. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unknown_address: [email protected]
  302. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
  303. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unknown_mailhost: valid.domain.tld
  304. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: lookup valid.domain.tld type MX flags 0
  305. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_query: valid.domain.tld (MX): OK
  306. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
  307. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
  308. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain status=0
  309. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination
  310. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unauth_destination: [email protected]
  311. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: permit_auth_destination: [email protected]
  312. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
  313. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination status=0
  314. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access
  315. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_mail_access: [email protected]
  316. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
  317. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_access: [email protected]
  318. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dict_regexp_lookup: /etc/postfix/check_recipient_access.regexp: [email protected]
  319. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_table_result: regexp:/etc/postfix/check_recipient_access.regexp REJECT wrong format [email protected]
  320. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: NOQUEUE: reject: RCPT from unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.host.name>
  321. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access status=2
  322. Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
  323. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: rcpt to:<[email protected]>
  324. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
  325. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
  326. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr request = rewrite
  327. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr rule = local
  328. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
  329. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  330. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
  331. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 0
  332. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: address
  333. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: address
  334. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
  335. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
  336. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: (end)
  337. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: rewrite_clnt: local: [email protected] -> [email protected]
  338. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr request = resolve
  339. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr sender =
  340. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
  341. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  342. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
  343. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 0
  344. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: transport
  345. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: transport
  346. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: relay
  347. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: nexthop
  348. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: nexthop
  349. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [10.0.0.2]
  350. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: recipient
  351. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: recipient
  352. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
  353. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
  354. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
  355. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 2048
  356. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
  357. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: (end)
  358. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: resolve_clnt: `' -> `[email protected]' -> transp=`relay' host=`[10.0.0.2]' rcpt=`[email protected]' flags= class=relay
  359. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: install entry key [email protected]
  360. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
  361. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: >>> START Recipient address RESTRICTIONS <<<
  362. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender
  363. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
  364. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender status=0
  365. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient
  366. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
  367. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient status=0
  368. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain
  369. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unknown_address: [email protected]
  370. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
  371. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unknown_mailhost: valid.domain.tld
  372. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: lookup valid.domain.tld type MX flags 0
  373. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_query: valid.domain.tld (MX): OK
  374. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
  375. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
  376. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain status=0
  377. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination
  378. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unauth_destination: [email protected]
  379. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: permit_auth_destination: [email protected]
  380. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
  381. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination status=0
  382. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access
  383. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_mail_access: [email protected]
  384. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
  385. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_access: [email protected]
  386. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dict_regexp_lookup: /etc/postfix/check_recipient_access.regexp: [email protected]
  387. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_table_result: regexp:/etc/postfix/check_recipient_access.regexp REJECT wrong format [email protected]
  388. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: NOQUEUE: reject: RCPT from unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.host.name>
  389. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access status=2
  390. Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
  391. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: quit
  392. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 221 2.0.0 Bye
  393. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 127.0.0.0/8
  394. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 127.0.0.0/8
  395. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 10.0.0.0/8
  396. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 10.0.0.0/8
  397. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: disconnect from unknown[10.0.0.3]
  398. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: master_notify: status 1
  399. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: connection closed
  400. Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: rewrite stream disconnect
Advertisement
Add Comment
Please, Sign In to add comment