openSUSE Forums > Archives > SF Archives > ARCHIVES - Network/Internet » -err Unknown Authorization State Command

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Network/Internet Questions regarding network or Internet configuration and use in SUSE Linux

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-Apr-2007, 06:20
Raynus
Guest
 
Posts: n/a
Default

i've telnet to port 110
and got this error

Trying 172.29.4.73...
Connected to 172.29.4.73.
Escape character is '^]'.
+OK POP3 [172.29.4.73] 2004.89 server ready
user glade
-ERR Unknown AUTHORIZATION state command

i'm using imap on suse 10.2 ,here is the imap config file




#
# imap - pop2 mail daemon
#
service pop2
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/ipop2d
flags = IPv4
}

#
# imap - pop3 mail daemon
#
service pop3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/ipop3d
flags = IPv4
}

#
# imap - pop3 mail daemon over tls/ssl
#
service pop3s
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/ipop3d
flags = IPv4
}

#
# imap - imap mail daemon
#
service imap
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/imapd
flags = IPv4
}

#
# imap - imap mail daemon over tls/ssl
#
service imaps
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/imapd
flags = IPv4
}

what happend to my suse?

thx for help.
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2