前回、Dovecotに嵌り身動きが取れなくなった為、Postfixに逃げることにした。気分転換は必要だ(言い訳
どんな動きをしているのか確認。
gmailからメールを送ってみた。
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Mar 30 10:27:21 mail postfix/smtpd[17765]: < mail-pj1-f41.google.com[209.85.216.41]: QUIT Mar 30 10:27:21 mail postfix/smtpd[17765]: > mail-pj1-f41.google.com[209.85.216.41]: 221 2.0.0 Bye Mar 30 10:27:21 mail postfix/smtpd[17765]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f41.google.com ~? 192.168.0.0/24 Mar 30 10:27:21 mail postfix/smtpd[17765]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.41 ~? 192.168.0.0/24 Mar 30 10:27:21 mail postfix/smtpd[17765]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f41.google.com ~? 127.0.0.0/8 Mar 30 10:27:21 mail postfix/smtpd[17765]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.41 ~? 127.0.0.0/8 Mar 30 10:27:21 mail postfix/smtpd[17765]: match_list_match: mail-pj1-f41.google.com: no match Mar 30 10:27:21 mail postfix/smtpd[17765]: match_list_match: 209.85.216.41: no match Mar 30 10:27:21 mail postfix/smtpd[17765]: send attr request = disconnect Mar 30 10:27:21 mail postfix/smtpd[17765]: send attr ident = smtp:209.85.216.41 Mar 30 10:27:21 mail postfix/smtpd[17765]: private/anvil: wanted attribute: status Mar 30 10:27:21 mail postfix/smtpd[17765]: input attribute name: status Mar 30 10:27:21 mail postfix/smtpd[17765]: input attribute value: 0 Mar 30 10:27:21 mail postfix/smtpd[17765]: private/anvil: wanted attribute: (list terminator) Mar 30 10:27:21 mail postfix/smtpd[17765]: input attribute name: (end) Mar 30 10:27:21 mail postfix/smtpd[17765]: disconnect from mail-pj1-f41.google.com[209.85.216.41] ehlo=1 mail=1 rcpt=1 bdat=1 quit=1 commands=5 Mar 30 10:27:21 mail postfix/smtpd[17765]: name_mask: no_address_mappings Mar 30 10:27:21 mail postfix/smtpd[17765]: master_notify: status 1 Mar 30 10:27:21 mail postfix/smtpd[17765]: connection closed |
no matchだそうだ。そう云えばgmailって以前も逆引き失敗してたな。(遠い目
その時は確かaccess clientにip addressで許可dしていたんだったっけ。
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Local hosts 192.168.0.0/24 OK # Google 209.85.128.0/17 OK # yahoo.co.jp 182.22.37.00/24 OK # yahoo.com 119.161.5.0/24 OK # local network 192.168.0.0/24 OK # tachikawa shigyo # gmoserver.jp 163.44.89.240 OK # Amazon Web Service 23.251.234.0/24 OK |
これ作っていたっけか……確認しよう。テキストファイルはあったけど、postmapでdbを作成していなかったようだ。……忘れていました。(^_^;;
gmail側では送信済みフォルダに入っている。何でかな? postfixが受け取ったこととして返事しているのかも。
dbも作ったし、sudo postfix reloadとして再度gmailから送ってみる。
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
Mar 30 10:44:06 mail postfix/smtpd[17984]: connect from mail-pj1-f48.google.com[209.85.216.48] Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: mail-pj1-f48.google.com: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: 209.85.216.48: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: mail-pj1-f48.google.com: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: 209.85.216.48: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:06 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f48.google.com ~? 192.168.0.0/24 Mar 30 10:44:06 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.48 ~? 192.168.0.0/24 Mar 30 10:44:06 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f48.google.com ~? 127.0.0.0/8 Mar 30 10:44:06 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.48 ~? 127.0.0.0/8 Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: mail-pj1-f48.google.com: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: match_list_match: 209.85.216.48: no match Mar 30 10:44:06 mail postfix/smtpd[17984]: auto_clnt_open: connected to private/anvil Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: protocol Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: protocol Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute value: anvil_protocol Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: (list terminator) Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:06 mail postfix/smtpd[17984]: send attr request = connect Mar 30 10:44:06 mail postfix/smtpd[17984]: send attr ident = smtp:209.85.216.48 Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: status Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: count Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: count Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute value: 1 Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: rate Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: rate Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute value: 1 Mar 30 10:44:06 mail postfix/smtpd[17984]: private/anvil: wanted attribute: (list terminator) Mar 30 10:44:06 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:06 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 220 mail.k-in.co.jp ESMTP Postfix Mar 30 10:44:06 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:07 mail postfix/smtpd[17984]: < mail-pj1-f48.google.com[209.85.216.48]: EHLO mail-pj1-f48.google.com Mar 30 10:44:07 mail postfix/smtpd[17984]: match_list_match: mail-pj1-f48.google.com: no match Mar 30 10:44:07 mail postfix/smtpd[17984]: match_list_match: 209.85.216.48: no match Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-mail.k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-PIPELINING Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-SIZE 15728640 Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-VRFY Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-ETRN Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-ENHANCEDSTATUSCODES Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-8BITMIME Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250-DSN Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250 CHUNKING Mar 30 10:44:07 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:07 mail postfix/smtpd[17984]: < mail-pj1-f48.google.com[209.85.216.48]: MAIL FROM:<foopa.org@gmail.com> SIZE=2398 Mar 30 10:44:07 mail postfix/smtpd[17984]: extract_addr: input: <foopa.org@gmail.com> Mar 30 10:44:07 mail postfix/smtpd[17984]: smtpd_check_addr: addr=foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: connect to subsystem private/rewrite Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: trivial_rewrite_protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = rewrite Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr rule = local Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = "" Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: "" Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: rewrite_clnt: local: "" -> "" Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = rewrite Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr rule = local Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: rewrite_clnt: local: foopa.org@gmail.com -> foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = resolve Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr sender = Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: transport Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: transport Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: smtp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: nexthop Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: nexthop Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: recipient Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: recipient Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 4096 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: resolve_clnt: `' -> `foopa.org@gmail.com' -> transp=`smtp' host=`gmail.com' rcpt=`foopa.org@gmail.com' flags= class=default Mar 30 10:44:07 mail postfix/smtpd[17984]: ctable_locate: install entry key ?foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: extract_addr: in: <foopa.org@gmail.com>, result: foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = rewrite Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr rule = local Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = double-bounce Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: double-bounce@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: smtpd_check_rewrite: trying: permit_inet_interfaces Mar 30 10:44:07 mail postfix/smtpd[17984]: fsspace: .: block size 4096, blocks free 97346468 Mar 30 10:44:07 mail postfix/smtpd[17984]: smtpd_check_queue: blocks 4096 avail 97346468 min_free 0 msg_size_limit 15728640 Mar 30 10:44:07 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:07 mail postfix/smtpd[17984]: < mail-pj1-f48.google.com[209.85.216.48]: RCPT TO:<support@k-in.co.jp> Mar 30 10:44:07 mail postfix/smtpd[17984]: extract_addr: input: <support@k-in.co.jp> Mar 30 10:44:07 mail postfix/smtpd[17984]: smtpd_check_addr: addr=support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = rewrite Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr rule = local Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: rewrite_clnt: local: foopa.org@gmail.com -> foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr rule = local Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: address Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: rewrite_clnt: local: support@k-in.co.jp -> support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = resolve Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr sender = foopa.org@gmail.com Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr address = support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: transport Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: transport Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: local Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: nexthop Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: nexthop Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: mail.k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: recipient Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: recipient Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: flags Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 256 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/rewrite socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: ctable_locate: install entry key foopa.org@gmail.com?support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: match_hostname: mynetworks: mail-pj1-f48.google.com ~? 127.0.0.0/8 Mar 30 10:44:07 mail postfix/smtpd[17984]: reject_unauth_destination: support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: permit_auth_destination: support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: ctable_locate: leave existing entry key foopa.org@gmail.com?support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: recipient_canonical_maps: support@k-in.co.jp: not found Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: virtual_alias_maps: support@k-in.co.jp: not found Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr flags = 540736 Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr key = support@k-in.co.jp Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 1 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: value Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: value Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: dict_proxy_lookup: table=unix:passwd.byname flags=lock|fold_fix|utf8_request key=support@k-in.co.jp -> status=1 result= Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: local_recipient_maps: support@k-in.co.jp: not found Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr request = lookup Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr table = unix:passwd.byname Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr flags = 540736 Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr key = support Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: value Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: value Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: support:********:507:20:support:/dev/null:/usr/bin/false Mar 30 10:44:07 mail postfix/smtpd[17984]: private/proxymap socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: dict_proxy_lookup: table=unix:passwd.byname flags=lock|fold_fix|utf8_request key=support -> status=0 result=support:********:507:20:support:/dev/null:/usr/bin/false Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: local_recipient_maps: proxy:unix:passwd.byname(0,lock|fold_fix|utf8_request): support = support:********:507:20:support:/dev/null:/usr/bin/false Mar 30 10:44:07 mail postfix/smtpd[17984]: mail_addr_find: support@k-in.co.jp -> support:********:507:20:support:/dev/null:/usr/bin/false Mar 30 10:44:07 mail postfix/smtpd[17984]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters Mar 30 10:44:07 mail postfix/smtpd[17984]: after input_transp_cleanup: cleanup flags = enable_header_body_filter Mar 30 10:44:07 mail postfix/smtpd[17984]: name_mask: sendmail Mar 30 10:44:07 mail postfix/smtpd[17984]: name_mask: verify Mar 30 10:44:07 mail postfix/smtpd[17984]: connect to subsystem public/cleanup Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: cleanup_protocol Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: queue_id Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: queue_id Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 236668AD2CC7 Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: send attr flags = 130 Mar 30 10:44:07 mail postfix/smtpd[17984]: 236668AD2CC7: client=mail-pj1-f48.google.com[209.85.216.48] Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250 2.1.5 Ok Mar 30 10:44:07 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:07 mail postfix/smtpd[17984]: < mail-pj1-f48.google.com[209.85.216.48]: BDAT 2398 LAST Mar 30 10:44:07 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=500 Mar 30 10:44:07 mail postfix/cleanup[17989]: 236668AD2CC7: message-id=<CAF2f8RaZrmWcjOg-2b3zOqQ2RcFW3VX3VtbHkN12xFpEZTgEsA@mail.gmail.com> Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: reason Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: reason Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute value: (end) Mar 30 10:44:07 mail postfix/smtpd[17984]: public/cleanup socket: wanted attribute: (list terminator) Mar 30 10:44:07 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:07 mail postfix/qmgr[17969]: 236668AD2CC7: from=<foopa.org@gmail.com>, size=2604, nrcpt=1 (queue active) Mar 30 10:44:07 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 250 2.0.0 Ok: 2398 bytes queued as 236668AD2CC7 Mar 30 10:44:07 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:44:07 mail postfix/qmgr[17969]: warning: connect to transport private/spamd: No such file or directory Mar 30 10:44:07 mail postfix/error[17990]: 236668AD2CC7: to=<support@k-in.co.jp>, relay=none, delay=0.03, delays=0.02/0.01/0/0.01, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:44:38 mail postfix/smtpd[17984]: < mail-pj1-f48.google.com[209.85.216.48]: QUIT Mar 30 10:44:38 mail postfix/smtpd[17984]: > mail-pj1-f48.google.com[209.85.216.48]: 221 2.0.0 Bye Mar 30 10:44:38 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f48.google.com ~? 192.168.0.0/24 Mar 30 10:44:38 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.48 ~? 192.168.0.0/24 Mar 30 10:44:38 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: mail-pj1-f48.google.com ~? 127.0.0.0/8 Mar 30 10:44:38 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 209.85.216.48 ~? 127.0.0.0/8 Mar 30 10:44:38 mail postfix/smtpd[17984]: match_list_match: mail-pj1-f48.google.com: no match Mar 30 10:44:38 mail postfix/smtpd[17984]: match_list_match: 209.85.216.48: no match Mar 30 10:44:38 mail postfix/smtpd[17984]: send attr request = disconnect Mar 30 10:44:38 mail postfix/smtpd[17984]: send attr ident = smtp:209.85.216.48 Mar 30 10:44:38 mail postfix/smtpd[17984]: private/anvil: wanted attribute: status Mar 30 10:44:38 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:44:38 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:44:38 mail postfix/smtpd[17984]: private/anvil: wanted attribute: (list terminator) Mar 30 10:44:38 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:44:38 mail postfix/smtpd[17984]: disconnect from mail-pj1-f48.google.com[209.85.216.48] ehlo=1 mail=1 rcpt=1 bdat=1 quit=1 commands=5 Mar 30 10:44:38 mail postfix/smtpd[17984]: name_mask: no_address_mappings Mar 30 10:44:38 mail postfix/smtpd[17984]: master_notify: status 1 Mar 30 10:44:38 mail postfix/smtpd[17984]: connection closed Mar 30 10:44:38 mail postfix/smtpd[17984]: rewrite stream disconnect Mar 30 10:44:38 mail postfix/smtpd[17984]: proxymap stream disconnect Mar 30 10:45:41 mail postfix/smtpd[17984]: connection established Mar 30 10:45:41 mail postfix/smtpd[17984]: master_notify: status 0 Mar 30 10:45:41 mail postfix/smtpd[17984]: name_mask: resource Mar 30 10:45:41 mail postfix/smtpd[17984]: name_mask: software Mar 30 10:45:44 mail postfix/smtpd[17984]: connect from unknown[183.136.225.43] Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: unknown: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: 183.136.225.43: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: unknown: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: 183.136.225.43: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 192.168.0.0/24 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 183.136.225.43 ~? 192.168.0.0/24 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 183.136.225.43 ~? 127.0.0.0/8 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: unknown: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: 183.136.225.43: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: send attr request = connect Mar 30 10:45:44 mail postfix/smtpd[17984]: send attr ident = smtp:183.136.225.43 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: status Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: count Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: count Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute value: 1 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: rate Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: rate Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute value: 1 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: (list terminator) Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:45:44 mail postfix/smtpd[17984]: > unknown[183.136.225.43]: 220 mail.k-in.co.jp ESMTP Postfix Mar 30 10:45:44 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:45:44 mail postfix/smtpd[17984]: smtp_get: EOF Mar 30 10:45:44 mail postfix/smtpd[17984]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 192.168.0.0/24 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 183.136.225.43 ~? 192.168.0.0/24 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_hostaddr: smtpd_client_event_limit_exceptions: 183.136.225.43 ~? 127.0.0.0/8 Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: unknown: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: match_list_match: 183.136.225.43: no match Mar 30 10:45:44 mail postfix/smtpd[17984]: send attr request = disconnect Mar 30 10:45:44 mail postfix/smtpd[17984]: send attr ident = smtp:183.136.225.43 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: status Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: status Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute value: 0 Mar 30 10:45:44 mail postfix/smtpd[17984]: private/anvil: wanted attribute: (list terminator) Mar 30 10:45:44 mail postfix/smtpd[17984]: input attribute name: (end) Mar 30 10:45:44 mail postfix/smtpd[17984]: lost connection after CONNECT from unknown[183.136.225.43] Mar 30 10:45:44 mail postfix/smtpd[17984]: disconnect from unknown[183.136.225.43] commands=0/0 Mar 30 10:45:44 mail postfix/smtpd[17984]: name_mask: no_address_mappings Mar 30 10:45:44 mail postfix/smtpd[17984]: master_notify: status 1 Mar 30 10:45:44 mail postfix/smtpd[17984]: connection closed Mar 30 10:47:21 mail postfix/qmgr[17969]: 09FF28AAAD61: from=<xeolguampd@direct.smtb.jp>, size=11060, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/qmgr[17969]: warning: connect to transport private/spamd: No such file or directory Mar 30 10:47:21 mail postfix/qmgr[17969]: 0F6558AC78CF: from=<>, size=10119, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/qmgr[17969]: 195538A9A5D5: from=<fr@gmail.com>, size=4956, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/qmgr[17969]: 3F3D68AD2618: from=<changeid@amazon.co.jp>, size=12817, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/smtp[18026]: warning: TLS has been selected, but TLS support is not compiled in Mar 30 10:47:21 mail postfix/error[18024]: 09FF28AAAD61: to=<support@k-in.co.jp>, relay=none, delay=185408, delays=185408/0.01/0/0.01, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/qmgr[17969]: 55F298AA9DE0: from=<pmmdep@direct.smtb.jp>, size=11034, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/error[18028]: 195538A9A5D5: to=<support@k-in.co.jp>, relay=none, delay=361598, delays=361598/0.03/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/error[18024]: 3F3D68AD2618: to=<support@k-in.co.jp>, relay=none, delay=1872, delays=1872/0.03/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/qmgr[17969]: 592828A9D32B: from=<ujbdri@yahoo.com>, size=7739, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/qmgr[17969]: 628FB8AD2216: from=<changeid@amazon.co.jp>, size=12825, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/error[18028]: 55F298AA9DE0: to=<support@k-in.co.jp>, relay=none, delay=193714, delays=193714/0/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/error[18024]: 592828A9D32B: to=<support@k-in.co.jp>, relay=none, delay=323868, delays=323868/0/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/qmgr[17969]: 76F898A9F845: from=<gjfbhhr@gmail.com>, size=25430, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/error[18028]: 628FB8AD2216: to=<support@k-in.co.jp>, relay=none, delay=4676, delays=4676/0.02/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/error[18024]: 76F898A9F845: to=<support@k-in.co.jp>, relay=none, delay=286024, delays=286024/0/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) Mar 30 10:47:21 mail postfix/qmgr[17969]: F0A918AD26E5: from=<foopa.org@gmail.com>, size=2518, nrcpt=1 (queue active) Mar 30 10:47:21 mail postfix/error[18028]: F0A918AD26E5: to=<support@k-in.co.jp>, relay=none, delay=1232, delays=1232/0/0/0, dsn=4.3.0, status=deferred (mail transport unavailable) |
うん、この辺がマズいみたい。
|
1 2 3 |
Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: recipient_canonical_maps: support@k-in.co.jp: not found Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: virtual_alias_maps: support@k-in.co.jp: not found Mar 30 10:44:07 mail postfix/smtpd[17984]: maps_find: local_recipient_maps: support@k-in.co.jp: not found |
何処かでmail only userとしてsupportを作っておいた筈なんだがなぁ。
今しばらく送受信共に全くできないmail server(って何だよ?)のまんまだわ。


