A network technician is deploying a corporate Multifunction Device (MFD) to support secure Scan-to-Email using authenticated SMTP over TLS with a cloud-based email provider. In what logical sequence should the technician perform the following steps to complete the configuration?
- 1Verify TCP/IP network settings and specify valid internal DNS server addresses on the MFD.
- 2Import the email provider's Root CA certificate into the MFD's trusted certificate store.
- 3Configure the remote SMTP server FQDN, set the submission port to 587, and enable STARTTLS encryption.
- 4Enter the dedicated service account login credentials for SMTP user authentication.
- 5Execute a test scan-to-email transaction from the MFD control panel to verify message delivery.
Answer
The correct order of steps is: 1) Verify TCP/IP network settings and specify valid internal DNS server addresses on the MFD; 2) Import the email provider's Root CA certificate into the MFD's trusted certificate store; 3) Configure the remote SMTP server FQDN, set the submission port to 587, and enable STARTTLS encryption; 4) Enter the dedicated service account login credentials for SMTP user authentication; 5) Execute a test scan-to-email transaction from the MFD control panel to verify message delivery.
The configuration follows a standard system dependency hierarchy: basic IP and DNS name resolution must be established first, followed by cryptographically trusting the remote server (Root CA), setting up encrypted protocol endpoints (SMTP port 587 with STARTTLS), applying user authentication credentials, and finally performing functional validation.
Step-by-Step Solution
Key Concept
Multifunction Device Network Scan-to-Email Configuration