Hello fellow listmembers. I am aware, that I might get flamed for even asking this, but anyway : At the moment I have a qmail server installed, and running happily with vpopmail 4.9.9 from MAR 16 with mysql. Today i have tried to plug vpopmail into postfix (not like www.inter7.com/vpopmail/postfix.html describes - where postfix just hands over the e-mail to qmail's sendmail, but really running vdelivermail from postfix's equivalent of qmail-local, like qmail does) The testing was implemented by sending 500 e-mail of 2K by 20 threads to the qmail and the postfix server : qmail local delivery : 35 seconds qmail vpopmail delivery : 3 MINUTES !!! WHY ??? CHECKED TWICE !!! by the way : postfix local delivery : 27 seconds postfix vpopmail delivery : 25 seconds - vpopmail seend to work faster when postfix local delivery agent. Both tests were ran on a user with an emptied maildir (of course, the same user, same domain, same vpopmail). Could anyone explain me these 3 minutes ? I hope that the configuration will make it to the vpopmail-postfix page. I was actually successful by adding the following into postfix's main.cf : mailbox_command = env EXT="$EXTENSION" HOST="$DOMAIN" /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox on one line, and luser_relay = vpopmail-$local@$domain this works great for all virtual users not in that do not have same /etc/passwd counterparts. Will work around that soon. Alex.
