|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I set up a mail server using postfix. I have imap running under xinetd and starts with no errors but when I try to connect: ++++++++++++++++++++++++ telnet 192.168.10.100 110 Trying 192.168.10.100... Connected to 192.168.10.100. Escape character is '^]'. +OK POP3 [192.168.10.100] 2004.89 server ready user jdoe1 -ERR Unknown AUTHORIZATION state command ++++++++++++++++++++++++ This some kind ofSSL thing? SO even setting up an account in the mail client KMAIL, the same error "ERR Unknown AUTHORIZATION state command" is returned. ??? Thanks |
|
|||
|
kholloi@Yahoo.co.uk wrote:
> Hi, > I set up a mail server using postfix. I have imap running under xinetd and > starts with no errors but when I try to connect: > > ++++++++++++++++++++++++ > telnet 192.168.10.100 110 > Trying 192.168.10.100... > Connected to 192.168.10.100. > Escape character is '^]'. > +OK POP3 [192.168.10.100] 2004.89 server ready > user jdoe1 > -ERR Unknown AUTHORIZATION state command > ++++++++++++++++++++++++ > > This some kind ofSSL thing? SO even setting up an account in the mail > client KMAIL, the same error "ERR Unknown AUTHORIZATION state command" is > returned. > > ??? > > Thanks > > > erm where to start? 110 is pop not imap 143 is imap which pop server? what sort of auth - local, ldap etc etc? Can you start the POP server in debug mode? Can you strace it? -- Clive |
|
|||
|
> kholloi@Yahoo.co.uk wrote:
> > Hi, > > I set up a mail server using postfix. I have imap running under xinetd and > > starts with no errors but when I try to connect: > > > > ++++++++++++++++++++++++ > > telnet 192.168.10.100 110 > > Trying 192.168.10.100... > > Connected to 192.168.10.100. > > Escape character is '^]'. > > +OK POP3 [192.168.10.100] 2004.89 server ready > > user jdoe1 > > -ERR Unknown AUTHORIZATION state command > > ++++++++++++++++++++++++ > > > > This some kind ofSSL thing? SO even setting up an account in the mail > > client KMAIL, the same error "ERR Unknown AUTHORIZATION state command" is > > returned. > > > > ??? > > > > Thanks > > > > > > > erm where to start? > > 110 is pop not imap > 143 is imap > > which pop server? > > what sort of auth - local, ldap etc etc? > > Can you start the POP server in debug mode? > > Can you strace it? > -- > Clive mmm. yes. i am using imapd under xinetd. imapd provides pop 2, 3 and imap. Auth is LDAP. IMAP log level is set to debug and nothing significant than the "ERR Unknown AUTHORIZATION state command" error when the user connects and tries to log in. I think it is something to do with SSL. Where do you put the SSL certificates for imapd? Lawrence |
|
|||
|
> > kholloi@Yahoo.co.uk wrote:
> > > Hi, > > > I set up a mail server using postfix. I have imap running under xinetd and > > > starts with no errors but when I try to connect: > > > > > > ++++++++++++++++++++++++ > > > telnet 192.168.10.100 110 > > > Trying 192.168.10.100... > > > Connected to 192.168.10.100. > > > Escape character is '^]'. > > > +OK POP3 [192.168.10.100] 2004.89 server ready > > > user jdoe1 > > > -ERR Unknown AUTHORIZATION state command > > > ++++++++++++++++++++++++ > > > > > > This some kind ofSSL thing? SO even setting up an account in the mail > > > client KMAIL, the same error "ERR Unknown AUTHORIZATION state command" is > > > returned. > > > > > > ??? > > > > > > Thanks > > > > > > > > > > > erm where to start? > > > > 110 is pop not imap > > 143 is imap > > > > which pop server? > > > > what sort of auth - local, ldap etc etc? > > > > Can you start the POP server in debug mode? > > > > Can you strace it? > > -- > > Clive > > > mmm. yes. i am using imapd under xinetd. imapd provides pop 2, 3 and imap. > Auth is LDAP. > IMAP log level is set to debug and nothing significant than the "ERR > Unknown AUTHORIZATION state command" error when the user connects and tries > to log in. > I think it is something to do with SSL. Where do you put the SSL > certificates for imapd? > > Lawrence > > > OK cool. if this will help anybody else: DO: cd /etc/ssl/certs openssl req -new -x509 -nodes -out imapd.pem -keyout imapd.pem openssl req -new -x509 -nodes -out ipop3d.pem -keyout ipop3d.pem This places the certs where imapd can find them. cheers > |
|
|||
|
> mmm. yes. i am using imapd under xinetd. imapd provides pop 2, 3 and imap.
> Auth is LDAP. > IMAP log level is set to debug and nothing significant than the "ERR > Unknown AUTHORIZATION state command" error when the user connects and tries > to log in. What IMAP daemon are thou using? -- .~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Ubuntu 5.10) Linux 2.6.16.16 ^ ^ 17:45:01 up 1 day 2:12 0 users load average: 1.07 1.05 1.01 news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk |
|
|||
|
http://www.google.com.hk/search?hl=e...e+Search&meta= -- .~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Ubuntu 5.10) Linux 2.6.16.16 ^ ^ 17:46:02 up 1 day 2:13 0 users load average: 1.02 1.04 1.00 news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|