登陸 提示報錯解決方法
登陸zimbra使用者
su zimbra
報錯服務狀態
zmcontrol status
進入root 模式關閉衝突postfix
su root
關閉衝突 postfix
service postfix stop
下次重啟關閉
chkconfig postfix off
登陸zimbra使用者
su zimbra
修復服務狀態
zmcontrol status
重啟zimbra服務
service zimbra restart
修復成功
郵件日誌檢視
cat /var/log/maillog
may 7 22:14:59 hanzheng postfix/qmgr[85177]: 5dd96939322: removed
may 7 22:14:59 hanzheng postfix/qmgr[85177]: 6606e939324: from=<>, size=3036, nrcpt=1 (queue active)
may 7 22:14:59 hanzheng postfix/lmtp[100763]: 6606e939324: to=, relay=none, delay=0.01, delays=0/0/0/0, dsn=5.4.4, status=bounced (host or domain name not found. name service error for name=hanzheng.net type=a: host not found)
may 7 22:14:59 hanzheng postfix/qmgr[85177]: 6606e939324: removed
may 7 22:14:59 hanzheng postfix/smtp[100761]: 54731855a4f: to=, relay=127.0.0.1[127.0.0.1]:10024, conn_use=4, delay=95, delays=0.02/88/0/7.6, dsn=2.0.0, status=sent (250 2.0.0 from mta(smtp:[127.0.0.1]:10025): 250 2.0.0 ok: queued as 5dd96939322)
may 7 22:15:00 hanzheng postfix/qmgr[85177]: 54731855a4f: removed
may 7 22:15:00 hanzheng postfix/smtp[99609]: 79e0d939323: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=96, delays=0.03/0/15/81, dsn=2.0.0, status=sent (250 2.0.0 from mta(smtp:[127.0.0.1]:10025): 250 2.0.0 ok: queued as 76369939322)
may 7 22:15:00 hanzheng postfix/qmgr[85177]: 79e0d939323: removed
may 7 22:15:00 hanzheng postfix/smtp[99601]: c81d4939321: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=98, delays=0.22/0.02/13/85, dsn=2.0.0, status=sent (250 2.0.0 from mta(smtp:[127.0.0.1]:10025): 250 2.0.0 ok: queued as 489ac939322)
may 7 22:15:00 hanzheng postfix/qmgr[85177]: c81d4939321: removed
may 7 22:18:19 hanzheng postfix/scache[100671]: statistics: start interval may 7 22:13:53
may 7 22:18:19 hanzheng postfix/scache[100671]: statistics: domain lookup hits=7 miss=8 success=46%
may 7 22:18:19 hanzheng postfix/scache[100671]: statistics: max simultaneous domains=1 addresses=1 connection=4
127報錯解決方法
編譯安裝php 的時候,執行make報錯誤 make ext phar phar.php error 127 解決的方法如下 vi etc ld.so.conf 在裡面加上一行 usr local lib 2.然後執行 sbin ldconfig sbin ldconfig 編譯make make ...
RequestBody 報錯解決方法
在springmvc中接收的方式就是採用註解 requestbody,比如 responsebody public object api requestbody sampleform form 但有時這個api會丟擲類似the request sent by the client was synta...
npm install 報錯解決方法
我相信很多人在執行npm install的時候都遇到各種各樣的問題,比如以下錯誤 error cb never called error this is an error with npm itself.please report this error at error 解決方法如下 一 首先要以管...