[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2018-01-08 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #37 from Fabian Vogt  ---
(In reply to Olivier BELLEUX from comment #35)
> I just updated my opensuse to kde applications 17.12 and kmail refuses to
> send mail from any of my accounts.

ksmtp 17.12.0 in openSUSE contains the STARTTLS fix, but not the EHLO hostname
fix. It will be in the snapshot after the next snapshot.
So: Be patient, it's fixed.
If it isn't, please open a new bug report with some more information.

> Apparently Ksmtp is not ready yet.
> 
> Akonadi is already quite annoying, it was not worth adding.
>
> Frankly Kde-Pim is the only part of the project that puts ko my tux; maybe
> it's time to go to Gnome?

You can use KDE Applications + Desktop just fine without akonadi.
Or you can run KMail on GNOME, whatever you want.
Point is: This does not belong here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2018-01-08 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=387926

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #36 from Laurent Montel  ---
(In reply to Olivier BELLEUX from comment #35)
> I just updated my opensuse to kde applications 17.12 and kmail refuses to
> send mail from any of my accounts.
> 
> Apparently Ksmtp is not ready yet.
> 
> Akonadi is already quite annoying, it was not worth adding.
> 
> Frankly Kde-Pim is the only part of the project that puts ko my tux; maybe
> it's time to go to Gnome?

As wrote it's fixed in 17.12.1 so for sure 17.12.0 is broken...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2018-01-08 Thread Olivier BELLEUX
https://bugs.kde.org/show_bug.cgi?id=387926

Olivier BELLEUX  changed:

   What|Removed |Added

 CC||o.g.m.bell...@gmail.com

--- Comment #35 from Olivier BELLEUX  ---
I just updated my opensuse to kde applications 17.12 and kmail refuses to send
mail from any of my accounts.

Apparently Ksmtp is not ready yet.

Akonadi is already quite annoying, it was not worth adding.

Frankly Kde-Pim is the only part of the project that puts ko my tux; maybe it's
time to go to Gnome?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-23 Thread Urs Joss
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #34 from Urs Joss  ---
Thanks Fabian. The patch (via archlinux ksmtp-17.12.0-2) solves the issue for
me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387926

Fabian Vogt  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/ksm
   ||tp/5199ed07428a03f1aa340da3
   ||ae99fcfa62ba2751
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED FIXED
  Latest Commit||https://commits.kde.org/ksm
   ||tp/ec2afd27c790fbde63a9c2bd
   ||d1f97a59fe04b18e
 Status|CONFIRMED   |RESOLVED

--- Comment #32 from Fabian Vogt  ---
Git commit 5199ed07428a03f1aa340da3ae99fcfa62ba2751 by Fabian Vogt.
Committed on 23/12/2017 at 12:09.
Pushed by fvogt into branch 'Applications/17.12'.

Send the correct hostname with the HELO/EHLO command

Summary:
It sent the server's hostname previously, which some reject.

Test Plan: Ran nc as smtp server, uses the right hostname for EHLO now.

Reviewers: mlaurent, dvratil

Subscribers: #kde_pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D9485

M  +13   -1src/session.cpp

https://commits.kde.org/ksmtp/5199ed07428a03f1aa340da3ae99fcfa62ba2751

--- Comment #33 from Fabian Vogt  ---
Git commit ec2afd27c790fbde63a9c2bdd1f97a59fe04b18e by Fabian Vogt.
Committed on 23/12/2017 at 12:09.
Pushed by fvogt into branch 'Applications/17.12'.

Fix duplicate authentication

Summary:
The response to EHLO triggers an authentication command, but with TLS
two EHLOs are sent: For the 220 from the server and after TLS negotiation.
However, sending it twice results in an unexpected "503 already authenticated"
response which ends up getting parsed by the SendJob, causing confusion.

By leaving the EHLO-resending to the SessionPrivate, the state can be properly
tracked.
Related: bug 388068

Reviewers: mlaurent, dvratil

Subscribers: lbeltrame, cgiboudeaux

Differential Revision: https://phabricator.kde.org/D9476

M  +19   -10   src/session.cpp
M  +1-0src/session_p.h
M  +0-1src/sessionthread.cpp

https://commits.kde.org/ksmtp/ec2afd27c790fbde63a9c2bdd1f97a59fe04b18e

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387926

Fabian Vogt  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/ksm
   ||tp/5199ed07428a03f1aa340da3
   ||ae99fcfa62ba2751
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED FIXED
  Latest Commit||https://commits.kde.org/ksm
   ||tp/ec2afd27c790fbde63a9c2bd
   ||d1f97a59fe04b18e
 Status|CONFIRMED   |RESOLVED

--- Comment #32 from Fabian Vogt  ---
Git commit 5199ed07428a03f1aa340da3ae99fcfa62ba2751 by Fabian Vogt.
Committed on 23/12/2017 at 12:09.
Pushed by fvogt into branch 'Applications/17.12'.

Send the correct hostname with the HELO/EHLO command

Summary:
It sent the server's hostname previously, which some reject.

Test Plan: Ran nc as smtp server, uses the right hostname for EHLO now.

Reviewers: mlaurent, dvratil

Subscribers: #kde_pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D9485

M  +13   -1src/session.cpp

https://commits.kde.org/ksmtp/5199ed07428a03f1aa340da3ae99fcfa62ba2751

--- Comment #33 from Fabian Vogt  ---
Git commit ec2afd27c790fbde63a9c2bdd1f97a59fe04b18e by Fabian Vogt.
Committed on 23/12/2017 at 12:09.
Pushed by fvogt into branch 'Applications/17.12'.

Fix duplicate authentication

Summary:
The response to EHLO triggers an authentication command, but with TLS
two EHLOs are sent: For the 220 from the server and after TLS negotiation.
However, sending it twice results in an unexpected "503 already authenticated"
response which ends up getting parsed by the SendJob, causing confusion.

By leaving the EHLO-resending to the SessionPrivate, the state can be properly
tracked.
Related: bug 388068

Reviewers: mlaurent, dvratil

Subscribers: lbeltrame, cgiboudeaux

Differential Revision: https://phabricator.kde.org/D9476

M  +19   -10   src/session.cpp
M  +1-0src/session_p.h
M  +0-1src/sessionthread.cpp

https://commits.kde.org/ksmtp/ec2afd27c790fbde63a9c2bdd1f97a59fe04b18e

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread kzi
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #31 from kzi  ---
(In reply to Fabian Vogt from comment #30)
> ksmtp sends the server's hostname instead of the local hostname by accident
> with the "EHLO" command. The mail.snafu.de server rejects that immediately,
> but example.com works.
> 
> Please try this workaround to confirm: In the account configuration dialog,
> in the "advanced" tab, enter "example.com" as "Send custom hostname to
> server".

Indeed, that works around my issue. After your hint I learned:

> telnet mail.snafu.de 587
EHLO foo.bar
250-... (ok)
EHLO mail.snafu.de
550 EHLO/HELO not allowed by local policy.
Connection closed by foreign host.

So seemingly /every/ EHLO domain parameter but the server host is accepted!
Thank you so much for this offtopic help!

> Please open a new bug report for that.

I will, now that I have a clue. ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #30 from Fabian Vogt  ---
(In reply to kzi from comment #28)
> I can confirm the issue on Tumbleweed, KMail 5.7.0, server mail.snafu.de
> port 25 or 587. Encryption 'None' or TLS results in Socket error: 2, while
> SSL gives Socket error: 9. TLS/25/PLAIN is autodetected. Provider says 'SSL'
> (but probably means TLS) and above ports.
> 
> The ksmtp patch 17.12.0-3-1 rolled out today noon UTC:
> - Add patch to fix sending of emails over SSL (without STARTTLS):
>   * 0001-Fix-duplicate-authentication.patch
>   * Fixes kde#388068, kde#387926 and boo#1073975
> 
> does ***NOT*** fix this issue for me.

It is indeed a different issue, but it's fairly simple: ksmtp sends the
server's hostname instead of the local hostname by accident with the "EHLO"
command.
The mail.snafu.de server rejects that immediately, but example.com works.

Please try this workaround to confirm: In the account configuration dialog, in
the "advanced" tab, enter "example.com" as "Send custom hostname to server".

Please open a new bug report for that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #29 from Christophe Giboudeaux  ---
(In reply to kzi from comment #28)
> I can confirm the issue on Tumbleweed, KMail 5.7.0, server mail.snafu.de
> port 25 or 587. Encryption 'None' or TLS results in Socket error: 2, while
> SSL gives Socket error: 9. TLS/25/PLAIN is autodetected. Provider says 'SSL'
> (but probably means TLS) and above ports.
> 
Different issue, please open a new bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread kzi
https://bugs.kde.org/show_bug.cgi?id=387926

kzi  changed:

   What|Removed |Added

 CC||k...@snafu.de

--- Comment #28 from kzi  ---
I can confirm the issue on Tumbleweed, KMail 5.7.0, server mail.snafu.de port
25 or 587. Encryption 'None' or TLS results in Socket error: 2, while SSL gives
Socket error: 9. TLS/25/PLAIN is autodetected. Provider says 'SSL' (but
probably means TLS) and above ports.

The ksmtp patch 17.12.0-3-1 rolled out today noon UTC:
- Add patch to fix sending of emails over SSL (without STARTTLS):
  * 0001-Fix-duplicate-authentication.patch
  * Fixes kde#388068, kde#387926 and boo#1073975

does ***NOT*** fix this issue for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread Frank Noack
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #27 from Frank Noack  ---
The patch from  https://phabricator.kde.org/D9476 solves the ssl problem for
me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread Rewarp
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #26 from Rewarp  ---
Quick update. Emails now sent from Fastmail following port number change, but
about half an hour after they were supposed to be sent.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread Rewarp
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #25 from Rewarp  ---
Changing the port for Fastmail to 587 fails to get smtp working.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread SFA
https://bugs.kde.org/show_bug.cgi?id=387926

SFA  changed:

   What|Removed |Added

 CC||sylvain.fa...@inpixal.com

--- Comment #24 from SFA  ---
Confirmed in TUMBLEWEED
Not able to post emails thru SMTP anymore with SSL/LTS and this is a
requirement from my provider.

Restarted everything, from akonadictl to kmail, laptop, etc, etc.

Message from akonadictl : 
org.kde.pim.ksmtp: Socket error: 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-22 Thread SFA
https://bugs.kde.org/show_bug.cgi?id=387926

SFA  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #23 from SFA  ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Frank Noack
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #22 from Frank Noack  ---
Please try port 587 with fastmail

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Rewarp
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #21 from Rewarp  ---
I restarted akonadi and see this error too:

org.kde.pim.ksmtp: Socket error: 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Rewarp
https://bugs.kde.org/show_bug.cgi?id=387926

Rewarp  changed:

   What|Removed |Added

 CC||rew...@thestrayworld.com

--- Comment #20 from Rewarp  ---
OS: openSUSE TUmbleweed
Version: 5.7

I can confirm all my smtp settings are correct for Fastmail and Office365 and
yet only my Google SMTP sends my messages.

smtp.office365.com
TLS; 587;LOGIN

smtp.fastmail.com
TLS; 465; PLAIN

smtp.googlemail.com
TLS; 25; LOGIN

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Frank Noack
https://bugs.kde.org/show_bug.cgi?id=387926

Frank Noack  changed:

   What|Removed |Added

 CC||fgro...@onlinehome.de

--- Comment #19 from Frank Noack  ---
Please check the used port and restart akonadi. Then is should work. Trying to
send e-mail via ssl increases the processor load by akonadi and mysql
extremely.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387926

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=388068

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-21 Thread Jan Wiele
https://bugs.kde.org/show_bug.cgi?id=387926

Jan Wiele  changed:

   What|Removed |Added

 CC||j...@wiele.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387926

stefanpro...@kolabnow.com changed:

   What|Removed |Added

 CC||stefanpro...@kolabnow.com

--- Comment #18 from stefanpro...@kolabnow.com ---
SMTP does not work here either. Error: org.kde.pim.ksmtp: Socket error: 2.
Changing SSL to TLS did not help.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-20 Thread Alex Sidorenko
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #17 from Alex Sidorenko  ---
(In reply to Alex Sidorenko from comment #16)
> Same here - Gmail sending stopped work after upgrade to 17.12 (Ubuntu/Neon)

My settings were based on 'Autodetect', SSL on port 465. After I changed this
manually to TLS/587, sending email works

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-20 Thread Alex Sidorenko
https://bugs.kde.org/show_bug.cgi?id=387926

Alex Sidorenko  changed:

   What|Removed |Added

 CC||alexandre.sidorenko@gmail.c
   ||om

--- Comment #16 from Alex Sidorenko  ---
Same here - Gmail sending stopped work after upgrade to 17.12 (Ubuntu/Neon)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-19 Thread Zoran Dimovski
https://bugs.kde.org/show_bug.cgi?id=387926

Zoran Dimovski  changed:

   What|Removed |Added

 CC||zoki.dimov...@gmail.com

--- Comment #15 from Zoran Dimovski  ---
The same issue tested on 4 different machines (one Manjaro, 3 KDE neon).
After the upgrade nobody could send emails when the outgoing account was using
SSL connection.

Tested all the auth methods with SSL, you can't send email.

On the server side, these are the enable auth methods:
250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5 GSSAPI

The Message on the server side when I try to send email:
SMTP-IN:002DB307: Authentication error: Generic error
SMTP-IN:002DB307: >> 535 Authentication failed
- or
SMTP-IN:002DB262: Authentication error: Account not found locally
SMTP-IN:002DB262: >> 535 Authentication failed

depending on the auth method.

Only GSSAPI has a different error:
421 mailserver.hostname error reading data

My current workaround is _not_ using encryption (port 25, LOGIN or PLAIN auth).

When using TLS I get a popup windows with this info:
The server failed the authenticity check (mailserver.hostname).
The certificate does not apply to the given host
The certificate is not signed by any trusted certificate authority
The certificate has expired

But the certificate is fine, for that host, signed and 2 years more to go.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-19 Thread jread
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #14 from jread  ---
Autodetect fix doesn't change anything for me as KMail connects with my server
then drops the connection, so that isn't the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #13 from tro...@free.fr ---
The "Autodetect" workaround does not work on my end.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Timi
https://bugs.kde.org/show_bug.cgi?id=387926

Timi  changed:

   What|Removed |Added

 CC||eagle.bugs.kde.org@airpost.
   ||net

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Urs Joss
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #12 from Urs Joss  ---
Same here:

Archlinux. Failing to send to mail.gmx.net with the previously working
configuration SSL/Plain on port 465, with or without attachment.

In my case I had to switch to TLS and port 587 to get it back up.

Interestingly the autodetect option switches back to SSL/465 and removes the
tick in checkbox 'server requires authentication'. I don't know how the
previous version of kmail behaved with this functionality, I haven't used it
for quite some time.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Urs Joss
https://bugs.kde.org/show_bug.cgi?id=387926

Urs Joss  changed:

   What|Removed |Added

 CC||tschent...@gmx.ch

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread David E . Narvaez
https://bugs.kde.org/show_bug.cgi?id=387926

David E. Narvaez  changed:

   What|Removed |Added

 CC||david.narv...@computer.org

--- Comment #11 from David E. Narvaez  ---
(In reply to dcg from comment #10)
> I fixed it by going to the outgoing account configuration -> advanced, then
> click "autodetect". It changed my cypher option from SSL to TLS and also the
> port. That made it work.
> 
> It's as if the configuration had been changed or something.

I can confirm this workaround. I don't understand why would the settings change
after an update.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387926

Fabian Vogt  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread dcg
https://bugs.kde.org/show_bug.cgi?id=387926

dcg  changed:

   What|Removed |Added

 CC||dieg...@gmail.com

--- Comment #10 from dcg  ---
I got an error too.

I fixed it by going to the outgoing account configuration -> advanced, then
click "autodetect". It changed my cypher option from SSL to TLS and also the
port. That made it work.

It's as if the configuration had been changed or something.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=387926

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread jread
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #9 from jread  ---
(In reply to jread from comment #8)
> My error is not a socket error but a connection interrupted error, but this
> bug is linked from bug 387926 which is closed as resolved.
> 
> My laptop with 17.08 on still works absolutely fine

Sorry incorrect bug, I referenced this one.

I meant Bug 388005

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread jread
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #8 from jread  ---
My error is not a socket error but a connection interrupted error, but this bug
is linked from bug 387926 which is closed as resolved.

My laptop with 17.08 on still works absolutely fine

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=387926

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #7 from Daniel Vrátil  ---
Socket Error 1 is ConnectionRefusedError, which means it's a problem on the
server. Have you checked your SSL/TLS/port settings?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #6 from Rex Dieter  ---
For an extra data point, setting up a new google account after kmail-17.12.0
installation seems fine (for me, on my fedora 27 box)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread jread
https://bugs.kde.org/show_bug.cgi?id=387926

jread  changed:

   What|Removed |Added

 CC||jon.r...@engo-scs.co.uk

--- Comment #5 from jread  ---
I have a problem sending mail too.  I am using Antergos and have just updated
to KMail 17.12 this morning.

It fails using GMail and also my own hosted server for my business running
Postfix/Dovecot.

I have tried sending a plain text message with no attachments.  My own server
authenticates using STARTTLS on port 587, I believe my GMail is using SSL on
port 465.

My mail.log file just reports that the connection was lost after STARTTLS.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=387926

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387926

Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|CONFIRMED   |UNCONFIRMED
 Ever confirmed|1   |0
Version|5.7.0   |unspecified

--- Comment #4 from Christophe Giboudeaux  ---
Not enough information : 

- which smtp servers were tested ?
- which authentication method ?
- was it a plain text / html message ? Did it contain attachments ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread kmi
https://bugs.kde.org/show_bug.cgi?id=387926

kmi  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||kamika...@web.de
Version|unspecified |5.7.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-18 Thread kmi
https://bugs.kde.org/show_bug.cgi?id=387926

kmi  changed:

   What|Removed |Added

 CC||tro...@free.fr

--- Comment #3 from kmi  ---
*** Bug 388005 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-15 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #2 from Jan-Matthias Braun  ---
For another account using SMTP, I am seeing another error in the notification
widget. Instead of getting a "1", as for the original report, I am seeing
"Serverfehler", the German translation of Server error, in the notification
window, but unluckily no debug output in the terminal.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-15 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=387926

--- Comment #1 from Jan-Matthias Braun  ---
Further tests with another account revealed, that sending via the EWS resource
works.

So does sending via a local mail dispatcher, like ssmtp or nullmailer. Although
akonadi/kmail2 seems to run into problems with sendmail compatibility issues of
those.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1

2017-12-15 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=387926

Jan-Matthias Braun  changed:

   What|Removed |Added

   Severity|normal  |grave

-- 
You are receiving this mail because:
You are the assignee for the bug.