[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 4115] 特定のメールが受信できない



kagawa

Gmailなどの一部のメールでは送受信できましたが、特定のメールが受信できていませんでした。

アドバイスをいただけないでしょうか

環境
・CentOS 6.2 2.6.32-220.7.1.el6.x86_64
・Postfix 2.6.6
・Dovecot 2.0.9

--------------------------------------------------------------------------------
[root@example mail]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = example.jp
myhostname = example.jp
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
relay_domains = $mydestination
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_local_domain = $mydomain
smtpd_tls_CAfile = /etc/pki/tls/certs/SSLCertificateChainFile.example.jp.crt
smtpd_tls_cert_file = /etc/pki/tls/certs/SSLCertificateFile.example.jp.crt
smtpd_tls_key_file = /etc/pki/tls/private/SSLCertificateKeyFile.example.jp.key
smtpd_tls_security_level = encrypt
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
smtpd_use_tls = yes
unknown_local_recipient_reject_code = 550
virtual_alias_domains = example.com, example.net, example.info
virtual_alias_maps = hash:/etc/postfix/virtual

--------------------------------------------------------------------------------
[root@example mail]# cat /etc/postfix/master.cf
smtp      inet  n       -       n       -       -       smtpd
smtps     inet  n       -       n       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
        -o smtp_fallback_relay=
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
retry     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache

--------------------------------------------------------------------------------
[root@example mail]# dovecot -n
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-220.7.1.el6.x86_64 x86_64 CentOS release 6.2 (Final)
auth_debug = yes
auth_debug_passwords = yes
disable_plaintext_auth = no
mail_debug = yes
mail_location = maildir:~/Maildir
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
passdb {
  driver = pam
}
protocols = imap
ssl_ca = </etc/pki/tls/certs/SSLCertificateChainFile.example.jp.crt
ssl_cert = </etc/pki/tls/certs/SSLCertificateFile.example.jp.crt
ssl_key = </etc/pki/tls/private/SSLCertificateKeyFile.example.jp.key
userdb {
  driver = passwd
}

--------------------------------------------------------------------------------
Gmail 送受信
[root@example mail]# tail -f /var/log/maillog
Apr 21 09:41:08 example postfix/smtpd[8998]: connect from mail-we2-f184.google.com[74.125.82.181]
Apr 21 09:41:10 example postfix/smtpd[8998]: 961F91885A3: client=mail-we2-f184.google.com[74.125.82.181]
Apr 21 09:41:11 example postfix/cleanup[9003]: 961F91885A3: message-id=<CAOZZ__KfK3br3xrsRscYv_7sF852DKyg_kRwfE-F3FoXMEkpFLg@xxxxxxxxxxxxxx>
Apr 21 09:41:11 example postfix/qmgr[7621]: 961F91885A3: from=<send.test@xxxxxxxxx>, size=1770, nrcpt=1 (queue active)
Apr 21 09:41:11 example postfix/local[9004]: 961F91885A3: to=<receive.test@example.jp>, relay=local, delay=0.8, delays=0.78/0.02/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Apr 21 09:41:11 example postfix/qmgr[7621]: 961F91885A3: removed
Apr 21 09:41:41 example postfix/smtpd[8998]: disconnect from mail-we2-f184.google.com[74.125.82.181]

Apr 21 09:42:19 example postfix/smtpd[9046]: connect from 222-252-220-110.jp.prov.net[222.252.220.110]
Apr 21 09:42:19 example postfix/smtpd[9046]: 7532B2005A1: client=222-252-220-110.jp.prov.net[222.252.220.110], sasl_method=NTLM, sasl_username=receive.test@example.jp
Apr 21 09:42:19 example postfix/cleanup[9003]: 7532B2005A1: message-id=<002221cd2018$64f2f111$2ed8da80$@example.jp>
Apr 21 09:42:19 example postfix/qmgr[7621]: 7532B2005A1: from=<receive.test@example.jp>, size=4986, nrcpt=1 (queue active)
Apr 21 09:42:21 example postfix/smtp[9050]: 7532B2005A1: to=<send.test@xxxxxxxxx>, relay=gmail-smtp-in.l.google.com[173.194.79.26]:25, delay=2.4, delays=0.06/0.02/1.1/1.3, dsn=2.0.0, status=sent (250 2.0.0 OK 1335051748 nv2si4020954pbb.333)
Apr 21 09:42:21 example postfix/qmgr[7621]: 7532B2005A1: removed
Apr 21 09:42:22 example postfix/smtpd[9046]: disconnect from 222-252-220-110.jp.prov.net[222.252.220.110]

--------------------------------------------------------------------------------
受信できないメール
[root@example mail]# tail -f /var/log/maillog
Apr 21 09:44:42 example postfix/smtpd[9064]: connect from mx1-phx2.redhat.com[209.132.183.26]
Apr 21 09:44:42 example postfix/smtpd[9064]: disconnect from mx1-phx2.redhat.com[209.132.183.26]

Apr 21 09:45:25 example dovecot: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libauthdb_ldap.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_mysql.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_pgsql.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_sqlite.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libmech_gssapi.so
Apr 21 09:45:25 example dovecot: auth: Debug: auth client connected (pid=9072)
Apr 21 09:45:25 example dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=120.135.128.147#011rip=222.252.220.110#011lport=993#011rport=54182#011resp=GG4ha1FuBwBSZWAxMTEwQWRtaW4=
Apr 21 09:45:25 example dovecot: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libauthdb_ldap.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_mysql.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_pgsql.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_sqlite.so
Apr 21 09:45:25 example dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libmech_gssapi.so
Apr 21 09:45:25 example dovecot: auth: Debug: pam(receive.test,222.252.220.110): lookup service=dovecot
Apr 21 09:45:25 example dovecot: auth: Debug: pam(receive.test,222.252.220.110): #1/1 style=1 msg=Password:
Apr 21 09:45:25 example dovecot: auth: Debug: client out: OK#0111#011user=receive.test
Apr 21 09:45:25 example dovecot: auth: Debug: master in: REQUEST#081623247361#0219072#0111#011382c75a3b1f71109dd1f3007a2fec568
Apr 21 09:45:25 example dovecot: auth: Debug: passwd(receive.test,222.252.220.110): lookup
Apr 21 09:45:25 example dovecot: auth: Debug: master out: USER#081623247361#011receive.test#011system_groups_user=receive.test#011uid=500#011gid=500#011home=/home/receive.test
Apr 21 09:45:25 example dovecot: imap-login: Login: user=<receive.test>, method=PLAIN, rip=222.252.220.110, lip=120.135.128.147, mpid=9076, TLS
Apr 21 09:45:25 example dovecot: imap(receive.test): Debug: Effective uid=500, gid=500, home=/home/receive.test
Apr 21 09:45:25 example dovecot: imap(receive.test): Debug: maildir++: root=/home/receive.test/Maildir, index=, control=, inbox=/home/receive.test/Maildir
Apr 21 09:45:25 example dovecot: auth: Debug: auth client connected (pid=9077)
Apr 21 09:45:26 example dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=120.135.128.147#011rip=222.252.220.110#011lport=993#011rport=54187#011resp=GG4ha1FuBwBSZWAxMTEwQWRtaW4=
Apr 21 09:45:26 example dovecot: auth: Debug: pam(receive.test,222.252.220.110): lookup service=dovecot
Apr 21 09:45:26 example dovecot: auth: Debug: pam(receive.test,222.252.220.110): #1/1 style=1 msg=Password:
Apr 21 09:45:26 example dovecot: auth: Debug: client out: OK#0111#011user=receive.test
Apr 21 09:45:26 example dovecot: auth: Debug: master in: REQUEST#0113263430657#0119077#0111#011a2a4762c51fae12da780c89e56fa7ae5
Apr 21 09:45:26 example dovecot: auth: Debug: passwd(receive.test,222.252.220.110): lookup
Apr 21 09:45:26 example dovecot: auth: Debug: master out: USER#0113263430657#011receive.test#011system_groups_user=receive.test#011uid=500#011gid=500#011home=/home/receive.test
Apr 21 09:45:26 example dovecot: imap-login: Login: user=<receive.test>, method=PLAIN, rip=222.252.220.110, lip=120.135.128.147, mpid=9079, TLS
Apr 21 09:45:26 example dovecot: imap(receive.test): Debug: Effective uid=500, gid=500, home=/home/receive.test
Apr 21 09:45:26 example dovecot: imap(receive.test): Debug: maildir++: root=/home/receive.test/Maildir, index=, control=, inbox=/home/receive.test/Maildir

Apr 21 09:45:57 example dovecot: imap(receive.test): Disconnected: Logged out bytes=743/19438
Apr 21 09:45:57 example dovecot: imap(receive.test): Disconnected: Logged out bytes=91/698
Apr 21 09:46:19 example postfix/smtpd[9064]: connect from mx1-phx2.redhat.com[209.132.183.26]
Apr 21 09:46:20 example postfix/smtpd[9064]: disconnect from mx1-phx2.redhat.com[209.132.183.26]


_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 4116] Re: 特定のメールが受信できない, Nakane Ryuji
[postfix-jp: 4117] Re: 特定のメールが受信できない, Mitsuru Ogino

[検索ページ] [Postfix-JP ML Home]