Journal of Bringing a Lightweight Personal Mail Server Back to Life After IP Blacklisting – Journal 1

Everything works fine with my mail server, but I can’t send emails to Microsoft Outlook addresses. Copilot suggested trying Microsoft Exchange Online (Plan 1) to help relay my emails. Since it’s a reasonably priced option—around $50 per year—I decided to give it a shot. I …

美國股票篩選器

finviz 就不解釋自己研究!!美國股票篩選器, 就不解釋自己研究!! gurufocus 另一個篩選器 Book/sh:  每股資產淨值 P/B 股價淨值比 (PB比) : 股價相對於每股淨值的比例,表示這間公司的最新股價是淨值的幾倍。 EPS 每股收益 Earnings Per Share 計算方式:每股收益=利潤/總股數 ROE 凈資產收益率 Rate of Return on Common Stockholders Equity 計算方式:凈資產收益率= 稅後利潤/凈資產 PE市盈率 Price to Earning Ratio 計算方式:市盈率= 股票的價格/每股收益 PEG 市盈率相對盈利增長比率 Price/Earnings to Growth Ratio 計算方式:PEG = 市盈率/盈利增長比率 …

設定備份郵件伺服器( setup postfix backup mail server )

建了兩台email server, 一台做主機IP:123.123.123.123, 一台做備機IP:456.456.456.456 兩部機器原來就都可以寄信 第一步就是去DNS管理中心像我是在godaddy, 選到your-domain.com加個MX紀錄給備機    MX  mx2.your-domain.com 接著開始設定main.cf , 把##########下面這些加進去 不過要注意這些參數有沒有和原來的重複, 有的話加#把原來的停用 備份機 /etc/postfix/main.cf ########################################## relay_domains = your-domain.com myhostname = mx2.your-domain.com mydestination = $myhostname, mx2.your-domain.com , localhost, localhost.localdomain, localhost relay_recipient_maps = hash:/etc/postfix/relay_recipients #啟動TLS加密 這個我有買ssls.com的 ssl網頁加密, 直接用就好了 smtpd_tls_cert_file=/etc/ssl/mx2_your-domain_com_key.crt smtpd_tls_key_file=/etc/ssl/mx2_your-domain_com_key.txt smtpd_tls_security_level=may smtpd_tls_protocols = !SSLv2, …