Hi! This is my init script, which I am now using: #!/bin/sh env - PATH="/var/qmail/bin:/usr/local/bin" \ /usr/local/bin/tcpserver 0 pop-3 /var/qmail/bin/qmail-popup domain.com \ /var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & Unfortunately it doesn't work! Anytime I send an email to an existing user (I use vpopmail) I get a message like that: Hi. This is the qmail-send program at domain.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) ... So what does that mean? Doesn't vpopmail create users correctly? Thanks Chris
