Enable TLS on smtp.aa.net.uk: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
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== |
||