On Mon, Apr 11, 2011 at 10:14:56AM +0200, [email protected] wrote: > Is there any limit to the port length in an imap url? > > My email server is configured at port 52003. If I use this url: > > imaps://llistes.generatech.org:52003 > > I get an error about not being a valid url. On the other hand, if I use > > imaps://llistes.generatech.org:5200 > > I get connection refused. > > Could it be the port length?
My guess is that it is because that is from a range reserved for private/dynamic use. See: http://www.iana.org/assignments/port-numbers "The Dynamic and/or Private Ports are those from 49152 through 65535" Regards, Leo
