狀況:
IE 出現 "這個網頁正在存取非其控制下的資訊" 的提示訊息。
解法:
1. 在 [工具] 功能表上按一下 [網際網路選項]。
2. 在 [安全性] 索引標籤中,按一下 [網際網路],然後按一下 [自訂層級]。
3. 在 [安全性設定] 清單中的 [雜項] ,變更 跨網域存取資料來源,改為 停用(或啟用)。
4. 按一下[確定]以關閉 [安全性設定] 對話方塊。
Reference:
企業金融網 Q&A 100 的 Q20
2015年12月31日 星期四
2015年12月22日 星期二
Exchange 2010 resource for meeting room booking
用這個步驟新增會議室
Exchange Server 2010 Room Mailboxes Step by Step Guide
Add Management to owner
Add Meeting Room 1 to Outlook Calendar and set permission
Exchange Server 2010 Room Mailboxes Step by Step Guide
Add Management to owner
Add Meeting Room 1 to Outlook Calendar and set permission
Mantis mail sending log for debug
Reference:
Not send email
modify config_defaults_inc.php or add these to config_inc.php.
$g_log_level = LOG_EMAIL;
Not send email
modify config_defaults_inc.php or add these to config_inc.php.
$g_log_level = LOG_EMAIL;
$g_log_destination = 'file:c:/temp/maillog.txt';
2015年12月17日 星期四
Exchange 2010 allow internal anonymous relay
Reference:
How to Configure a Relay Connector for Exchange Server 2010
How to anonymously Relay in Exchange Server 2007/ 2010
Exchange Management Console / Server configuration / Hub Transport
=> New Receive Connector (Ex: myRelay)
Local Network Setting: 用預設值
Remote Network Setting: 將預設值刪除,新增內部特定 IP address
Permission Group: Anonymous Users
Authentication: 全部取消
開啟 Exchange Management Shell
Get-ReceiveConnector “myRelay” | Add-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “Ms-Exch-SMTP-Accept-Any-Recipient”
How to Configure a Relay Connector for Exchange Server 2010
How to anonymously Relay in Exchange Server 2007/ 2010
Exchange Management Console / Server configuration / Hub Transport
=> New Receive Connector (Ex: myRelay)
Local Network Setting: 用預設值
Remote Network Setting: 將預設值刪除,新增內部特定 IP address
Permission Group: Anonymous Users
Authentication: 全部取消
開啟 Exchange Management Shell
Get-ReceiveConnector “myRelay” | Add-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “Ms-Exch-SMTP-Accept-Any-Recipient”