[精讚] [會員登入]
424

[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] SSL自簽憑證+APACHE+Selinux SSL的自簽憑證

[Centos] opentftp + selinux 安裝及設定 Centos 安裝微型ftp伺服器:tftp伺服器

[Centos7] 安裝php套件管理程式Composer+ Codeignioter3 很多人在用的套件管理程式 Composer+ Codeignioter3+ 指定安裝目錄

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

[Linux] 使用tarball安裝下載PERL的tar檔模組 在Linux下,perl下載的pm模組,不使用cpan的安裝方法

[Centos6] php5.3升級為php5.6 Centos6 + php5.6 升級

我有話要說

>>

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

訪客留言

[無留言]

隨機好文

使用Google尋找你的手機 這近發現google竟然可以用來找android的手機,而且不需要經過什麼設定或安裝軟體。

[札記] 2016.7~12月札記 札記,只是札記

世紀帝國征服者新版本--被遺忘的帝國 世紀帝國征服者新版本--被遺忘的帝國 世紀二代的征服者是精典遊戲中的精典,aofe更好玩...

[NetBeans] 使用git複製別人的專案 NetBeans使用git複製別人的專案及版本控制

[HTML] CSS中的折字換行或不換行(防止容器破壞) 使用者留言時故意來用一串長長的且沒有任何空白的長字串,把你的容器破壞得很難看...