郵件報錯資訊解決send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
傳送郵件:
[[email protected] log]# echo '這是郵件標題' | mail -s "這是郵件內容" [email protected]
出現異常:
[[email protected] log]# send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
檢視centos中的postfix日誌
more /var/log/maillog
postfix: fatal: parameter inet_interfaces: no local interface found for ::1
vi /etc/postfix/main.cf
發現配置為:
inet_interfaces = localhost
inet_protocols = all
改成:
inet_interfaces = all
inet_protocols = all
重新啟動
service postfix start
OK!
相關推薦
郵件報錯資訊解決send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
send-mail: fatal: parameter inet_interfaces: no local interface found for ::1 傳送郵件: [[email protected] log]# echo '這是郵件標題' | mail
CentOS 7下啟動postfix服務報錯:fatal: parameter inet_interfaces: no local interface found for ::1
pre code found control inter display interface ces tro sed -i ‘s/inet_interfaces = localhost/inet_interfaces = all‘ /etc/postfix/main.c
sendmail: fatal: parameter inet_interfaces: no local interface found for ::1
使用gitlab測試郵件通知的時候報這個錯 sendmail: fatal: parameter inet_interfaces: no local interface found for ::1 網上搜索要修改這個檔案 vim /etc/postfix/main.cf 把下面兩
關於ADB push 出現failed to copy 'D:\file.xtxt' to '/system/temp/' : Read-only file system 的報錯資訊解決辦法
首先使用USB連線電腦與小機,然後安裝adb相應的驅動,這是第一步,也是必須要做的。 進入doc系統後,敲入adb shell 可以進入linux命令列狀態,說明adb可以使用了。 回到標題,我們現在要講的是adb push命令的使用。如果你的linux也安裝有adb命令的話,可以使用adb
Jenkins配置郵件報錯問題解決
Linux下安裝或升級Python 2.7 1.準備編譯環境gcc 2.去官網下載要安裝的對應版本的python的原始碼 下載地址:https://www.python.org/downloads/source/ 你可以選擇你要下載的版本,用wget指令來下載相應的原始碼
mybatis foreach報錯It was either not specified and/or could not be found for the javaType Type handler
或許是慣性思維,在mybatis使用foreach迴圈呼叫的時候,很多時候都是傳一個物件,傳一個List的情況很少,所以寫程式碼有時候會不注意就用慣性思維方法做了。 今天向sql傳參,傳了一個List作為引數,然後在xml裡再foreach迴圈呼叫。然後報錯資訊如: myba
Xcode10報錯之libstdc++.6.0.9.tbd未找到(library not found for -lstdc++.6.0.9)
這是因為咱們工程引用了libstdc++.6.0.9.tbd這個檔案,而Xcode10移除了這個檔案.我們可以去Xcode9中移出該檔案.路徑為 /Applications/Xcode.app/Contents/Developer/Platforms/iPh
foxmail勾選SSLV23和SSL3收郵件報錯(SSLV2正常)的解決辦法
ssl連接錯誤 errorCode 服務器不支持ssl 問題現象:foxmail客戶端工具勾選SSLV3和SSLV23收不到郵件(SSLV2沒問題),報“ssl連接錯誤, errorCode: 5”和“服務器不支持ssl,請檢查服務器配置, errorCode: 1”錯誤。問題排查:排查maillog
hibernate的報錯資訊a different object with the same identifier value was already associated with the session解決辦法
廢話不多說,直接說原因,這是在hibernate中,有2個相同型別的實體類具有同樣的主鍵識別符號,然後呼叫update或者呼叫saveOrUpdate,我朋友出這個錯的由於他想要update一條資料時,獲取主鍵時從資料庫查詢獲取,此時接收的物件的主鍵id是12,吧這個值賦給要更新入參的物件,2個物件的主鍵就都
報錯資訊: Fatal error: Uncaught Smarty: unable to write file 原因: 系統時間與正常時間不同步 造成頁面訪問有問題
報錯資訊: Fatal error: Uncaught --> Smarty: unable to write file E:\GEM\App\Home\View_c\390df9d00aeacf16a4730ca0161bd6187d14c18e_0.file.header.html
Fatal error in launcher: Unable to create process 安裝報錯資訊
Fatal error in launcher: Unable to create process 安裝報錯資訊 python3.6執行pip3時 Unable to create process using ‘"’ 背景: 由於在windows作業系統中已經安裝了python2
解決 mysql 無法正常顯示報錯資訊
mysql> select @@version; +------------+ | @@version | +------------+ | 5.7.21-log | +------------
eclipse中svn報錯資訊的解決方案
報錯資訊: Item is out of date svn: File '/trunk/src/main/webapp/js/cargoArrive/cargoInDest_list.js' is out of date Working copy is
報錯資訊: Fatal error: Uncaught Smarty: unable to write file 原因: 系統時間與正常時間不同步 造成頁面訪問有問題
報錯資訊: Fatal error: Uncaught --> Smarty: unable to write file E:\GEM\App\Home\View_c\390df9d00aeacf16a4730ca0161bd6187d14c18e_0.f
kali Linux2.0初次啟動msfconsole時,使用search命令出現報錯資訊的解決方法
剛剛安裝的kali系統,使用msf控制檯時,使用search命令,出現報錯Module database cache not built yet, using slow search。再網上找了一些部落格,其中步驟有點複雜,最後總結出比較重要的三步,基本上執行完就不會報錯了(
Fatal error in launcher: Unable to create process 安裝報錯資訊
Fatal error in launcher: Unable to create process 安裝報錯資訊 python3.6執行pip3時 Unable to create process using ‘"’ 背景: 由於在windows作業系統中已經安
報錯資訊MySQL server has gone away!引數設定過小導致記錄寫入失敗!(解決辦法)
報錯資訊: Warning: PDO::exec(): MySQL server has gone away 原因是:mysql max_allowed_packet 設定過小導致記錄寫入失敗! mysql根據配置檔案會限制server接受的資料包大小。 有時
關於oozie在發郵件的報錯Caused by: javax.mail.AuthenticationFailedException
今天在做在hue當中,實現oozie的排程然後傳送郵件到郵箱的操作報錯資訊如下: org.apache.oozie.action.ActionExecutorException: EM007: Encountered an error whi
從svn上面下載專案出現紅色報錯資訊的解決思路(非常好使,不知原因)
跟著我操作 1.修改系統庫 右鍵專案->build path ->congfig build path ->librares->JRE System Library->remove->add Library (先刪再加) 2.修改編譯級別 win
nodeJs的nodemailer發郵件報錯hostname/IP doesn't match certificate's altnames怎麼解決?
今天在開發過程中碰到一個問題,即使用node傳送郵件時報錯hostname/IP doesn't match certificate's altnames,在網上查瞭解決辦法有兩個, 加rejectUnauthorized: false, 【沒有解決】 加process.env.NODE_TLS_REJ