Bug 291027 - kio_sieve still uses port 2000 as default instead of 4190
Summary: kio_sieve still uses port 2000 as default instead of 4190
Status: RESOLVED FIXED
Alias: None
Product: kdepimlibs
Classification: Applications
Component: mailtransport (show other bugs)
Version: 4.8
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 06:40 UTC by Andreas Roth
Modified: 2012-01-12 20:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.8


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Roth 2012-01-09 06:40:04 UTC
Version:           4.8 (using Devel) 
OS:                Linux

When no port is specified in the URL (e.g. sieve://mailserver/) the 'old' sieve port 2000 is used instead of the IANA assigned port 4190.
In the system services db the service sieve is listed as:
# getent services sieve
sieve                 4190/tcp



Reproducible: Always

Steps to Reproduce:
- open dolphin
- enter sieve://mailserver/ as url
- wait until timeout occurs

- open dolphin
- enter sieve://mailserver:4190/ as url
- wait a bit until all scripts are listed


Actual Results:  
Connecting to sieve server only works when the sieve port 4190 is specified in the url sieve://mailserver:4190/

Expected Results:  
It should work without specifing the port manually. e.g. sieve://mailserver/
Comment 1 Allen Winter 2012-01-12 20:47:00 UTC
Git commit 1ad66cefcadafb95a2c7d344c6070d0807785b52 by Allen Winter.
Committed on 12/01/2012 at 21:44.
Pushed by winterz into branch 'master'.

Change the default ManageSieve port from 2000 to 4190, per IANA.
FIXED-IN: 4.8
MERGE: 4.8

M  +1    -1    libksieve/kmanagesieve/session.cpp
M  +1    -1    libksieve/ksieveui/imapresource.kcfg

http://commits.kde.org/kdepim/1ad66cefcadafb95a2c7d344c6070d0807785b52
Comment 2 Allen Winter 2012-01-12 20:57:11 UTC
Git commit 32ec7f32b3ce9be58c97f7e5762adac5c1a9aeae by Allen Winter.
Committed on 12/01/2012 at 21:44.
Pushed by winterz into branch 'KDE/4.8'.

Change the default ManageSieve port from 2000 to 4190, per IANA.
FIXED-IN: 4.8
MERGE: 4.8
(cherry picked from commit 1ad66cefcadafb95a2c7d344c6070d0807785b52)

M  +1    -1    libksieve/kmanagesieve/session.cpp
M  +1    -1    libksieve/ksieveui/imapresource.kcfg

http://commits.kde.org/kdepim/32ec7f32b3ce9be58c97f7e5762adac5c1a9aeae