Changeset fecfae0


Ignore:
Timestamp:
08/29/2021 09:41:12 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
830b4b31
Parents:
78ccfb02
Message:

fetchmail: Recommend forcing ssl where supported.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r78ccfb02 rfecfae0  
    4545      <para>August 29th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - fetchmail: Recommend using ssl where possible to
     49          ensure that TLS is enforced.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Update to seamonkey-2.53.9 (security update). Fixes
  • networking/mailnews/fetchmail.xml

    r78ccfb02 rfecfae0  
    173173    <sect3>
    174174      <title>Configuration Information</title>
     175
     176      <note>
     177        <para>
     178          If you are connecting to a mailserver that supports SSL/TLS-wrapped
     179          or "implicit" mode on a dedicated port (default 993) you should use
     180          <command>fetchmail --ssl</command> or add the option 'ssl' in an
     181          rcfile.
     182        </para>
     183      </note>
    175184
    176185<screen><userinput>cat &gt; ~/.fetchmailrc &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.