1、
busybox 只支援sendmail命令傳送郵件,暫不支援mail命令(mail呼叫sendmail命令傳送郵件)
2、sendmail用法
cat mail.txt
subject: test
cc:to: [email protected]
from: [email protected]
/*郵件格式頭和內容之間一定要有空行*/
******
******
******
sendmail -f [email protected] -t [email protected] -s smtp.163.com -aufrom -ap***x < mail.txt
-f 表示傳送者的郵箱
-t 表示接收者的郵箱
-au 表示傳送郵箱名
-ap 表示傳送郵箱密碼
-s smtp伺服器網域名稱或ip
注意:通過sendmail命令傳送郵件,需要注意郵件格式,如mail.txt所示。否則郵件無發投遞
scratchbox中編譯busybox流程
當配置好scratchbox環境後,我們就可以在其中編譯需要的軟體包了。下面以busbox為例,描述一下其編譯的詳細流程 環境 ubuntu9.04 scratchbox ncurser5.6 busybox 1.10.2 步驟 1.在ubuntu9.04系統上安裝scratchbox,詳細過程見 ...
busybox使用中的問題
我現在使用的rootfs是從ti官網down下來的編譯好的busybox v1.00 pre8。使用中遇到問題如下 1.提示can t access tty.job control turned off 每次啟動都有這個提示,也不知道有什麼壞處。這是busybox的官方說明 我沒修改核心,直接改 r...
busybox中tftp的用法
tftp help busybox v1.14.3 2009 08 10 10 13 59 utc multi call binary usage tftp option host port transfer a file from to tftp server options l file loc...