AMI -- cannot login because kicked off. connection closed

Why can’t I login as “sendcron” or “cron”? Telnet just kicks me out before I type in the Secret password…

linux-k7qk:~ # 
linux-k7qk:~ # cat /etc/asterisk/manager.conf
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0

[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user,originate
write = system,call,log,verbose,command,agent,user,originate

[updatecron]
secret = 1234
read = command
write = command

[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user
;read = all
write = command

[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user,originate
linux-k7qk:~ # 
linux-k7qk:~ # telnet localhost 5038
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Asterisk Call Manager/1.1
Action: Login
ActionID: 1
Username: sendcron
Secret: Connection closed by foreign host.
linux-k7qk:~ # 

I didn’t close the connection, nor take a long time to enter the password. I think it’s a setting on the server.