On Fri, 2019-11-22 at 06:21, Ralph G. Bagaipo wrote:
> At 01:49 PM 11/21/01 -0600, you wrote:
> > > -----Original Message-----
> > > From: Ralph G. Bagaipo [mailto:[EMAIL PROTECTED]]
> > >
> > > At 01:28 PM 11/21/01 -0600, you wrote:
> > > > > -----Original Message-----
> > > > > From: Ralph G. Bagaipo [mailto:[EMAIL PROTECTED]]
> > > > >
> > > > > i have a functional vpopmail on my server (domain1.com). recently
> > > > > i added a
> > > > > second virtual domain on it using the vadddomain utility
> > > (domain2.com). i
> > > > > add two users for the moment for dry run purposes.
> > > > >
> > > > > now here's my problem.
> > > > >
> > > > > when sending an email to [EMAIL PROTECTED], vpopmail delivers the
> > > > > mail with
> > > > > no problem at all. but when i tried to check the email thru
> > > pop3, instead
> > > > > of checking the email of [EMAIL PROTECTED], it tries to retreive
> > > > > mails from
> > > > > [EMAIL PROTECTED] how could this be?
> > > > >
> > > >
> > > >Username for pop3 must be set like this.
> > > >user%domain2.com
> > > >
> > > >If you dont put the %domain2.com it will assume the default domain of
> > > >domain1.com.  How else is it supposed to know?
> > > >
> > > >Good Luck.
> > >
> > > i dont think its working.. it seems it cant see domain2.com when
> > > checking.
> > > maybe there's a problem on my pop3 server? i was thinking that maybe ive
> > > missed something here.. help?!
> > >
> >
> >It can't see it??  What is  the server response.  If you are testing using a
> >GUI client then stop and try this.
> >
> ># telnet your.mail.server 110
> >-- pop3 header is here
> >user user%domain2.com
> >-- ok
> >pass userpass
> >-- here is error/status message.. what is it?
> >exit
> >
> >How about showing us how you load your pop3 server via tcpserver while you
> >are at it?  If you want good answer you have to provide the necessary
> >information for someone with "zero-knowledge" to give solid answers.
> >
> >Dallas
> 
> 
> sorry..ok here..
> 
> 
> flar@dld-proxy:~$ telnet domain2.com 110
> Trying 206.151.XX.XX...
> Connected to domain2.com.
> Escape character is '^]'.
> +OK Hello there.
> user testing%domain2.com
> +OK Password required.
> pass test
> -ERR Login failed.
> Connection closed by foreign host.
> flar@dld-proxy:~$
> 
> im sure that the user and password are correct..
> 
> when starting my pop3 server, ive used these to no success:
> 
> 1) env - PATH="/var/qmail/bin:/usr/local/bin" \ tcpserver -H -R 0 pop-3 \ 
> /var/qmail/bin/qmail-popup domain2.com \ /home-dir-of-vpopmail/bin/vchkpw 
> /var/qmail/bin/qmail-pop3d Maildir &

I see your problem right here. 
I bet there is no file named
/home-dir-of-vpopmail/bin/vchkpw
 ^^^^^^^^^^^^^^^^^^^^
right there.



> 
> 2) /usr/lib/courier-imap/libexec/pop3d.rc start (courier-imap)

this looks like you are trying to start courier's imap server.
Pick one, not two.

Ken Jones

Reply via email to