1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Android Termux】msmtpインストール済み環境下で、mailコマンドを使用する

1
Last updated at Posted at 2026-06-03

結論

次のコマンドを実行

ln -s "$(command -v msmtp)" "$PREFIX/bin/sendmail"

対象者

  • Android端末でのTermuxアプリ利用者
    • mailutils (mailコマンド) インストール且つパス通し済み
    • msmtpインストール且つパス通し済み
      • msmtpコマンドを直接使用したメール送信が可能な状態
    • msmtp-mtaが原則インストール不可の環境

動作確認済バージョン

$ getprop 'ro.build.version.release'
14

$ echo "$TERMUX_VERSION"
googleplay.2026.02.11

$ msmtp --version | head -1
msmtp version 1.8.32

$ mail --version | head -1
mail (GNU Mailutils) 3.21
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?