[Bug 257197] New: support port-numbers for sieve servers larger than 2000
Julian Bäume
julian at svg4all.de
Wed Nov 17 21:19:13 GMT 2010
https://bugs.kde.org/show_bug.cgi?id=257197
Summary: support port-numbers for sieve servers larger than
2000
Product: Akonadi
Version: 4.5
Platform: openSUSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: IMAP resource
AssignedTo: ervin at kde.org
ReportedBy: julian at svg4all.de
CC: vkrause at kde.org, kdepim-bugs at kde.org
Version: 4.5 (using Devel)
OS: Linux
The official port for sieve is 4190. The port 2000 has been used by some
software (like old kolab versions) but now it had to change, because 2000 is
used by something else. At the moment I have to enter the complete url by hand,
because I can’t choose any ports larger than 2000. I had a look into the
sources and indeed, the maximum value for the SpinBox is set to 2000. This
should be changed to 65535, like if’s done for the other port input-boxes.
The files that need to be changed are
trunk/KDE/kdepim/resources/imap/setupserverview_*.ui
May be, in time, the default value should also be changed from 2000 to 4190.
See http://www.iana.org/assignments/port-numbers for more details. My version
of /etc/services mentions the old sieve port like this:
% cat /etc/services|grep sieve
# Port 2000 is illegal used by sieve
sieve 2000/tcp # Cyrus SIEVE
Reproducible: Always
Steps to Reproduce:
open configure dialog for imap-server
go to filter page
check "server supports sieve"
try to change the port number to any larger value than 2000
Actual Results:
doesn’t work
Expected Results:
i can enter the official port-number
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Kdepim-bugs
mailing list