Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Well no problem, but I think you should also change the foo.bar.com :)
Unless your mail server FQDN is foo.bar.com heh :) I suspect not though...
If you want to use courier-imap then look from google "courier-imap
xinetd" or with similar keywords to get sample configurations. Shouldnt be
hard. The standart qmail only has pop3d so you wont be able to use imap
with this configuration. (if you dont require it or want it then just
disable imap in xinetd since it will not work)

Well, good luck in future. I hope you wont have anymore problems :)
Evren

On Sat, 30 Aug 2003, System wrote:

> 
> - Original Message -
> From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> To: "System" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, August 31, 2003 1:11 AM
> Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> 
> 
> > Did you ever think about how can your pop3/imap servers would know about
> > your vpopmail configuration?
> > I mean those programs you are trying to use are designed to work with
> > system accounts...Plus its doubtful that your imap/pop3 server supports
> > maildir format.
> >
> > Try to set your pop3 service something like this, changing the paths of
> > course (found from google searc of "qmail-pop3d xinetd vchkpw")
> >
> > service pop3
> > {
> > disable  = no
> > socket_type   = stream
> > protocol = tcp
> > wait   = no
> > user  = root
> > server= /var/qmail/bin/qmail-popup
> > server_args= foo.bar.com /home/vpopmail/bin/vchkpw
> /var/qmail/bin/qmail-pop3d Maildir
> > log_type = FILE /var/log/xinetd.log
> > log_on_success  = HOST
> > log_on_failure  = HOST RECORD
> > }
> 
> Thank you the issue has been resolved by putting the above lines but i have
> to remove the last line for log .
> 
> I really appreciate your help !
> Tina.
> >
> >
> >
> > On Sat, 30 Aug 2003, System wrote:
> >
> > >
> > > - Original Message -
> > > From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> > > To: "System" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Saturday, August 30, 2003 11:57 PM
> > > Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> > >
> > >
> > > > your problem seems to be with your POP3 server. Not directly about
> > > > vpopmail. Is that UW-IMAP pop3 server? I would suggest trying
> courier-imap
> > > > pop3d, I think that would be most widely used with vpopmail and with
> > > > Maildir format.
> > > > if still doesnt work then perhaps your imap server cant read some
> files or
> > > > something... its difficult to tell more for me, hopefully somebody who
> use
> > > > the same imap package can help you better.
> > > > You can try to run your imap server in debugging mode etc. too that
> would
> > > > greatly help in learning where the error is
> > > I am using pop3/imap as a xinetd service and here are the settings :
> > > # default: off
> > > # description: The IMAP service allows remote users to access their mail
> > > using \
> > > #  an IMAP client such as Mutt, Pine, fetchmail, or Netscape
> \
> > > #  Communicator.
> > > service imap
> > > {
> > > disable = no
> > > socket_type = stream
> > > wait= no
> > > user= root
> > > server  = /usr/sbin/imapd
> > > log_on_success  += HOST DURATION
> > > log_on_failure  += HOST
> > > }
> > >
> > > # default: off
> > > # description: The POP3 service allows remote users to access their mail
> \
> > > #  using an POP3 client such as Netscape Communicator, mutt,
> \
> > > #  or fetchmail.
> > > service pop3
> > > {
> > > disable = no
> > > socket_type = stream
> > > wait= no
> > > user= root
> > > server  = /usr/sbin/ipop3d
> > > log_on_success  += HOST DURATION
> > > log_on_failure  += HOST
> > > }
> > >
> > > Should i disabled the above to work with Imap i ins

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System

- Original Message -
From: "Evren Yurtesen" <[EMAIL PROTECTED]>
To: "System" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, August 31, 2003 1:11 AM
Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account


> Did you ever think about how can your pop3/imap servers would know about
> your vpopmail configuration?
> I mean those programs you are trying to use are designed to work with
> system accounts...Plus its doubtful that your imap/pop3 server supports
> maildir format.
>
> Try to set your pop3 service something like this, changing the paths of
> course (found from google searc of "qmail-pop3d xinetd vchkpw")
>
> service pop3
> {
> disable  = no
> socket_type   = stream
> protocol = tcp
> wait   = no
> user  = root
> server= /var/qmail/bin/qmail-popup
> server_args= foo.bar.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
> log_type = FILE /var/log/xinetd.log
> log_on_success  = HOST
> log_on_failure  = HOST RECORD
> }

Thank you the issue has been resolved by putting the above lines but i have
to remove the last line for log .

I really appreciate your help !
Tina.
>
>
>
> On Sat, 30 Aug 2003, System wrote:
>
> >
> > - Original Message -
> > From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> > To: "System" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Saturday, August 30, 2003 11:57 PM
> > Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> >
> >
> > > your problem seems to be with your POP3 server. Not directly about
> > > vpopmail. Is that UW-IMAP pop3 server? I would suggest trying
courier-imap
> > > pop3d, I think that would be most widely used with vpopmail and with
> > > Maildir format.
> > > if still doesnt work then perhaps your imap server cant read some
files or
> > > something... its difficult to tell more for me, hopefully somebody who
use
> > > the same imap package can help you better.
> > > You can try to run your imap server in debugging mode etc. too that
would
> > > greatly help in learning where the error is
> > I am using pop3/imap as a xinetd service and here are the settings :
> > # default: off
> > # description: The IMAP service allows remote users to access their mail
> > using \
> > #  an IMAP client such as Mutt, Pine, fetchmail, or Netscape
\
> > #  Communicator.
> > service imap
> > {
> > disable = no
> > socket_type = stream
> > wait= no
> > user= root
> > server  = /usr/sbin/imapd
> > log_on_success  += HOST DURATION
> > log_on_failure  += HOST
> > }
> >
> > # default: off
> > # description: The POP3 service allows remote users to access their mail
\
> > #  using an POP3 client such as Netscape Communicator, mutt,
\
> > #  or fetchmail.
> > service pop3
> > {
> > disable = no
> > socket_type = stream
> > wait= no
> > user= root
> > server  = /usr/sbin/ipop3d
> > log_on_success  += HOST DURATION
> > log_on_failure  += HOST
> > }
> >
> > Should i disabled the above to work with Imap i installed just now ?
> >
> > After Disabling the above outlook still didnt work here are my Imap
> > configure settings :
> >
./configure --prefix=/usr/local/courier-imap --disable-root-check --without-
> >
authpam --without-authldap --with-authpwd --with-authmysql --without-authpgs
> >
ql --with-authshadow --without-authuserdb --without-authcustom --without-aut
> > hcram --without-authdaemon --with-authvchkpw
> > make
> > make install
> > make install-configure
> >
> > How do run imap in debg mode can u help ?
> >
> > Tina.
> > >
> > > Evren
> > >
> > > On Fri, 29 Aug 2003, System wrote:
> > >
> > > > Hello All,
> > > >
> > > > I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.
> > > >
> > > > I want to use Outlook Express for my mails but vpopmail is not
> > > > authenticating the mail account from outlook.
> > > > These are my configure options :
> > > >
> >
./co

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
You should change it to reflect your configuration.
I dont know where is your vchkpw directory or your server fqdn or if your
qmail is in /var/qmail. So change those settings.

On the other hand I might be wrong, I dont use xinetd and I found this
configuration from google. Heh, I dont know how else to help... You should
dig into it little bit. 

Evren

On Sat, 30 Aug 2003, System wrote:

> 
> - Original Message -
> From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> To: "System" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, August 31, 2003 1:11 AM
> Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> 
> 
> > Did you ever think about how can your pop3/imap servers would know about
> > your vpopmail configuration?
> > I mean those programs you are trying to use are designed to work with
> > system accounts...Plus its doubtful that your imap/pop3 server supports
> > maildir format.
> >
> > Try to set your pop3 service something like this, changing the paths of
> > course (found from google searc of "qmail-pop3d xinetd vchkpw")
> >
> > service pop3
> > {
> > disable  = no
> > socket_type   = stream
> > protocol = tcp
> > wait   = no
> > user  = root
> > server= /var/qmail/bin/qmail-popup
> > server_args= foo.bar.com /home/vpopmail/bin/vchkpw
> /var/qmail/bin/qmail-pop3d Maildir
> > log_type = FILE /var/log/xinetd.log
> > log_on_success  = HOST
> > log_on_failure  = HOST RECORD
> > }
> Tried the Above and POP3 crashed ! it didnt start the service on 110
> 
> Tina.
> >
> >
> >
> > On Sat, 30 Aug 2003, System wrote:
> >
> > >
> > > ----- Original Message -
> > > From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> > > To: "System" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Saturday, August 30, 2003 11:57 PM
> > > Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> > >
> > >
> > > > your problem seems to be with your POP3 server. Not directly about
> > > > vpopmail. Is that UW-IMAP pop3 server? I would suggest trying
> courier-imap
> > > > pop3d, I think that would be most widely used with vpopmail and with
> > > > Maildir format.
> > > > if still doesnt work then perhaps your imap server cant read some
> files or
> > > > something... its difficult to tell more for me, hopefully somebody who
> use
> > > > the same imap package can help you better.
> > > > You can try to run your imap server in debugging mode etc. too that
> would
> > > > greatly help in learning where the error is
> > > I am using pop3/imap as a xinetd service and here are the settings :
> > > # default: off
> > > # description: The IMAP service allows remote users to access their mail
> > > using \
> > > #  an IMAP client such as Mutt, Pine, fetchmail, or Netscape
> \
> > > #  Communicator.
> > > service imap
> > > {
> > > disable = no
> > > socket_type = stream
> > > wait= no
> > > user= root
> > > server  = /usr/sbin/imapd
> > > log_on_success  += HOST DURATION
> > > log_on_failure  += HOST
> > > }
> > >
> > > # default: off
> > > # description: The POP3 service allows remote users to access their mail
> \
> > > #  using an POP3 client such as Netscape Communicator, mutt,
> \
> > > #  or fetchmail.
> > > service pop3
> > > {
> > > disable = no
> > > socket_type = stream
> > > wait= no
> > > user= root
> > > server  = /usr/sbin/ipop3d
> > > log_on_success  += HOST DURATION
> > > log_on_failure  += HOST
> > > }
> > >
> > > Should i disabled the above to work with Imap i installed just now ?
> > >
> > > After Disabling the above outlook still didnt work here are my Imap
> > > configure settings :
> > >
> ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-
> > >
> authpam --without-authldap 

[vchkpw] Re:(2) [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Oh yes , if you installed courier imap then you should disable there was
an example in google about this situation too
http://nav.bandersnatch.org/clues/qmail-cookbook.html
Well google is your friend :) use it wisely ;)

On Sat, 30 Aug 2003, System wrote:

> 
> - Original Message -
> From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> To: "System" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, August 30, 2003 11:57 PM
> Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> 
> 
> > your problem seems to be with your POP3 server. Not directly about
> > vpopmail. Is that UW-IMAP pop3 server? I would suggest trying courier-imap
> > pop3d, I think that would be most widely used with vpopmail and with
> > Maildir format.
> > if still doesnt work then perhaps your imap server cant read some files or
> > something... its difficult to tell more for me, hopefully somebody who use
> > the same imap package can help you better.
> > You can try to run your imap server in debugging mode etc. too that would
> > greatly help in learning where the error is
> I am using pop3/imap as a xinetd service and here are the settings :
> # default: off
> # description: The IMAP service allows remote users to access their mail
> using \
> #  an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
> #  Communicator.
> service imap
> {
> disable = no
> socket_type = stream
> wait= no
> user= root
> server  = /usr/sbin/imapd
> log_on_success  += HOST DURATION
> log_on_failure  += HOST
> }
> 
> # default: off
> # description: The POP3 service allows remote users to access their mail \
> #  using an POP3 client such as Netscape Communicator, mutt, \
> #  or fetchmail.
> service pop3
> {
> disable = no
> socket_type = stream
> wait= no
> user= root
> server  = /usr/sbin/ipop3d
> log_on_success  += HOST DURATION
> log_on_failure  += HOST
> }
> 
> Should i disabled the above to work with Imap i installed just now ?
> 
> After Disabling the above outlook still didnt work here are my Imap
> configure settings :
> ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-
> authpam --without-authldap --with-authpwd --with-authmysql --without-authpgs
> ql --with-authshadow --without-authuserdb --without-authcustom --without-aut
> hcram --without-authdaemon --with-authvchkpw
> make
> make install
> make install-configure
> 
> How do run imap in debg mode can u help ?
> 
> Tina.
> >
> > Evren
> >
> > On Fri, 29 Aug 2003, System wrote:
> >
> > > Hello All,
> > >
> > > I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.
> > >
> > > I want to use Outlook Express for my mails but vpopmail is not
> > > authenticating the mail account from outlook.
> > > These are my configure options :
> > >
> ./configure --enable-roaming-users=y --enable-default-domain=domain.com --en
> > >
> [EMAIL PROTECTED] --enable-logging=y --enable-defaultquota=2
> > >
> 0971520S --enable-ip-alias-domains=y --enable-passwd=y --enable-clear-passwd
> > >
> =n --enable-domain-quotas=n --enable-mysql=y --enable-incdir=/usr/include/my
> > >
> sql --enable-libdir=/usr/local/lib/mysql --enable-many-domains=n --enable-au
> > >
> th-logging=y --enable-mysql-logging=y --enable-valias=y --enable-mysql-limit
> > > s=n
> > >
> > > I have tried using POP3 and IMAP but still it Fails the maillog shows :
> > >
> > > Aug 31 00:08:31 eric ipop3d[12670]: pop3 service init from
> 66.xxx.xxx.123
> > > Aug 31 00:08:35 eric ipop3d[12670]: Command stream end of file while
> reading
> > > line [EMAIL PROTECTED] host=[61.11.23.201]
> > >
> > > I tried this :
> > >
> > > telnet domain.com 110
> > > Trying 66.xxx.xxx.123...
> > > Connected to domain.com.
> > > Escape character is '^]'.
> > > +OK POP3 [66.xxx.xxx.123] v2001.78rh server ready
> > > user [EMAIL PROTECTED]
> > > +OK User name accepted, password please
> > > pass postme
> > > -ERR Bad login
> > > -ERR Autologout; idle for too long
> > > Connection closed by foreign host.
> > >
> > > I have checked for the Archives and Recompiled
> with --enable-roaming-users=y
> > > but still i am not able to use outlook.
> > >
> > > I can use Sqwebmail with the same virtual login without any problems
> then
> > > why outlook does this to me ?
> > > I checked for some real users for the same and they are also working
> fine.
> > >
> > > Any Help will be appreciated, Thanks in Advance.
> > >
> > > Tina.
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 




Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Did you ever think about how can your pop3/imap servers would know about
your vpopmail configuration?
I mean those programs you are trying to use are designed to work with
system accounts...Plus its doubtful that your imap/pop3 server supports
maildir format.

Try to set your pop3 service something like this, changing the paths of
course (found from google searc of "qmail-pop3d xinetd vchkpw") 

service pop3
{
disable  = no
socket_type   = stream
protocol = tcp
wait   = no
user  = root
server= /var/qmail/bin/qmail-popup
server_args= foo.bar.com /home/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir
log_type = FILE /var/log/xinetd.log
log_on_success  = HOST
log_on_failure  = HOST RECORD
}



On Sat, 30 Aug 2003, System wrote:

> 
> - Original Message -
> From: "Evren Yurtesen" <[EMAIL PROTECTED]>
> To: "System" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, August 30, 2003 11:57 PM
> Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account
> 
> 
> > your problem seems to be with your POP3 server. Not directly about
> > vpopmail. Is that UW-IMAP pop3 server? I would suggest trying courier-imap
> > pop3d, I think that would be most widely used with vpopmail and with
> > Maildir format.
> > if still doesnt work then perhaps your imap server cant read some files or
> > something... its difficult to tell more for me, hopefully somebody who use
> > the same imap package can help you better.
> > You can try to run your imap server in debugging mode etc. too that would
> > greatly help in learning where the error is
> I am using pop3/imap as a xinetd service and here are the settings :
> # default: off
> # description: The IMAP service allows remote users to access their mail
> using \
> #  an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
> #  Communicator.
> service imap
> {
> disable = no
> socket_type = stream
> wait= no
> user= root
> server  = /usr/sbin/imapd
> log_on_success  += HOST DURATION
> log_on_failure  += HOST
> }
> 
> # default: off
> # description: The POP3 service allows remote users to access their mail \
> #  using an POP3 client such as Netscape Communicator, mutt, \
> #  or fetchmail.
> service pop3
> {
> disable = no
> socket_type = stream
> wait= no
> user= root
> server  = /usr/sbin/ipop3d
> log_on_success  += HOST DURATION
> log_on_failure  += HOST
> }
> 
> Should i disabled the above to work with Imap i installed just now ?
> 
> After Disabling the above outlook still didnt work here are my Imap
> configure settings :
> ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-
> authpam --without-authldap --with-authpwd --with-authmysql --without-authpgs
> ql --with-authshadow --without-authuserdb --without-authcustom --without-aut
> hcram --without-authdaemon --with-authvchkpw
> make
> make install
> make install-configure
> 
> How do run imap in debg mode can u help ?
> 
> Tina.
> >
> > Evren
> >
> > On Fri, 29 Aug 2003, System wrote:
> >
> > > Hello All,
> > >
> > > I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.
> > >
> > > I want to use Outlook Express for my mails but vpopmail is not
> > > authenticating the mail account from outlook.
> > > These are my configure options :
> > >
> ./configure --enable-roaming-users=y --enable-default-domain=domain.com --en
> > >
> [EMAIL PROTECTED] --enable-logging=y --enable-defaultquota=2
> > >
> 0971520S --enable-ip-alias-domains=y --enable-passwd=y --enable-clear-passwd
> > >
> =n --enable-domain-quotas=n --enable-mysql=y --enable-incdir=/usr/include/my
> > >
> sql --enable-libdir=/usr/local/lib/mysql --enable-many-domains=n --enable-au
> > >
> th-logging=y --enable-mysql-logging=y --enable-valias=y --enable-mysql-limit
> > > s=n
> > >
> > > I have tried using POP3 and IMAP but still it Fails the maillog shows :
> > >
> > > Aug 31 00:08:31 eric ipop3d[12670]: pop3 service init from
> 66.xxx.xxx.123
> > > Aug 31 00:08:35 eric ipop3d[12670]: Command stream end of file while
> reading
> > > line [EMAIL PROTECTED] host=[61.11.23.201]
> > >

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System

- Original Message -
From: "Evren Yurtesen" <[EMAIL PROTECTED]>
To: "System" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, August 30, 2003 11:57 PM
Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account


> your problem seems to be with your POP3 server. Not directly about
> vpopmail. Is that UW-IMAP pop3 server? I would suggest trying courier-imap
> pop3d, I think that would be most widely used with vpopmail and with
> Maildir format.
> if still doesnt work then perhaps your imap server cant read some files or
> something... its difficult to tell more for me, hopefully somebody who use
> the same imap package can help you better.
> You can try to run your imap server in debugging mode etc. too that would
> greatly help in learning where the error is
I am using pop3/imap as a xinetd service and here are the settings :
# default: off
# description: The IMAP service allows remote users to access their mail
using \
#  an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
#  Communicator.
service imap
{
disable = no
socket_type = stream
wait= no
user= root
server  = /usr/sbin/imapd
log_on_success  += HOST DURATION
log_on_failure  += HOST
}

# default: off
# description: The POP3 service allows remote users to access their mail \
#  using an POP3 client such as Netscape Communicator, mutt, \
#  or fetchmail.
service pop3
{
disable = no
socket_type = stream
wait= no
user= root
server  = /usr/sbin/ipop3d
log_on_success  += HOST DURATION
log_on_failure  += HOST
}

Should i disabled the above to work with Imap i installed just now ?

After Disabling the above outlook still didnt work here are my Imap
configure settings :
./configure --prefix=/usr/local/courier-imap --disable-root-check --without-
authpam --without-authldap --with-authpwd --with-authmysql --without-authpgs
ql --with-authshadow --without-authuserdb --without-authcustom --without-aut
hcram --without-authdaemon --with-authvchkpw
make
make install
make install-configure

How do run imap in debg mode can u help ?

Tina.
>
> Evren
>
> On Fri, 29 Aug 2003, System wrote:
>
> > Hello All,
> >
> > I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.
> >
> > I want to use Outlook Express for my mails but vpopmail is not
> > authenticating the mail account from outlook.
> > These are my configure options :
> >
./configure --enable-roaming-users=y --enable-default-domain=domain.com --en
> >
[EMAIL PROTECTED] --enable-logging=y --enable-defaultquota=2
> >
0971520S --enable-ip-alias-domains=y --enable-passwd=y --enable-clear-passwd
> >
=n --enable-domain-quotas=n --enable-mysql=y --enable-incdir=/usr/include/my
> >
sql --enable-libdir=/usr/local/lib/mysql --enable-many-domains=n --enable-au
> >
th-logging=y --enable-mysql-logging=y --enable-valias=y --enable-mysql-limit
> > s=n
> >
> > I have tried using POP3 and IMAP but still it Fails the maillog shows :
> >
> > Aug 31 00:08:31 eric ipop3d[12670]: pop3 service init from
66.xxx.xxx.123
> > Aug 31 00:08:35 eric ipop3d[12670]: Command stream end of file while
reading
> > line [EMAIL PROTECTED] host=[61.11.23.201]
> >
> > I tried this :
> >
> > telnet domain.com 110
> > Trying 66.xxx.xxx.123...
> > Connected to domain.com.
> > Escape character is '^]'.
> > +OK POP3 [66.xxx.xxx.123] v2001.78rh server ready
> > user [EMAIL PROTECTED]
> > +OK User name accepted, password please
> > pass postme
> > -ERR Bad login
> > -ERR Autologout; idle for too long
> > Connection closed by foreign host.
> >
> > I have checked for the Archives and Recompiled
with --enable-roaming-users=y
> > but still i am not able to use outlook.
> >
> > I can use Sqwebmail with the same virtual login without any problems
then
> > why outlook does this to me ?
> > I checked for some real users for the same and they are also working
fine.
> >
> > Any Help will be appreciated, Thanks in Advance.
> >
> > Tina.
> >
> >
> >
> >
>
>
>
>
>
>





Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
your problem seems to be with your POP3 server. Not directly about
vpopmail. Is that UW-IMAP pop3 server? I would suggest trying courier-imap
pop3d, I think that would be most widely used with vpopmail and with
Maildir format.
if still doesnt work then perhaps your imap server cant read some files or
something... its difficult to tell more for me, hopefully somebody who use
the same imap package can help you better.
You can try to run your imap server in debugging mode etc. too that would
greatly help in learning where the error is

Evren

On Fri, 29 Aug 2003, System wrote:

> Hello All,
> 
> I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.
> 
> I want to use Outlook Express for my mails but vpopmail is not
> authenticating the mail account from outlook.
> These are my configure options :
> ./configure --enable-roaming-users=y --enable-default-domain=domain.com --en
> [EMAIL PROTECTED] --enable-logging=y --enable-defaultquota=2
> 0971520S --enable-ip-alias-domains=y --enable-passwd=y --enable-clear-passwd
> =n --enable-domain-quotas=n --enable-mysql=y --enable-incdir=/usr/include/my
> sql --enable-libdir=/usr/local/lib/mysql --enable-many-domains=n --enable-au
> th-logging=y --enable-mysql-logging=y --enable-valias=y --enable-mysql-limit
> s=n
> 
> I have tried using POP3 and IMAP but still it Fails the maillog shows :
> 
> Aug 31 00:08:31 eric ipop3d[12670]: pop3 service init from 66.xxx.xxx.123
> Aug 31 00:08:35 eric ipop3d[12670]: Command stream end of file while reading
> line [EMAIL PROTECTED] host=[61.11.23.201]
> 
> I tried this :
> 
> telnet domain.com 110
> Trying 66.xxx.xxx.123...
> Connected to domain.com.
> Escape character is '^]'.
> +OK POP3 [66.xxx.xxx.123] v2001.78rh server ready
> user [EMAIL PROTECTED]
> +OK User name accepted, password please
> pass postme
> -ERR Bad login
> -ERR Autologout; idle for too long
> Connection closed by foreign host.
> 
> I have checked for the Archives and Recompiled with --enable-roaming-users=y
> but still i am not able to use outlook.
> 
> I can use Sqwebmail with the same virtual login without any problems then
> why outlook does this to me ?
> I checked for some real users for the same and they are also working fine.
> 
> Any Help will be appreciated, Thanks in Advance.
> 
> Tina.
> 
> 
> 
> 




[vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System
Hello All,

I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin.

I want to use Outlook Express for my mails but vpopmail is not
authenticating the mail account from outlook.
These are my configure options :
./configure --enable-roaming-users=y --enable-default-domain=domain.com --en
[EMAIL PROTECTED] --enable-logging=y --enable-defaultquota=2
0971520S --enable-ip-alias-domains=y --enable-passwd=y --enable-clear-passwd
=n --enable-domain-quotas=n --enable-mysql=y --enable-incdir=/usr/include/my
sql --enable-libdir=/usr/local/lib/mysql --enable-many-domains=n --enable-au
th-logging=y --enable-mysql-logging=y --enable-valias=y --enable-mysql-limit
s=n

I have tried using POP3 and IMAP but still it Fails the maillog shows :

Aug 31 00:08:31 eric ipop3d[12670]: pop3 service init from 66.xxx.xxx.123
Aug 31 00:08:35 eric ipop3d[12670]: Command stream end of file while reading
line [EMAIL PROTECTED] host=[61.11.23.201]

I tried this :

telnet domain.com 110
Trying 66.xxx.xxx.123...
Connected to domain.com.
Escape character is '^]'.
+OK POP3 [66.xxx.xxx.123] v2001.78rh server ready
user [EMAIL PROTECTED]
+OK User name accepted, password please
pass postme
-ERR Bad login
-ERR Autologout; idle for too long
Connection closed by foreign host.

I have checked for the Archives and Recompiled with --enable-roaming-users=y
but still i am not able to use outlook.

I can use Sqwebmail with the same virtual login without any problems then
why outlook does this to me ?
I checked for some real users for the same and they are also working fine.

Any Help will be appreciated, Thanks in Advance.

Tina.