Hi,
I have been unable for the last few days to send emails (SMTP, 465) with either Betterbird or Thunderbird. This is happening on my desktop using Leap 15.6. I CAN receive emails (POP, 995). The message returned when trying to send an email is AUP#EML-005 which relates to filtering. No filter is applied anywhere, I checked with my ISP and also spamhaus and nothing is blocked. The message is unrelated to my problem and is probably not relevent.
The programs used are:
DESKTOP
=======
### Betterbird
140.4.0esr-bb13 (64 bits)
www.betterbird.eu
betterbird-140.4.0esr-bb13.fr.linux-x86_64.tar.xz
installed under /home/marc/bin/betterbird
###
### MozillaThunderbird
140.3.0-150200.8.239.1
update-sle (15.6)
http://cdn.opensuse.org/update/leap/15.6/sle?mediahandler=curl2
###
### mailx
12.5-150600.16.3
repo-oss (15.6)
http://cdn.opensuse.org/distribution/leap/15.6/repo/oss?mediahandler=curl2
LAPTOP
======
### MozillaThunderbird
140.3.0-150200.8.239.1
update-sle (15.6)
http://cdn.opensuse.org/update/leap/15.6/sle?mediahandler=curl2
###
NOTE: The profiles where not mixed while doing tests, meaning that a backup was made prior to using a different version of the MUA (140.4.0esr vs 140.3.0).
Using the webmail interface of my ISP, I can send AND receive emails. I can also send emails using mailx from my desktop.
#!/bin/bash
echo "Message has been delivered" > body.txt
/usr/bin/mailx -n -vvv \
-S from="<MY EMAIL>" \
-S sendwait \
-S smtp="smtps://smtp.<MY ISP>:465" \
-S smtp-auth-user="<MY EMAIL>" \
-S smtp-auth-password="<MY PASSWORD>" \
-S smtp-auth="login" \
-S ssl-verify="warn" \
-s "This is a mailx test" \
-c <MY OTHER EMAIL>@protonmail.com \
<MY EMAIL> < body.txt
rm body.txt
exit 0
The problem is not present on my laptop and is also using Leap 15.6. The credentials are the same on both my desktop and laptop. The difference beeing that my laptop is a little bit behind on the updates. Which lead me to believe that an update “might” be causing the problem on my desktop.
On my desktop, creating a new user, or a new profile in either Betterbird or Thunderbird, does not change anything. The problem remains.
My repos are all standard.
marc@tokra:~/temp $ LANG=C zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Keep | Priority | Type | URI | Service
---+---------------------------------+-------------------------------+---------+-----------+---------+------+----------+--------+--------------------------------------------------------------------------------------+---------
1 | Double_Commander | Double Commander | No | ---- | ---- | - | 99 | rpm-md | http://download.opensuse.org/repositories/home:/Alexx2000/openSUSE_Leap_15.5/ |
2 | NVIDIA:repo-non-free | repo-non-free (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.nvidia.com/opensuse/leap/15.6 | NVIDIA
3 | marc | marc | Yes | ( p) Yes | Yes | - | 99 | rpm-md | dir:/home/marc/raidz2/0_programmes/0_mes_packages/0_localrepo/ |
4 | openSUSE:repo-non-oss | repo-non-oss (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/distribution/leap/15.6/repo/non-oss?mediahandler=curl2 | openSUSE
5 | openSUSE:repo-non-oss-debug | repo-non-oss-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/distribution/leap/15.6/repo/non-oss?mediahandler=curl2 | openSUSE
6 | openSUSE:repo-openh264 | repo-openh264 (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Leap?mediahandler=curl2 | openSUSE
7 | openSUSE:repo-oss | repo-oss (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/distribution/leap/15.6/repo/oss?mediahandler=curl2 | openSUSE
8 | openSUSE:repo-oss-debug | repo-oss-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/distribution/leap/15.6/repo/oss?mediahandler=curl2 | openSUSE
9 | openSUSE:repo-oss-source | repo-oss-source (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/source/distribution/leap/15.6/repo/oss?mediahandler=curl2 | openSUSE
10 | openSUSE:update-backports | update-backports (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/update/leap/15.6/backports?mediahandler=curl2 | openSUSE
11 | openSUSE:update-backports-debug | update-backports-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/update/leap/15.6/backports_debug?mediahandler=curl2 | openSUSE
12 | openSUSE:update-non-oss | update-non-oss (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/update/leap/15.6/non-oss?mediahandler=curl2 | openSUSE
13 | openSUSE:update-non-oss-debug | update-non-oss-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/update/leap/15.6/non-oss?mediahandler=curl2 | openSUSE
14 | openSUSE:update-oss | update-oss (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/update/leap/15.6/oss?mediahandler=curl2 | openSUSE
15 | openSUSE:update-oss-debug | update-oss-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/update/leap/15.6/oss?mediahandler=curl2 | openSUSE
16 | openSUSE:update-sle | update-sle (15.6) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://cdn.opensuse.org/update/leap/15.6/sle?mediahandler=curl2 | openSUSE
17 | openSUSE:update-sle-debug | update-sle-debug (15.6) | No | ---- | ---- | - | 99 | N/A | http://cdn.opensuse.org/debug/update/leap/15.6/sle?mediahandler=curl2 | openSUSE
18 | opensuse-guide | libdvdcss | No | ---- | ---- | - | 99 | rpm-md | https://opensuse-guide.org/repo/openSUSE_Leap_15.6/ |
19 | packman | Packman | Yes | (r ) Yes | Yes | - | 90 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.6/ |
20 | sauerland | Sauerland | No | ---- | ---- | - | 99 | rpm-md | http://download.opensuse.org/repositories/home:/Sauerland:/qt4/openSUSE_Leap_15.6/ |
I have been trying a lot of things hoping to fix the problem but I failed. One thing that I tried was to downgrade quite a few packages to have the same versions installed on my laptop. I since then revert all the changes using zypper up.
Here are the informations relative to my desktop and my laptop:
DESKTOP LAPTOP
======= ======
Operating System: openSUSE Leap 15.6 Operating System: openSUSE Leap 15.6
KDE Plasma Version: 5.27.11 KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0 KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12 Qt Version: 5.15.12
Kernel Version: 6.4.0-150600.23.73-default (64-bit) Kernel Version: 6.4.0-150600.23.70-default (64-bit)
Graphics Platform: X11 Graphics Platform: X11
Processors: 16 × Intel® Core™ i9-9900KF CPU @ 3.60GHz Processors: 4 × Intel® Core™ i5-3320M CPU @ 2.60GHz
Memory: 31.1 Gio of RAM Memory: 11.5 Gio of RAM
Graphics Processor: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2 Graphics Processor: Mesa Intel® HD Graphics 4000
Manufacturer: Gigabyte Technology Co., Ltd. Manufacturer: LENOVO
Product Name: Z390 AORUS MASTER Product Name: <REDACTED>
System Version: ThinkPad T530
As you can see, except for the kernel, they’re pretty much the same.
I saw this thread, Dovecot Postfix struggle to send e-mail. The problem could be the same even though the programs involved are different.
If you need any other infos, just let me know.
Hope that someone can help!