2015-11-18から1日間の記事一覧

host certificate does not match ...

問題 mailx 実行後に次のエラーが表示される。 host certificate does not match "smtp.example.com" Continue (y/n)? 原因 サーバーと証明書の内容が一致していないため。 回避策 変数に ssl-verify=ignore を追加する。 .mailrc の場合: set ssl-verify=i…

550 Sender verify failed

問題 mailx 実行後に次のエラーが表示される。 smtp-server: 550-Verification failed for <loginuser@hostname> smtp-server: 550-The mail server could not deliver mail to loginuser@hostname. The account or domain may not exist, they may be blacklisted, or missing t</loginuser@hostname>…

シェル上で [Home] または [End] キーを押すとチルダ (~) が入力される

問題 シェル上で [Home] または [End] キーを押すとチルダ (~) が入力される。 環境 GNU bash 4.3.0 原因 未調査 解決策 次のコマンドを実行する。 $ echo '"\e[1~": beginning-of-line "\e[2~": overwrite-mode "\e[3~": delete-char "\e[4~": end-of-line'…