Webmail3 can be configured easily using domain SRV records for any mailbox.
Webmail3 authenticates provided credentials with your IMAP host server using STARTTLS/SSL and "normal-password".
To process outgoing emails, Webmail3 connects using STARTTLS/SSL and "normal-password" to your SMTP host server.
Follow these three easy steps to setup DNS SRV records for webmail3 access.
Find your 'email imap and smtp hosts' on your email service provider's platform.
Enter following DNS record for IMAP. Replace 'mail.example.com' with your host IMAP URL. Ports 993 (SSL) and 143 (STARTTLS) are supported.
Name Type Priority Weight Port Host
_imaps._tcp SRV 0 100 993 mail.example.com.
Enter following DNS record for SMTP. Replace 'mail.example.com' with your host SMTP URL. Ports 465 (SSL) and 587 (STARTTLS) are supported.
Name Type Priority Weight Port Host
_submission._tcp SRV 0 100 587 mail.example.com.
Enter your email address to lookup DNS SRV records