Summary
Configure SMS email delivery for FDE Windows Mobile.
Details
To enable a local PolicyServer to relay emails for SMS and email delivery:
- Log in to the console of the Windows Server 2003 PolicyServer as a local administrator.
- Click Start > Control Panel > Add/Remove Programs.
- Select Add/Remove Windows Components.
- Click Application Server, and then click Details.
- Click Internet Information Services (IIS) and click Details.
- Mark the SMTP Service check box.
- Click OK > Next.
- Browse the location of the Windows Server 2003 Setup files or installation disc if prompted.
- Click Finish and close the Add/Remove Programs window.
- Click Start > Administrative Tools > Computer Management.
- Expand Services and Applications > Internet Information Services (IIS) Manager.
- Right-click Default SMTP Virtual Server and click Properties.
- Click Enable Logging to assist future troubleshooting if necessary.
- Select the Access tab and click Connection.
- Mark the Only the list below radio button.
- Click Add.
- Enter 127.0.0.1 in the IP address field and click OK.
- Repeat the above steps for the other IP addresses on the local server and click OK.
- Click Relay, and then click Add.
- Enter 127.0.0.1 in the IP address field and click OK.
- Select the Delivery tab.
- Enter the psproxy.<yourdomain>.<com/org> in the Masquerade domain field and click OK.
- Open the PolicyServer MMC.
- Navigate to Enterprise Policies > PolicyServer PDA > Email.
- Click SMTPServerName and enter 127.0.0.1 for the SMTPServerName.
- Click Apply, and then click OK.
- Expand SMS and click SMTPServerName.
- Enter 127.0.0.1 for the SMTPServerName and click Apply.
- Click OK.
For best results, a sender policy framework (spf hereafter) DNS entry should be created:
- Open the DNS Management Console.
- Right-click the forward lookup zone for your domain.
- Click Other New Records.
- Select Text (TXT) and leave the Record Name field blank.
- Enter "v=spf1 ip4:<your external PolicyServer ip here> -all".
- Click OK.
To create an spf record in other DNS Servers such as BIND consult the vendor or distro documentation.