LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Command stream end of file (https://www.linuxquestions.org/questions/linux-software-2/command-stream-end-of-file-87022/)

tinaa 08-29-2003 12:42 PM

Command stream end of file
 
Hello All,

I am using outlook Express for my mails, The mail server is a Linux Redhat
7.3 box with Qmail and
cyrus-sasl-1.5.24-25
cyrus-sasl-devel-1.5.24-25
cyrus-sasl-plain-1.5.24-25
cyrus-sasl-md5-1.5.24-25
imap-2001a-10

When i try to connect to the mail server it pops-up the login window for
Username and passwd , i entered the correct login name and passwd but still
it does not accept it.
When i checked for the logs here is what it says :
Aug 29 20:38:26 eric ipop3d[3330]: pop3 service init from 66.230.226.123
Aug 29 20:38:31 eric ipop3d[3330]: Command stream end of file while reading
line user=gbounce@domain.com host=[61.11.23.201]

When i use Webmail (Sqwebmail) the same thing works fine !

Why POP3 is not allowing outlook to check the mails....

The error means that the TCP connection has broken or the user didn;t logged
out properly etc... also somebody said that might be a DOS attack but that
is not the case..

Any help would be appreciated.

Thank you,
Tina.

david_ross 08-29-2003 01:02 PM

AFAIK Sqwebmail is based on IMAP yet it looks like you are connecting to pop with outlook. Try using outlook with IMAP. If that works then take a look at your pop config.

tinaa 08-29-2003 01:12 PM

Thanks,

How do i use Outlook with Imap ?
Here is my Pop3 config i suppose this is right =>

[root@eric drive2]# cat /etc/xinetd.d/pop3s
# default: off
# description: The POP3S service allows remote users to access their mail \
# using an POP3 client with SSL support such as fetchmail.
service pop3s
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += HOST DURATION
log_on_failure += HOST
}

and pam.d is
[root@eric drive2]# cat /etc/pam.d/pop
#%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
account required /lib/security/pam_stack.so service=system-auth

I also added the Entry in /etc/hosts.allow
pop3: ALL

Still no use!

david_ross 08-29-2003 01:15 PM

When configuring the e-mail client just select IMAP as the protocol not POP3.

tinaa 08-29-2003 01:41 PM

Hello,

I disabled pop3 and used Imap
Here is the Error Outlook gives
The server responded with an error. Account: 'mail.domain.com', Server: 'mail.domain.com', Protocol: POP3, Server Response: '* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN] [66.230.226.123] IMAP4rev1 2001.315rh at Sat, 30 Aug 2003 00:38:54 -0400 (EDT)', Port: 143, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC90

Thanks

david_ross 08-29-2003 01:45 PM

Somethign funny is happening since outlook seems to think it is still using pop3 "Protocol: POP3". I would double check your config and make sure you didn;t just change the port numbers. If that doesn't work then try with Mozilla or a different client.

tinaa 08-29-2003 01:55 PM

Sorry Now I am Using Imap and here is the error:

LOGIN failed

Configuration:
Account: 66.230.226.123
Server: 66.230.226.123
User name: gbounce@domain.com
Protocol: IMAP
Port: 143
Secure(SSL): 0
Code: 800cccd1

Thanks!

david_ross 08-29-2003 02:07 PM

I have no idea what that code is. Maybe you should try it with a different client to see if it is a client or server issue.

tinaa 08-29-2003 02:15 PM

Hey I am using Sqwebmail where it works ! and Fails When Used Outlook Express.

And it seems that now sqwebmail is also noit working when i disabled pop3 and re-enanbled it.


All times are GMT -5. The time now is 07:04 PM.