[精讚] [會員登入]
464

[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

你可能感興趣的文章

[CentOS 8] 無法使用: No URLs in mirrorlist error Centos8 沒辦法使用yum安裝軟體的解決方法

動態DNS -- dynamic DNS實作 BIND9動態DNS設定

[Centos6] 安裝wordpress Centos 6下安裝wordpress,非常簡單

[Centos8] linux 上的Base64加解密指令 在linux上很方便的指令可以加解密 base64

[Centos7] 安裝nodejs8+yarn 安裝nodejs 8+ yarn的過程記錄

[Linux] 安裝rsync (selinux 的設定) 在selinux enforcing 的情況下安裝rsync

我有話要說

>>

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

訪客留言

[無留言]

隨機好文

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

維修海棉拖把頭 這類型的海棉拖把很好用,可是這近發現海棉頭越來越不耐用,也許是錯覺,以往都能用個三四個月,現在二個月就差不多掉下來。 這

[MYSQL] 設定字串欄位的預設值 新增表格的時候,字串欄位給予預設空值;數字欄位給預設數值;日期欄位給空值。

Javascript/Jquery 建立、讀取、刪除cookie值 Javascript/Jquery 建立、讀取、刪除cookie值

DNS壓力測試工具queryperf 要怎麼知道我安裝的DNS是否能耐受的住網路上的攻擊或大量查詢,這裡有一個免費的工具 queryperf