Posted inLinux Nginx Reverse Proxy for multiple servers Posted by Tim Ng 2022-07-28 Nginx Web server 192.168.0.214 Wordpress 192.168.0.211 Zimbra web email 192.168.0.213 apt install nginx vi /etc/nginx/conf.d/local_domains.conf...
Posted inLinux Zimbra Zimbra using SocketLabs as external SMTP Posted by Tim Ng 2022-07-28 由於家用ISP會Block 25 port而無發外寄郵件, 所以改用外部SMTP, 一個月2000封對於本人已經很足夠 https://cp.socketlabs.com/ 一定要先Add sending domain, 沒有驗證的domain寄不出的 其實只需要Verify via ...
Posted inZimbra Ubuntu 18.04 Zimbra behind NAT Posted by Tim Ng 2022-07-27 Can't receive self domain email behind NAT status=deferred (delivery temporarily suspended: connect to mail.mydomain.com[202.xx.xx.xx]:7025: Connectio...
Posted inActive Directory Windows Disable safeboot after AD restore Posted by Tim Ng 2022-07-26 3台Ad UAT測試, 全部進入safeboot 目前無可用的登入伺服器來服務登入請求 There are currently no logon servers available to service the logon request
Posted inLinux Ubuntu 20.04 LTS enable Routing & NAT Posted by Tim Ng 2022-07-25 sysctl net.ipv4.ip_forward sysctl -w net.ipv4.ip_forward=1 vi /lib/systemd/system/rc-local.service [Install] WantedBy=multi-user.target Alias=rc-local...
Posted inWindows Windows 10 format volume to REFS Posted by Tim Ng 2022-07-22 便用Windows 2019安裝碟開機 diskpart list disk select disk 1 list partition select partition 1 filesystems format fs=refs unit=64k quick 已知問題, Windows 11會自動更新...