On Mon, 7 Dec 2020 22:36:04 +1100, Doug Laidlaw wrote:
Having had all kinds of stange problems wit Mageia 7.1, including no
panel,
It helps to provide the Desktop Environment (DE) on those kinds of problems.
I decided to upgrade to Mageia 8. That made no difference. It
turned out that I had to "lock" the panel; as soon as I did that, the
panel worked again.
I do not see the problem running Xfce as my DE on 7 or 8.
The schily tools archive was corrupted; extracting it again fixed that.
I had never seen that problem and I have a monthly cron job to download
any new release.
My remaining problem is with getmail. I use getmail in a cron job to download POP emails from the server,
My first recommendation is in a test account, use thunderbird to
create an account using the POP gmail server to prove gmail is still allowing POP use.
If so, check the Server Settings against your getmail settings to verify
that they are the same.
so that I can view the headers and
delete the unwanted ones. Then I import the remaining ones to claws-mail.
I can not help you with getmail. I use fetchmail. I have it set to download
all mail, throw it into my Unix/Linux mailbox, and remove from the server for
$ grep thunderbird /etc/passwd | wc -l
6
accounts on my system. One account for each of my accounts on gmail, yahoo, hotmail,....
For any lurkers you create a ~/.fetchmailrc something like
cat ~/.fetchmailrc
# /accounts/fake_name_here
poll "imap.gmail.com" with proto IMAP
user "
[email protected]" there with password "top_secret"
is fake_name_here here
options
ssl # download "seen" and "unseen" messages
fetchall # retrieve old and new messages
stripcr # Strip carriage returns from ends of lines
nokeep # delete new messages after retrieval
#********** end ~fake_name_here/.fetchmailrc ********************
Note: ~/.fetchmailrc perms has to be 600
Snippet from my /local/bin/fetch_mail called from user hourly cron job
_deb_args="--silent"
_serv_timeout_seconds=6
fetchmail --timeout $_serv_timeout_seconds \
$_deb_args > $_err_fn 2>&1
--- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
* Origin: A noiseless patient Spider (2:250/1@fidonet)