You could use this code, be aware that if you use some antispam on your Exchange server, some features won't work anymore (reverse DNS, SPF and like) :
New-ReceiveConnector -Bindings 0.0.0.0:25 -RemoteIPRanges 'your firewall NATed IP' -Internet -Name "From Internet" -AuthMechanism Tls -Fqdn 'your public FQDN' -PermissionGroups AnonymousUsers -TransportRole FrontendTransport
A simplier way would be to uncheck all "exchange server" stuff on the "Default Frontend" receive connector on both Auth and Permissions group, but usually I don't like to mess with default connector. It will work if you don't have any Exchange
2007 or 2010 server in your organisation.