質問編集履歴
2
追記の編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,18 +33,14 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
追記:
|
36
|
-
|
36
|
+
ログが間違っていたみたいですので、送り直しました。
|
37
|
-
|
37
|
+
ご迷惑お掛け致しまして申し訳ないです汗
|
38
|
-
6行目の
|
39
|
-
postfix/trivial-rewrite[6851]: warning: do not list domain
|
40
|
-
で送り元のメールアドレスとは違うドメイン(サーバでメインで使っているドメイン)が記載されています。
|
41
|
-
ここが原因でしょうか..ここはサーバのどこを変更すればよいでしょうか?
|
42
38
|
|
43
|
-
Feb
|
44
|
-
Feb
|
45
|
-
Feb
|
46
|
-
Feb
|
47
|
-
Feb
|
48
|
-
|
49
|
-
|
50
|
-
|
39
|
+
Feb 21 22:57:03 ik1-344-32183 postfix/pickup[24410]: 721DBC1446B: uid=48 from=<apache>
|
40
|
+
Feb 21 22:57:03 ik1-344-32183 postfix/cleanup[25702]: 721DBC1446B: message-id=<20190221135703.721DBC1446B@メインドメイン>
|
41
|
+
Feb 21 22:57:03 ik1-344-32183 postfix/qmgr[26451]: 721DBC1446B: from=<apache@メインドメイン>, size=736, nrcpt=1 (queue active)
|
42
|
+
Feb 21 22:57:03 ik1-344-32183 postfix/smtp[25704]: 721DBC1446B: to=<a090xxxxxxxx@ezweb.ne.jp>, relay=lsean.ezweb.ne.jp[**.**.**.**]:25, delay=0.31, delays=0.03/0.02/0.1/0.16, dsn=2.0.0, status=sent (250 Ok: queued as 981D8BD)
|
43
|
+
Feb 21 22:57:03 ik1-344-32183 postfix/qmgr[26451]: 721DBC1446B: removed
|
44
|
+
|
45
|
+
※メインドメインとはサーバに設定しているドメインで
|
46
|
+
送り元に設定しているメールアドレスのドメインとは違います
|
1
メールログを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,4 +29,22 @@
|
|
29
29
|
print MAIL "Subject: $subject\n";
|
30
30
|
print MAIL "\n";
|
31
31
|
print MAIL "$body\n";
|
32
|
-
close(MAIL);
|
32
|
+
close(MAIL);
|
33
|
+
|
34
|
+
|
35
|
+
追記:
|
36
|
+
メールログです。
|
37
|
+
所々伏字にしてあります。
|
38
|
+
6行目の
|
39
|
+
postfix/trivial-rewrite[6851]: warning: do not list domain
|
40
|
+
で送り元のメールアドレスとは違うドメイン(サーバでメインで使っているドメイン)が記載されています。
|
41
|
+
ここが原因でしょうか..ここはサーバのどこを変更すればよいでしょうか?
|
42
|
+
|
43
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/smtpd[6848]: connect from xxxxxx-10.ezweb.ne.jp[xx.xx.xx.xx]
|
44
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/smtpd[6848]: 2E455C2226B: client=xxxxxx-10.ezweb.ne.jp[xx.xx.xx.xx]
|
45
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/cleanup[6852]: 2E455C2226B: message-id=<2019022017481395xxxxxxxa@mpsp01proxyxx.au.com>
|
46
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/smtpd[6848]: disconnect from xxxxxx-10.ezweb.ne.jp[xx.xx.xx.xx]
|
47
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/qmgr[1062]: 2E455C2226B: from=<xxxx@ezweb.ne.jp>, size=995, nrcpt=1 (queue active)
|
48
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/trivial-rewrite[6851]: warning: do not list domain サーバのメインで使っているドメイン in BOTH mydestination and virtual_alias_domains
|
49
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/local[6853]: 2E455C2226B: to=<送り元のアドレス>, orig_to=<送り元のアドレス>, relay=local, delay=0.05, delays=0.03/0.01/0/0, dsn=2.0.0, status=sent (delivered to maildir)
|
50
|
+
Feb 20 17:48:14 ik1-344-32183 postfix/qmgr[1062]: 2E455C2226B: removed
|