[過去ログ] くだらねえ質問はここに書き込め! Part 237 (1002レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
81
(1): 2019/07/20(土)06:27 ID:n6AG4OuG(1) AAS
>>80
ここあたりはどう
外部リンク[html]:www.uetyi.com
82: 2019/07/20(土)08:23 ID:vOPrvAY1(2/3) AAS
>>80
ログをもう少し晒さないと分からないが、
smtp_tls_security_level=encrypt
smtp_tls_wrappermode=yes
かな
83: 2019/07/20(土)11:37 ID:wcNMEa4x(1) AAS
>>77
「smtpd_〜」で始まるのは自分がクライアントを「認証する側」の場合の設定
リレーしてもらうには自分がクライアントとして「認証される側」の設定として
>>81 が紹介してるサイトに書いてあるような「smtp_〜」で始まる

smtp_sasl_auth_enable = yes

などの一連の設定が必要だよ
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
省10
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
省3
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
87
(1): 2019/07/20(土)18:00 ID:vOPrvAY1(3/3) AAS
>>85
smtp.ocn.ne.jp[153.149.232.193]:587
587じゃなくて465
88: 2019/07/20(土)19:28 ID:H8Oy3qxl(1) AAS
イギリスのペパーミントOSの評価を知りたいです
89
(1): 80 2019/07/21(日)00:09 ID:Qlw3wMI5(1/6) AAS
>>87
465にしてみました。
Sender address rejected: need fully-qualified address (in reply to RCPT TO command))
これ独自のメール禁止ってことですか?
90: 2019/07/21(日)00:12 ID:Qlw3wMI5(2/6) AAS
Jul 20 23:56:40 ubuntu postfix/postfix-script[23552]: starting the Postfix mail system
Jul 20 23:56:40 ubuntu postfix/master[23554]: daemon started -- version 3.3.0, configuration /etc/postfix
Jul 20 23:57:01 ubuntu postfix/tlsmgr[23626]: warning: request to update table btree:/etc/postfix/smtpd_scache in non-postfix directory /etc/postfix
Jul 20 23:57:01 ubuntu postfix/tlsmgr[23626]: warning: redirecting the request to postfix-owned data_directory /var/lib/postfix
Jul 20 23:57:01 ubuntu postfix/smtps/smtpd[23625]: connect from ubuntu[192.168.0.3]
Jul 20 23:57:01 ubuntu postfix/smtps/smtpd[23625]: 41C772160BFD: client=ubuntu[192.168.0.3], sasl_method=PLAIN, sasl_username=userhoge
Jul 20 23:57:01 ubuntu postfix/cleanup[23631]: 41C772160BFD: message-id=<111-111-111-111-111@ubuntu>
Jul 20 23:57:01 ubuntu postfix/qmgr[23556]: 41C772160BFD: from=<userhoge@ubuntu size=577, nrcpt=1 (queue active)
Jul 20 23:57:01 ubuntu postfix/smtps/smtpd[23625]: disconnect from ubuntu[192.168.0.3] ehlo=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=6
Jul 20 23:57:01 ubuntu postfix/smtp[23632]: 41C772160BFD: to=<ocnuser@***.ocn.ne.jp
省3
91: 2019/07/21(日)00:12 ID:Qlw3wMI5(3/6) AAS
Jul 20 23:57:01 ubuntu postfix/cleanup[23631]: 84E0D2160C2F: message-id=<20190720145701.84E0D2160C2F@ubuntu>
Jul 20 23:57:01 ubuntu postfix/bounce[23633]: 41C772160BFD: sender non-delivery notification: 84E0D2160C2F
Jul 20 23:57:01 ubuntu postfix/qmgr[23556]: 84E0D2160C2F: from=< size=2579, nrcpt=1 (queue active)
Jul 20 23:57:01 ubuntu postfix/qmgr[23556]: 41C772160BFD: removed
Jul 20 23:57:01 ubuntu postfix/local[23634]: 84E0D2160C2F: to=<userhoge@ubuntu
relay=local, delay=0.14, delays=0.06/0.01/0/0.06, dsn=2.0.0, status=sent (delivered to maildir)
Jul 20 23:57:01 ubuntu postfix/qmgr[23556]: 84E0D2160C2F: removed
92: 2019/07/21(日)00:36 ID:h+W0LN+Y(1/3) AAS
逆引きできるドメインは取ってますよね?
93: 2019/07/21(日)00:53 ID:Qlw3wMI5(4/6) AAS
うちのPCのドメインですか?
取ってないです。
ISPから貰ったIPアドレスだけです。
ローカルでUbuntuって名前つけてます。
94: 2019/07/21(日)00:55 ID:Qlw3wMI5(5/6) AAS
userhoge@ubuntu
ってなってて.comとか.orgとかはついてないです。
もしかして>>89のアドレスってメアドの方じゃなくって
こっちの方ですか?
95: 2019/07/21(日)05:39 ID:h7Rif7ra(1) AAS
ちゃんと勉強してからの方がよくね?
Postfixだから大丈夫だとは思うけど、
周りに迷惑かける奴のような気がする。
96: 2019/07/21(日)12:13 ID:h+W0LN+Y(2/3) AAS
闇鯖ダメですよ
97: 2019/07/21(日)12:17 ID:KRjuCFD7(1) AAS
Shift+PageUpでコンソールの巻き戻しできますが
これ他に本来のやり方というか別の操作ではできませんか?
98: pwd | xclip -selection clipboard が機能しない 2019/07/21(日)12:26 ID:Lrblr2Cf(1/2) AAS
Windows 10からCentOS 7にPuttyで繋げているんですけど、
pwd | xclip -selection clipboard
が機能しません。
pwd | xclip
xclip -o
とするとしっかりとパスが出力されます。

<試したこと>
ssh_configに下記を記述
ForwardAgent yes
ForwardX11 yes
省17
99
(1): 2019/07/21(日)12:39 ID:h+W0LN+Y(3/3) AAS
xsel は入っている?
100: pwd | xclip -selection clipboard が機能しない 2019/07/21(日)14:04 ID:Lrblr2Cf(2/2) AAS
>>99
xselもインストールしましたが、同じ症状です。

他にもSource Forgeからソースをダウンロードしてmake installして
みましたが、同じ症状です。
1-
あと 902 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.015s