Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Enable TLS on smtp.aa.net.uk: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
mNo edit summary
Andy (talk | contribs)
m Updated mutt section
Line 54: Line 54:
== Mutt ==
== Mutt ==
Mutt will your your machine's local MTA (eg sendmail, exim, postfix etc) - so look at the documentation for that for more information.
Mutt will your your machine's local MTA (eg sendmail, exim, postfix etc) - so look at the documentation for that for more information.

Typically, you can enable TLS with the following entries in your .muttrc:
<syntaxhighlight lang=shell>
set ssl_starttls=yes
set ssl_force_tls=yes
</syntaxhighlight>

You will also need to ensure that you have specified port 587 at the end of the smtp_url.


== Other Email programs==
== Other Email programs==