My Qmail is working fine altogether w
ith deamontools and ucspi-tcp.
I have a big problem with maildrop
I cannot solve.
I setup my maildrop as follows:
./configure \
--enable-syslog=1 \
--enable-userdb \
Edit maildrop/config.h, and made the following
changes:
change DEFAULT_DEF to: #define DEFAULT_DEF
``./Maildir''
add this line: #define MAILBOX_MODE ``0600''
change TRUSTED_USERS to: #define TRUSTED_USERS ``root
mail daemon qmaild alias''
make
make install-strip
make install-man
After Installation of maildrop I setup Qmail to use
maildrop as follows:
/var/qmail/rc
qmail-start '| /usr/local/bin/maildrop -d $RECIPIENT
|| exit 77'
I then created a file called assign under
/var/qmail/users with the ff entry:
+:alias:508:508:/var/qmail/alias:::
.
I created a virt...@domain.com. Afterwards I do
maildrop -d virt...@domain.com < /etc/hosts. And
mail is sent to the virt...@domain.com locally.
Problem:
When I send mail remotely to virt...@domain.com I
receive following message:
maildrop[1735]: Invalid user specified.
Questions:
Is there any way i can use maildrop to recognize the
correct user?
How can I see all the VALUES of the Environment
Variables of Qmail. I checked the documentation and
its not there. What correct value should I pass to
maildrop instead of $RECIPIENT?
If anybody has a working example of Qmail and Maildrop
Please send me an email to cybe...@yahoo.com
Thank you very much!!!
PS. Please help I'm having severe indigestion with
this beast.