Test SMTP TLS with OpenSSL with Auth
On a linux box type these two commands The command will return with the username and password in base64 format.Example: So now you need to telnet with OpenSSL to the mailserver: After you have...
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
On a linux box type these two commands The command will return with the username and password in base64 format.Example: So now you need to telnet with OpenSSL to the mailserver: After you have...
1 |
New-ReceiveConnector -Name RelayConnector -usage Custom -Bindings ’192.168.1.10:25′ -fqdn server.domain.com -RemoteIPRanges 192.168.1.20 -server MYEXCHANGESERVER -permissiongroups ExchangeServers -AuthMechanism ‘TLS, ExternalAuthoritative’ |
The easist way is just to run this command in powershell: Where: 192.168.1.10:25 is the IP address of the Exchange server 192.168.1.20 is the ip of the clients how need access to relay...
Hvis du ikke kan finde frem til din SMTP Server, så kan dette værktøj måske hjælpe dig: Find din SMTP Server
Sidste kommentar