deploy: 4147cf339aa772170f0e007429198dbccdc7d1fb

This commit is contained in:
davegallant
2022-03-14 02:36:14 +00:00
parent a523cdbbfa
commit 20241a13c3
2 changed files with 3 additions and 3 deletions

View File

@@ -174,8 +174,8 @@ personal blog
<p>Synology&rsquo;s MailPlus seems to be a good candidate for backing up this data. By enabling POP3 fetching, it&rsquo;s possible to both retroactively and continually fetch these emails. If a disaster ever did occur, having these emails would be hugely beneficial.</p> <p>Synology&rsquo;s MailPlus seems to be a good candidate for backing up this data. By enabling POP3 fetching, it&rsquo;s possible to both retroactively and continually fetch these emails. If a disaster ever did occur, having these emails would be hugely beneficial.</p>
<p>Installing MailPlus can be done from the Package Center:</p> <p>Installing MailPlus can be done from the Package Center:</p>
<p><img src=/images/backing-up-gmail-with-synology/install-mailplus-server.png alt=image></p> <p><img src=/images/backing-up-gmail-with-synology/install-mailplus-server.png alt=image></p>
<p>Next, go into <strong>Synology MailPlus Server</strong> and on the left, click on <strong>Account</strong> and ensure the user you desire is marked as active.</p> <p>Next, I went into <strong>Synology MailPlus Server</strong> and on the left, clicked on <strong>Account</strong> and ensured my user was marked as active.</p>
<p>Afterwords, simply follow <a href=https://kb.synology.com/en-in/DSM/tutorial/How_should_I_receive_external_email_messages_via_MailPlus>these instructions</a> in order to start backing up gmail emails.</p> <p>Afterwords, I followed <a href=https://kb.synology.com/en-in/DSM/tutorial/How_should_I_receive_external_email_messages_via_MailPlus>these instructions</a> in order to start backing up gmail emails.</p>
<p>When entering the POP3 credentials, I created an <a href=https://myaccount.google.com/apppasswords>app password</a> solely for authenticating to POP3 from the Synology device. This is required because I have 2-Step verification enabled on my account. There doesn&rsquo;t seem to be a more secure way to access POP3 at the moment. It does sound like these 16-digit passcodes are limited in scope for what they can access when MFA is enabled.</p> <p>When entering the POP3 credentials, I created an <a href=https://myaccount.google.com/apppasswords>app password</a> solely for authenticating to POP3 from the Synology device. This is required because I have 2-Step verification enabled on my account. There doesn&rsquo;t seem to be a more secure way to access POP3 at the moment. It does sound like these 16-digit passcodes are limited in scope for what they can access when MFA is enabled.</p>
<p>I made sure to set the <code>Fetch Range</code> to <code>All</code> in order to get all emails from the beginning of time.</p> <p>I made sure to set the <code>Fetch Range</code> to <code>All</code> in order to get all emails from the beginning of time.</p>
<p>After this, mail started coming in.</p> <p>After this, mail started coming in.</p>

File diff suppressed because one or more lines are too long