Hi,

It's my first instalation of QMAIL and I am having one trouble to setup the
POP3 users.

First: I have a Red Hat 7.0 running in a Pentium II computer, and I 
instaled
QMAIL using RPM binnary:

qmail-1.03-17

I instaled the checkpassword using the Tar file from the DJB home page, and
then I started QMAIL and POP3 thought XINET.

For that, I configured the pop3 file in the /etc/xinet.d/pop3 :

service pop3
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /var/qmail/bin/qmail-popup
        server_args     = inteliweb.com.br /bin/checkpassword
/var/qmail/bin/qmail-pop3d /home/inteliweb
        log_type        = FILE /var/log/xinetd.log
        log_on_success  = HOST
        log_on_failure  = HOST RECORD
}

And using VMAILMGR (loged as inteliweb) I added the user test password 
test,
creating the /home/inteliweb/users/test/ ...tree (cur, new, tmp).

I wrote the /var/qmail/control/rcpthosts to:
localhost
inteliweb.com.br

And in the virtualdomains:
inteliweb.com.br:inteliweb

Where inteliweb was an user created to this domain.

Follow the instructions in the Life with qmail I added the ./Mailbox to the
/var/qmail/control/defaultdelivery, and tried to assign the user inteliweb
to /var/qmail/usres/assign without sucess receiving the error code:
qmail-pw2u: fatal: unable to find alias user.

With this trouble I manualy assigned writing to 
the /var/qmail/users/assign:

=inteliweb:inteliweb:519:505:/home/inteliweb:::
+inteliweb-:inteliweb:519:505:/home/inteliweb:=::

Reply via email to