Create office 365 mail relay connector

Create office 365 mail relay connector

go to Princess j sophie onlyfans exoticbreed210https://outlook.office365.com/ecp/ login as global administrator

step 1: click Mailflow
step 2: click Connectors
step 3: click Add

Office365AddRelayConnector1

step 4: Give the connector a name (eg. AllowRelay)
step 5: Select On-Premise
step 6: Select Restrict domains by IP addresses
step 7: Set sender domain to *
step 8: Set sender ip to your own Wan ip/public ip (Only static ips is allowed)
step 9: Set Accepted domains to your office 365 domain

Office365AddRelayConnector2

now you can use your own mx record eg. youdomain-com.mail.protection.outlook.com as relay server/smarthost without login, and on port 25
Source: http://technet.microsoft.com/en-us/library/dn554323.aspx

Outlook 2013 Stuck Loading profile

rrihanna nude

Outlook 2013 Stuck Loading profile

Outlook 2013 Stuck Loading profile1
(Danish)

Disable hardware acceleration

1. Open regedit
2. Browse to HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0Common
3. Right click on the right panel select “New Key” and name it “Graphics
4. Select Graphics key/folder, right click on the right panel and create a New DWORD (32-bit) Value and name it “DisableHardwareAcceleration”.
5. Set Value to 1

Outlook 2013 Stuck Loading profile reg fix

 

Source: http://community.spiceworks.com/topic/456531-outlook-2013-hangs-loading-profile
Thanks to: timjohnson2 #2

SBS 2008 / Exchange 2007 – Single Common Name SSL Certificate

 

 

 

#Change this value to match the name of the external certificate
$URLName="mail.example.net"
#Change this value to match the real name of the server
$ComputerName="exch-svr"

Get-ClientAccessServer | Set-ClientAccessServer -AutodiscoverServiceInternalUri https://$URLNAME/autodiscover/autodiscover.xml
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -InternalUrl https://$URLNAME/ews/exchange.asmx
Get-OABVirtualDirectory | Set-OABVirtualDirectory -InternalURL https://$URLNAME/OAB -ExternalURL https://$URLNAME/OAB
Get-ActiveSyncVirtualDirectory | Set-ActiveSyncVirtualDirectory -InternalURL https://$URLNAME/Microsoft-Server-ActiveSync -ExternalURL https://$URLNAME/Microsoft-Server-ActiveSync
Set-OutlookAnywhere -identity "$computername\RPC (Default Web Site)" -ExternalHostname $URLNAME

Exchange 2007 (none-SBS):
Set-OWAVirtualDirectory -identity "$computername\owa (Default Web Site)" -InternalURL https://$URLNAME/owa -ExternalURL https://$URLNAME/owa

SBS 2008:
Set-OWAVirtualDirectory -identity "$computername\owa (SBS Web Applications)" -InternalURL https://$URLNAME/owa -ExternalURL https://$URLNAME/owa
Set-UMVirtualDirectory -Identity “$computername\unifiedmessaging (SBS Web Applications)” -InternalUrl https://$URLNAME/unifiedmessaging/service.asmx

Run get-exchangecertificate and note the thumbprint on the new certificate (watch out for dublets!)

Run Enable-exchangecertificate -thumbprint <TUMBPRINT> -services SMTP,IIS,POP,IMAP

Run iisreset

Restart the Microsoft Exchange services

Restart Clients Pc’s
source: http://exchange.sembee.info/2007/install/singlenamessl.asp

Using SRV Record for Exchange 2007/2010 Autodiscover

You can use a SRV record for exchange Autodiscover services, just create a srv record named:

Service: _autodiscover
Protocol: _tcp
Port Number: 443
Host: [Hostname of the server]

Eg.
Host: _autodiscover._tcp.kasperk.it, Port 443, host: mail.kasperk.it

source: http://support.microsoft.com/kb/940881

You can test the configuration here: https://www.testexchangeconnectivity.com/ choosing Outlook Autodiscover

Use Smarthost with Exchange 2003

1. Open Exchange System Manager
2. Select [ServerName], click Protocols, and then click SMTP.
3. Right-click the Default SMTP Virtual Server object, and click Properties.


4. Click the Delivery tab

5. Click Advanced

6. Inset the hostname off the smarthost/relay server


Change Outbound Port:
1. Click Outbound connections

2. Change TCP port to 26

 

Change smtp Receive port Exchange 2003

Here is how you change det Listening port on Exchange 2003

Change Receive Port:
1. Open Exchange System Manager
2. Select [ServerName], click Protocols, and then click SMTP.
3. Right-click the Default SMTP Virtual Server object, and click Properties.
4. On the General tab, click the Advanced button, click the Edit button.

5. Change the port number to port 26

Source: http://support.microsoft.com/kb/274842

Exchange Management Console – The following error occurre while attempting to connect to the specified Exchange server

haulover nude beach bairay92

When you try to open the Exchange Management Console this error occurre:

The following error occurre while attempting to connect to the specified Exchange server sbs2011.domain.local

When you try to open the Exchange Management Console this error occurre:  The following error occurre while attempting to connect to the specified Exchange server

The attempt to connect to http://sbs2011.domain.local/powershell using Kerberos authetication failed: Connecting to remote server failed with the following error message: The WS-Management service cannot process the request. The system load quota of 1000 requests per 2 seconds has been exceeded. Send future request at a slower rate or raise the system quota. The next request from this user will not be approve for at least 1522693632 milliseconds. For more information see the about Remote_Troubleshooting

Fix:

just run iisreset from cmd

iisreset

Change port used by Exchange 2007 / 2010 send connector when using smarthost

Some smarthost providers/smtp relay servers will only allow you to connect to ports other than port 25 or your ISP is blocking outgoing port 25.

In both cases you have to change the SendConnector port, this can’t be done in the exchange management console, so you have to use the Exchange Managment Shell.

List SendConnectors and port nummers:

Get-SendConnector | ft Id*,Sm*s,po*

Change the port for SendConnector:

Set-SendConnector "[SendConnector name]" -port [Port nummer]

eg:

Set-SendConnector “OutboundMail” -port 3535