vmkfstools -i /vmfs/volumes/datastore1/ms2/ms2.vmdk /vmfs/volumes/nfs_datastore/ms2/ms2.vmdk -d thin
vmkfstools -i /vmfs/volumes/nfs_datastore/ms2/ms2.vmdk /vmfs/volumes/datastore1/ms2/ms2.vmdk -d thin

helloworld 發表在 痞客邦 留言(0) 人氣()





中華民國102年09月、10月 統一發票中獎號碼













































特別獎 46486534
八位數號碼與上列號碼相同者獎金一千萬元
特獎 06509701
八位數號碼與上列號碼相同者獎金二百萬元
頭獎 73803 836
48342 247
12784 009

八位數號碼與上列號碼相同者獎金二十萬元
貳獎 末七碼與頭獎相同者各得獎金四萬元
參獎 末六碼與頭獎相同者各得獎金一萬元
肆獎 末五碼與頭獎相同者各得獎金四千元
伍獎 末四碼與頭獎相同者各得獎金一千元
陸獎 末三碼與頭獎相同者各得獎金二百元
增開陸獎 316、226
兌獎日期 2013/12/6 ~ 2014/3/5

本對獎單如有排印錯誤, 以財政部開獎紀錄為準。





helloworld 發表在 痞客邦 留言(0) 人氣()

折價券序號:DWYMUDcX,金額:50元
結帳滿599並至少一商品滿百即可折抵
使用期限 2013-11-14~2013-11-14

helloworld 發表在 痞客邦 留言(0) 人氣()

修改設定檔
vi main.cf
smtpd_tls_mandatory_protocols = !SSLv2
smtpd_tls_protocols = !SSLv2
lmtp_tls_mandatory_protocols = !SSLv2
lmtp_tls_protocols = !SSLv2

重啟postfix
測試
openssl s_client -connect 127.0.0.1:25 -starttls smtp -ssl2
openssl s_client -connect 127.0.0.1:25 -starttls smtp -ssl3
openssl s_client -connect 127.0.0.1:25 -starttls smtp -tls1

helloworld 發表在 痞客邦 留言(0) 人氣()

修改apache設定檔
vi /usr/local/etc/apache22/extra/httpd-ssl.conf
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
測試
openssl s_client -ssl2 -connect 127.0.0.1:443
CONNECTED(00000003)
19783:error:1407F0E5:SSL routines:SSL2_WRITE:ssl handshake failure:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s2_pkt.c:428:
openssl s_client -tls1 -connect 127.0.0.1:443
openssl s_client -ssl3 -connect 127.0.0.1:443

helloworld 發表在 痞客邦 留言(0) 人氣()

530 5.7.1 Client was not authenticated
寄信到exchange回應
Oct 29 11:36:17 ms122 postfix/smtp[90653]: E8CD511871D4: to=<xxx@xxx.xxx>, relay=192.168.2.13[192.168.2.13]:25, delay=6.9, delays=0.1/0.02/1.8/5, dsn=5.7.1, status=bounced (host 192.168.2.13[192.168.2.13] said: 530 5.7.1 Client was not authenticated (in reply to MAIL FROM command))
因為exchange不接受匿名使用者的郵件
解決方法:
開啟EMC -> 伺服器設定 -> 集線傳輸 -> 選擇default 傳送連接器 -> 權限群組 -> 勾選匿名使用者 -> 確定
如果設定完仍然沒有生效建議重開機再測試
 
Exchange Server 2016工作現場實戰寶典:資安防護x高可用性x法遵管理x混合雲架構
作者: 顧武雄  
出版社:碁峰  

helloworld 發表在 痞客邦 留言(0) 人氣()

Oct 14 07:25:51 imail postfix/smtp[630]: A525###651C: to=<######@gmail.com>, relay=gmail-smtp-in.l.google.com[2607:f8b0:400e:c01::1a]:25, delay=5.7, delays=0.13/0.02/1.3/4.2, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[2607:f8b0:400e:c01::1a] said: 550-5.7.1 [2001:4420:xxx:xxx::xxx      16] Our system has detected that this 550-5.7.1 message does not meet IPv6 sending guidelines regarding PTR records 550-5.7.1 and authentication. Please review 550-5.7.1 https://support.google.com/mail/?p=ipv6_authentication_error for more 550 5.7.1 information. a1si30721paf.121 - gsmtp (in reply to end of DATA command))
這是因為沒有設定ipv6的反解紀錄
記得,ipv6也是要設定PTR喔...

helloworld 發表在 痞客邦 留言(0) 人氣()



中華民國102年07月、08月 統一發票中獎號碼













































特別獎 71895847
八位數號碼與上列號碼相同者獎金一千萬元
特獎 04949941
八位數號碼與上列號碼相同者獎金二百萬元
頭獎 04532 693
52951 166
82155 062

八位數號碼與上列號碼相同者獎金二十萬元
貳獎 末七碼與頭獎相同者各得獎金四萬元
參獎 末六碼與頭獎相同者各得獎金一萬元
肆獎 末五碼與頭獎相同者各得獎金四千元
伍獎 末四碼與頭獎相同者各得獎金一千元
陸獎 末三碼與頭獎相同者各得獎金二百元
增開陸獎 715
兌獎日期 2013/10/6 ~ 2014/1/5

本對獎單如有排印錯誤, 以財政部開獎紀錄為準。



helloworld 發表在 痞客邦 留言(0) 人氣()

美國寄信
因為美國部分isp會擋tcp 25 port
所以從台灣帶notebook到美國出差的朋友往往就沒有辦法用原來的email寄信
解決方法
讓mail server可以listen tcp 587
幾個做法可以達成
1. 修改防火牆, 讓public ip 的tcp 25,587 都同時mapping到 tcp/25
2. 走vpn回來 (沒試過,理論上可以)
3. 如果是postfix,/usr/local/etc/postfix/master.cf
smtp      inet  n       -       n       -       -       smtpd
submission inet n      -       n       -       -       smtpd
並重新啟動postfix
最後修改outlook設定,smtp從25 port改成587 port
 

helloworld 發表在 痞客邦 留言(0) 人氣()

開啟exchange 2010 pop3服務
1. 開啟EMC exchange 管理主控台
2. 伺服器設定->用戶端存取->POP3和IMAP4->POP3->驗證->登入方法->純文字登入(基本驗證)(P)。不需要TLS連線,用戶端即可向伺服器進行驗證。
3. 服務->Microsoft Exchange POP3 啟用
 

helloworld 發表在 痞客邦 留言(0) 人氣()

如果遇到機器效能不好,帳號又很多的時候
每次修改完帳號資訊要建立資料庫的時候往往可能要很長一段時間
可以試試以下的參數
增加cache
pwd_mkdb -s 40m /etc/master.passwd
指定update某個user
pwd_mkdb -u ethan /etc/master.passwd

helloworld 發表在 痞客邦 留言(0) 人氣()

以下是官方的說法
http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=2021185&sliceId=2&docTypeID=DT_KB_1_1&dialogID=47664405&stateId=1%200%2047668267
Time counter stops in a FreeBSD virtual machine running on an ESXi 5.0 host (2021185)
如果是安裝FreeBSD 9.x的guest os應該會出現下面的錯誤訊息
[root@ms122] ~# sysctl sysctl kern.timecounter.hardware=ACPI-safe
kern.timecounter.hardware: HPET
sysctl: kern.timecounter.hardware: Invalid argument
修改成以下的指令即可
[root@ms122] ~# sysctl -a | grep timecount
[root@ms122] ~# sysctl sysctl kern.timecounter.hardware=ACPI-fast
kern.timecounter.hardware: HPET -> ACPI-fast

helloworld 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。