Hi!
vpopmail 5.2.1+seekable maildrop 1.5.1 (same results with mdrop1.6, 1.6.1, vpop5.3.27) .qmail-default: | preline /usr/local/bin/maildrop mailfilter ---- very simple mailfilter: logfile x import EXT import HOST VPOP="| /var/vpopmail/bin/vdelivermail '' bounce-no-mailbox" to "$VPOP" ---- [EMAIL PROTECTED] is a Maildir. valias [EMAIL PROTECTED] -> [EMAIL PROTECTED] comes from mysql table. Out of 10 mails sent to "[EMAIL PROTECTED]" usually 4 lose, 6 gets delivered. What should I look for? I debugged what's happening with vdelivermail: It always gets the mail, and looks up the valias. When things okay, it runs a second delivery, but this time to the final Maildir. Sometimes this step missing. More strange: 100% success when an alias comes from dot-qmail file, or when the valias points to a different domain (no matter if local or remote). Leto