linux 配置mailx傳送到外網郵箱

2021-08-11 12:23:14 字數 418 閱讀 2550

1、安裝sendmail伺服器

yum install mailx

2、修改配置

vim /etc/mail.rc

## 在尾部新增

set from="18765262***@139.com" --(你的郵箱,發件郵箱,例如139郵箱)

set smtp=smtp.139.com --- 郵箱的smtp伺服器

set smtp-auth-user=18765262*** ---郵箱賬號,不包含字尾

set smtp-auth-password=mailpassword ---郵箱密碼

set smtp-auth=login

4、測試傳送郵件

mailx -s "test001 " [email protected] < /etc/redhat-release

Linux資料夾打包傳送到本地

tar cvf script.tar script sz script.tar 具體 sz rz命令 tar命令 root linux tar cxtzjvfppn 檔案與目錄.引數 c 建立乙個壓縮檔案的引數指令 create的意思 x 解開乙個壓縮檔案的引數指令!t 檢視tarfile裡面的檔案...

CMD 右鍵傳送到共享目錄

20181031s cmd 右鍵傳送到共享目錄 1.開啟sendto目錄 shell sendto 2.建立log.cmd指令碼檔案 記事本編輯 title 1 傳送中 color c rem 傳送到位置 set sendto ylwj04 ylwj 04共享 set log.txt e work ...

Ngnix配置不同url傳送到不同的伺服器

背景 根據專案需要,有些存在記憶體中的資料無法在多個伺服器節點中共享,此時需要將指定url請求傳送到一台伺服器節點,用於讀取和處理記憶體資料。配置 user nobody 從上面配置可以看出在server中加了一小段 location api manager 這裡的符號 是url匹配,即所有的 ap...