質問編集履歴

1

Telnetおよび、MailTestの結果。

2019/04/24 12:07

投稿

akirasada1972
akirasada1972

スコア41

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,55 @@
59
59
  ```
60
60
 
61
61
  設定は、どちらも同じです。
62
+
63
+ Telnetで、Testした結果です。
64
+
65
+ 中間証明書も、追加してみましたが、無駄でした。
66
+
67
+ root権限付きのvpsは、参考になりますか?
68
+
69
+ ```ここに言語を入力
70
+
71
+ [root@server ~]# telnet localhost 993
72
+
73
+ Trying 127.0.0.1...
74
+
75
+ Connected to localhost.
76
+
77
+ Escape character is '^]'.
78
+
79
+ EHLO sexydesign.club
80
+
81
+ Connection closed by foreign host.
82
+
83
+ [root@server ~]# tail /var/log/maillog
84
+
85
+ Apr 24 21:00:38 server dovecot: auth: Debug: master in: REQUEST#0111779171329#01121864#0111#011ed60410401e21532f7a0d5f6c296cf1e#011session_pid=21865#011request_auth_token
86
+
87
+ Apr 24 21:00:38 server dovecot: auth-worker(21860): Debug: passwd(akirasada1972,203.140.58.123,<G1wpc0WHCtLLjDp7>): lookup
88
+
89
+ Apr 24 21:00:38 server dovecot: auth: Debug: master userdb out: USER#0111779171329#011akirasada1972#011system_groups_user=akirasada1972#011uid=1006#011gid=1006#011home=/home/akirasada1972#011auth_token=9af8307a791f885301f921acd0ab970f3af771a6
90
+
91
+ Apr 24 21:00:38 server dovecot: imap-login: Login: user=<akirasada1972>, method=PLAIN, rip=203.140.58.123, lip=211.125.67.179, mpid=21865, TLS, session=<G1wpc0WHCtLLjDp7>
92
+
93
+ Apr 24 21:00:38 server dovecot: imap(akirasada1972): Connection closed (UID FETCH finished 0.120 secs ago) in=379 out=2082
94
+
95
+ Apr 24 21:01:03 server postfix/smtpd[21821]: connect from unknown[103.231.139.79]
96
+
97
+ Apr 24 21:01:05 server dovecot: auth: Debug: auth client connected (pid=21883)
98
+
99
+ Apr 24 21:01:10 server postfix/smtpd[21821]: warning: unknown[103.231.139.79]: SASL LOGIN authentication failed: authentication failure
100
+
101
+ Apr 24 21:01:11 server postfix/smtpd[21821]: disconnect from unknown[103.231.139.79]
102
+
103
+ Apr 24 21:01:17 server dovecot: imap-login: Disconnected (no auth attempts in 12 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS handshaking: SSL_accept() failed: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol, session=<gEeFdUWHFuN/AAAB>
104
+
105
+ ```
106
+
107
+ Mailのテストサイトで、テストした結果です。
108
+
109
+ DNSの設定でしょうか?
110
+
111
+ ![イメージ説明](04e4d64c87e5ae6c69c8bb4b85f34e65.png)
112
+
113
+ ![イメージ説明](a0b45aff91dfd91bf9840e6d6d986b02.png)