Debian 樹莓派2B 傳送外部郵件

2021-09-11 17:53:10 字數 783 閱讀 2338

安裝mailx:

(1) wget

(2) tar zxvf heirloom-mailx_12.5.orig.tar.gz

(3) cd heirloom-mailx-12.5/

(4) make && make install ucbinstall=/usr/bin/install

修改  /etc/nail.rc 檔案在檔案的最後新增

set from=aaa@***.com   

set smtp=smtp.exmail.xx.com 

set smtp-auth-user=aaa@***.com #與郵箱名一致

set smtp-auth-password=passwd #郵箱密碼或者是動態授權碼

set smtp-auth=login # smtp授權的一般都是login

測試傳送郵件:

(1) 內容 + 主題

echo  內容 | mailx -v -s "郵件標題"  ***[email protected]  例: echo hello word | mailx -v -s "demo title"  [email protected]

(2)主題 + 檔案中的內容  將檔案中的內容作為郵件內容傳送到對應的郵箱中

cat content.txt | mailx -v -s 『hello』  [email protected]

常見問題與解決方法:

(1) 

2 樹莓派掛載外部硬碟

disk identifier c86b6479 2681 49a4 813b 01e471fec4ce a4t disk identifier ae83d4b1 1061 4698 80c1 1aa9837d6e12 b4t 通常fdisk l 檢視硬碟 disk dev sda 3.7 tib,...

樹莓派2 B上安裝nginx遇到的一些問題和總結

樹莓派的硬體 raspberry pi 2 model b sd卡的os版本 2019 09 26 raspbian buster full 參考 開配置的時候出現如下的錯誤資訊 許可權不夠,在前面加上sudo即可。編譯的時候出現錯誤 按照參考中的方法修改了ngx http streaming mo...

樹莓派4B的學習使用(2)樹莓派入門使用

2.常見警示標誌和故障排查 3.系統的安裝 備份與恢復 4.樹莓派的擴充套件分割槽 十二月初買了塊記憶體4g的樹莓派4b,最近抽出空玩一下板子,正好開始系統學習一下linux和python指令碼的使用。本系列作為本人的樹莓派使用歷程記錄,詳細描述一下遇到的問題和方法總結,主要針對4b,其他版本可能不...