質問編集履歴
2
指摘された受診時のログを挿入しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,9 @@
|
|
6
6
|
```
|
7
7
|
NOQUEUE: reject: RCPT from tools.wormly.com[172.104.20.135]: 554 5.7.1 <受信アドレス>: Recipient address rejected: Access denied; from=<customers@wormly.com> to=<受信アドレス> proto=ESMTP helo=<www.wormly.com>
|
8
8
|
```
|
9
|
+
|
9
10
|
受信時のログはこんな感じです
|
11
|
+
|
10
12
|
```
|
11
13
|
Feb 11 16:02:27 <ホスト名> postfix/smtpd[32637]: connect from tools.wormly.com[172.104.20.135]
|
12
14
|
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,6 +6,18 @@
|
|
6
6
|
```
|
7
7
|
NOQUEUE: reject: RCPT from tools.wormly.com[172.104.20.135]: 554 5.7.1 <受信アドレス>: Recipient address rejected: Access denied; from=<customers@wormly.com> to=<受信アドレス> proto=ESMTP helo=<www.wormly.com>
|
8
8
|
```
|
9
|
+
受信時のログはこんな感じです
|
10
|
+
```
|
11
|
+
Feb 11 16:02:27 <ホスト名> postfix/smtpd[32637]: connect from tools.wormly.com[172.104.20.135]
|
12
|
+
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
|
13
|
+
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
|
14
|
+
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
|
15
|
+
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
|
16
|
+
Feb 11 16:02:27 <ホスト名> dovecot: auth: Debug: auth client connected (pid=0)
|
17
|
+
Feb 11 16:02:27 <ホスト名> postfix/trivial-rewrite[32640]: warning: do not list domain ドメイン名 in BOTH mydestination and virtual_mailbox_domains
|
18
|
+
Feb 11 16:02:29 <ホスト名> postfix/smtpd[32637]: NOQUEUE: reject: RCPT from tools.wormly.com[172.104.20.135]: 554 5.7.1 <受信アドレス>: Recipient address rejected: Access denied; from=<customers@wormly.com> to=<受信アドレス> proto=ESMTP helo=<www.wormly.com>
|
19
|
+
Feb 11 16:02:29 <ホスト名> postfix/smtpd[32637]: lost connection after RCPT from tools.wormly.com[172.104.20.135]
|
20
|
+
Feb 11 16:02:29 <ホスト名> postfix/smtpd[32637]: disconnect from tools.wormly.com[172.104.20.135] ehlo=1 mail=1 rcpt=0/1 commands=2/3```
|
9
21
|
https://www.wormly.com/test-smtp-server/
|
10
22
|
このサイトでテストしているのですが,どうもRCPT TOのコマンドが拒否されたいるみたいです
|
11
23
|
## `postconf -n`
|