A logistics enterprise recently migrated its mobile infrastructure to enforce secure encrypted channels across all communication services. Field operations staff report that while their tablet mail applications can send outgoing messages without issue, incoming email fails to update when connected to outside networks. Network telemetry indicates that the mobile app is attempting to connect to the mail server on TCP port 143, which is blocked by the gateway firewall under the new security baseline. Which configuration change must be applied to the mobile mail profile to restore secure incoming message synchronization?
- Update the incoming mail server connection to use IMAP with SSL/TLS encryption on TCP port 993.Answer
- BChange the incoming mail protocol to unencrypted POP3 operating over TCP port 110.
- CSwitch the mobile client incoming mail settings from IMAP to POP3 on TCP port 995 to download inbox items directly.
- DIssue a full remote MDM wipe command to clear the SIM card IMSI subscriber registry and refresh network credentials.
Answer
Update the incoming mail server connection to use IMAP with SSL/TLS encryption on TCP port 993.
Updating the incoming mail profile to use IMAP over SSL/TLS on TCP port 993 provides full transport layer encryption while preserving multi-device mailbox synchronization. This directly addresses the firewall restriction blocking unencrypted port 143 connections.
Step-by-Step Solution
Key Concept
Secure Mobile Email Configuration (IMAP over SSL/TLS)