[過去ログ] くだらねえ質問はここに書き込め! Part 237 (1002レス)
前次1-
抽出解除 必死チェッカー(本家) (べ) 自ID レス栞 あぼーん

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
76
(1): 64 2019/07/20(土)00:06 ID:eZ0cw4gJ(1/7) AAS
/etc/postfix/main.cfのSMTP認証、TLS暗号化設定しました。

これってもはや自分のサーバーから出したメール弾かれてるよね?
リレーしてくれないよ

connect to smtp.ocn.ne.jp[153.149.232.193]:587: Connection timed out

EEE33336F: to=<username@ocn.ne.jp
relay=none, delay=3300, delays=3240/0.02/60/0, dsn=4.4.1,
status=deferred
(connect to smtp.ocn.ne.jp[153.149.231.65]:587: Connection timed out)
77
(1): 2019/07/20(土)00:08 ID:eZ0cw4gJ(2/7) AAS
/etc/postfix/main.cfの設定はこうです。

# SMTP-AUTH認証
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks, permit_auth_destination, permit_sasl_authenticated, reject
relayhost = [smtp.ocn.ne.jp]:587
smtp_sasl_password_maps = hash:/etc/postfix/relay_password

# TLS暗号化
#smtpd_use_tls = yes
smtp_tls_security_level = may
smtp_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_cert_file = /etc/ssl/private/aaa.crt
smtpd_tls_key_file = /etc/ssl/private/aaa.key
#smtpd_tls_CAfile = /etc/ssl/private/bbb.pem
smtpd_tls_session_cache_database = btree:/etc/postfix/smtpd_scache
78: 2019/07/20(土)00:10 ID:eZ0cw4gJ(3/7) AAS
ここのサイト参照。

Postfix : インストール/設定
外部リンク:www.server-world.info
SSL/TLS の設定
外部リンク:www.server-world.info
Postfix でメールリレーの設定 (SMTP クライアント + SMTP Auth)
外部リンク:www.maruko2.com
%AA%E3%83%AC%E3%83%BC%E3%81%AE%E8%A8%AD%E5
%AE%9A_(SMTP_%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88_%2B_SMTP_Auth

>>71
分かりやすい説明ありがとうございます。
SMTPとPOPってそういうことだったのですね
80
(5): 2019/07/20(土)02:54 ID:eZ0cw4gJ(4/7) AAS
>>79
ありがとうございます。

relayhost = [smtp.ocn.ne.jp]:465
にしてもだめでした

もうお手上げですわ・・・
84: 80 2019/07/20(土)15:06 ID:eZ0cw4gJ(5/7) AAS
/etc/postfix/main.cf
# SMTPAuth
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks, permit_auth_destination, permit_sasl_authenticated, reject
relayhost = [smtp.ocn.ne.jp]:587
smtp_sasl_password_maps = hash:/etc/postfix/relay_password

# TLS
smtpd_use_tls = yes
smtp_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_cert_file = /etc/ssl/private/aaa.crt
smtpd_tls_key_file = /etc/ssl/private/aaa.key
#smtpd_tls_CAfile = /etc/ssl/private/bbb.pem
smtpd_tls_session_cache_database = btree:/etc/postfix/smtpd_scache
smtp_tls_security_level=encrypt
smtp_tls_wrappermode=yes
85
(1): 80 2019/07/20(土)15:08 ID:eZ0cw4gJ(6/7) AAS
上記でログはこうなりました。

Jul 20 14:45:54 ubuntu postfix/master[15834]: daemon started -- version 3.3.0, configuration /etc/postfix
Jul 20 14:46:33 ubuntu postfix/tlsmgr[15968]: warning: request to update table btree:/etc/postfix/smtpd_scache in non-postfix directory /etc/postfix
Jul 20 14:46:33 ubuntu postfix/tlsmgr[15968]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Jul 20 14:46:33 ubuntu postfix/smtps/smtpd[15967]: connect from ubuntu[192.168.0.3]
Jul 20 14:46:42 ubuntu postfix/smtps/smtpd[15967]: 7698E2162573: client=ubuntu[192.168.0.3], sasl_method=PLAIN, sasl_username=userhoge
Jul 20 14:46:42 ubuntu postfix/cleanup[16003]: 7698E2162573: message-id=<1111-1111-1111-1111@ubuntu>
Jul 20 14:46:42 ubuntu postfix/qmgr[15836]: 7698E2162573: from=<userhoge@ubuntu size=587, nrcpt=1 (queue active)
Jul 20 14:46:42 ubuntu postfix/smtps/smtpd[15967]: disconnect from ubuntu[192.168.0.3] ehlo=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=6
Jul 20 14:47:12 ubuntu postfix/smtp[16004]: connect to smtp.ocn.ne.jp[153.149.231.65]:587: Connection timed out
Jul 20 14:47:42 ubuntu postfix/smtp[16004]: connect to smtp.ocn.ne.jp[153.149.232.193]:587: Connection timed out
Jul 20 14:47:42 ubuntu postfix/smtp[16004]: 7698E2162573: to=<ocnuser@***.ocn.ne.jp
 relay=none, delay=60, delays=0.06/0.02/60/0, dsn=4.4.1, status=deferred (connect to smtp.ocn.ne.jp[153.149.232.193]:587: Connection timed out)
86: 2019/07/20(土)15:08 ID:eZ0cw4gJ(7/7) AAS
/etc/postfix/main.cfにこれを追加した場合。
default_transport = smtp

Jul 20 14:55:09 ubuntu postfix/smtp[17781]: connect to smtp.ocn.ne.jp[153.149.232.193]:587: Connection timed out
Jul 20 14:55:12 ubuntu postfix/smtps/smtpd[17891]: connect from ubuntu[192.168.0.3]
Jul 20 14:55:12 ubuntu postfix/smtps/smtpd[17891]: 43BAD2162577: client=ubuntu[192.168.0.3], sasl_method=PLAIN, sasl_username=userhoge
Jul 20 14:55:12 ubuntu postfix/cleanup[17895]: 43BAD2162577: message-id=<1111-1111-1111-1111@ubuntu>
Jul 20 14:55:12 ubuntu postfix/qmgr[17778]: 43BAD2162577: from=<userhoge@ubuntu size=589, nrcpt=1 (queue active)
Jul 20 14:55:12 ubuntu postfix/smtps/smtpd[17891]: disconnect from ubuntu[192.168.0.3] ehlo=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=6
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 1.840s*