[% SET txt_password = locale.maketext('Use the email account’s password.'); IF mail_client_settings.from_archiving || mail_client_settings.inbox_username.match('_mainaccount@') || !mail_client_settings.inbox_username.match('@'); SET txt_password = locale.maketext('Use your [asis,cPanel] password.'); END; %] [%# If you change this file be sure to update /usr/local/cpanel/etc/icontact_templates/Mail/ClientConfig.html.tmpl and run /usr/local/cpanel/build-tools/test_icontact_notifications --type=Mail::ClientConfig %] [% SET table_props = 'style="border-collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; background-color: transparent; max-width: 100%;"' %] [% SET td_props = 'style="border-top: 1px solid #ddd; padding: 8px;"' %] [% SET li_props = 'style="display: inline-block; padding-left: 5px; padding-right: 5px;"' %] [% SET ul_props = 'style="margin-bottom: 10px; margin-top: 0; list-style: outside none none; margin-left: -5px; padding-left: 0;"' %] [% IF !in_html_email %] [% END %]

[% locale.maketext('Mail Client Manual Settings') %]

[% IF CPANEL.appname %]

[% locale.maketext('If you do not see an auto-configuration script for your client in the list above, you can manually configure your mail client using the settings below.') %] [% locale.maketext('We recommend that you use [output,acronym,IMAP,Internet Message Access Protocol] and [output,abbr,SMTP,Simple Mail Transfer Protocol] for your email account rather than [asis,ActiveSync] unless you are on [asis,Android] and need calendar and contacts support or push updates.') %]

[% END %]
[% locale.maketext('Secure [output,abbr,SSL,Secure Sockets Layer]/[output,abbr,TLS,Transport Layer Security] Settings') %] [% locale.maketext('(Recommended)')%]
[% IF !mail_client_settings.from_archiving %] [% END %]
[% locale.maketext('Username:') %] [% mail_client_settings.inbox_username %]
[% locale.maketext('Password:') %] [% txt_password %]
[% locale.maketext("Incoming Server:") %] [% mail_client_settings.inbox_host.html() %]
  • [% locale.maketext('[output,acronym,IMAP,Internet Message Access Protocol] Port: [_1]',993) %]
  • [% IF !mail_client_settings.from_archiving %]
  • [% locale.maketext('[output,acronym,POP3,Post Office Protocol 3] Port: [_1]',995) %]
  • [% END %]
[% locale.maketext("Outgoing Server:") %] [% mail_client_settings.smtp_host.html() %]
  • [% locale.maketext("[output,abbr,SMTP,Simple Mail Transfer Protocol] Port: [_1]", mail_client_settings.smtp_port) %]
[% SET auth_reqd_protocols = ['IMAP']; -%] [% IF !mail_client_settings.from_archiving %] [% auth_reqd_protocols.push('POP3', 'SMTP') -%] [% END -%]
[% locale.maketext("[list_and,_1] [numerate,_1,requires,require] authentication.", auth_reqd_protocols) %]
[% IF mail_client_settings.activesync_available %]
[% locale.maketext('[asis,ActiveSync] [output,abbr,SSL,Secure Sockets Layer]/[output,abbr,TLS,Transport Layer Security] Settings (for [asis,Android])') %]
[% locale.maketext('Username:') %] [% mail_client_settings.inbox_username %]
[% locale.maketext('Password:') %] [% txt_password %]
[% locale.maketext("ActiveSync Server:") %] [% mail_client_settings.inbox_host.html() %]
  • [% locale.maketext('[asis,ActiveSync] Port: [_1]', mail_client_settings.activesync_port.html()) %]
[% END %]
[% IF !in_html_email && mail_client_settings.has_plaintext_authentication %]
[% locale.maketext('Show Non [asis,SSL/TLS] Settings') %] 
[% END %] [% IF mail_client_settings.has_plaintext_authentication %] [% END %]