først problem har jeg selv løst... MEN NYE PROBLEM
Hvordan installer med qmail-pop3d ?? der står den er med i qmail men hvor aktiveres den ?? dette er hva der står ?
5.2. POP and IMAP servers
qmail includes a POP server, qmail-pop3d, but it's not configured and installed as part of the qmail installation process. You can also use one of the other POP or IMAP servers available, although most of them were written for Sendmail and will require some work to use with qmail.
5.2.1. qmail-pop3d
qmail-pop3d is the POP server included with qmail. It's a fine POP server, and many qmail sites use it. It's modular, and supports multiple authentication schemes via alternative authentication modules.
--------------------------------------------------------------------------------
Note: qmail-pop3d supports only maildir-format mailboxes, so if you have users logging into the POP server and running MUA's locally, they all have to support maildir. If all of your users read mail via POP, the mailbox format on the server is not an issue.
--------------------------------------------------------------------------------
5.2.1.1. Architecture of qmail-pop3d
A qmail-pop3d server consists of three modules:
qmail-popup--gets username/password
checkpassword--authenticates username/password
qmail-pop3d--the POP daemon
Typically, qmail-popup is run via inetd or tcpserver, listening to port 110, the POP3 port. When a connection is made, it prompts for the username and password. Then it invokes checkpassword, which verifies the username/password and invokes qmail-pop3d if they match.
5.2.1.2. Installation of qmail-pop3d
1. Completely install and test qmail. If you want all users to have POPable mailboxes, make sure defaultdelivery is set to ./Maildir/. If you installed the /var/qmail/rc script from the Installation section, this is configured in control/defaultdelivery. If not, it's probably in /var/qmail/rc on the qmail-start command line.
2. Download a checkpassword program from
http://www.qmail.org/top.html#checkpassword. The standard checkpassword,
http://cr.yp.to/checkpwd.html, is a good choice if you don't need anything fancy.
jeg har checket og default står et den .maildir ?? WHAT TO DO ???