[精讚] [會員登入]
412

[postfix] open /etc/postfix/main.cf: Permission denied 等錯誤

遇到開啟 /etc/postfix/main.cf: Permission denied 等錯誤解決

分享此文連結 //n.sfs.tw/15661

分享連結 [postfix] open /etc/postfix/main.cf: Permission denied 等錯誤@新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-04-23 20:13:05 最後編修
2022-03-08 14:35:41 By 張○○
 

自動目錄

錯誤 postfix/sendmail: fatal: open /etc/postfix/main.cf: Permission denied

如果這個錯誤存在,大部分情況就無法寄信。

修正

# chmod 755 /etc/postfix

SELINUX

# setsebool httpd_can_sendmail on
# setsebool httpd_can_sendmail on -P

 

錯誤 cannot update mailbox /var/mail/root for user root. error writing message: File too large

postfix/local: D86CF60AA4FC: to=<user@example.com>, orig_to=<root>, relay=local, delay=0.23, delays=0.13/0/0/0.09, dsn=5.2.2, status=bounced (cannot update mailbox /var/mail/root for user root. error writing message: File too large)

主要是信箱容量到達設定上限

查看上限

# postconf -d | grep mailbox_size_limit

mailbox_size_limit = 51200000

修改上限

預設 51.2 MB,改大一點,修改 /etc/postfix/main.cf

加上一行,改為512MB

mailbox_size_limit = 512000000

重啟postfix 生效

清空root信箱, root 也可以改成使用者信箱

# echo '' > /var/mail/root

 

錯誤,google拒絕收信 Our system has detected that this message is 550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail, 550-5.7.1 this message has been blocked

postfix/smtp: 4A2E960A9CDB: to=<user@gmail.com>, orig_to=<service@xxx>, relay=gmail-smtp-in.l.google.com[142.251.8.26]:25, delay=1.9, delays=0.8/0/0.32/0.77, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[142.251.8.26] said: 550-5.7.1  Our system has detected that this message is 550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail, 550-5.7.1 this message has been blocked. Please visit 550-5.7.1  https://support.google.com/mail/?p=UnsolicitedMessageError 550 5.7.1  for more information. 195si8062422pfz.220 - gsmtp (in reply to end of DATA command))

解決

進到網頁

https://support.google.com/mail/?p=UnsolicitedMessageError
https://support.google.com/mail/answer/9981691?visit_id=637823184872027838-3968779762&rd=1
https://postmaster.google.com/managedomains?pli=1

把你的網域加入,例如我是從 @n.sfs.tw 寄出,則新增此網域並在dns加入txt的記錄後進行驗證即可。

還不行的話DNS 加入SPF記錄也許能解決問題。

參考資料

[1] https://ma.ttias.be/postfix-cannot-update-mailbox-varmail-user-file-large/

 

 

 

END

你可能感興趣的文章

[CENTOS7/8] 安裝中文字型 如何在Centos7上安裝和移除中文字型?

[Centos7] 修改啟動的runlevel centos7的 runlevel修改和前面的版本都不一樣

[Centos6] 安裝VNC連線程式 在Centos6桌上環境安裝VNC 連線程式

[bc] linux 的計算機bc 如何計算帶小數點的指數 用 bc 來計算帶小數點的指數,得轉個彎才行

[Rocky Linux9] 安裝docker+ docker compose+ apache+ maraidb+ php7 Rocky Linux(Centos9) 下安裝docker及docker compose

使用RRDTOOL來繪製流量圖 使用RRDTOOL來製作流量圖的簡略說明

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

[jQuery] textarea 的取值和給值 HTML 的 TEXTAREA 標籤若要用 jquery 取值,不能使用 .text() 或 .html() ,使用 .

[bc] linux 的計算機 bc 設定小數位數、計算π、次方根 linux 的計算機 bc 設定小數位數、計算π、次方根

好用的3+2碼郵遞區號查詢系統推薦 網路上找到用地址輸入判斷3+2碼郵遞區號的辨識率不高,除了這個網站…

最值得學的電腦技能 什麼是最值得學的電腦技能?程式設計?美工繪圖?系統網路?還是…? 都不是!個人覺得一個最值得學的電腦技能就

[MAC] 安裝APACHE+PHP OS Darwin OpenIDMac1deAir 15.6.0 Darwin Kernel Version 15.6.