> My question is how do I start up Qmail to just run the queue and not have > it try and bind to port 25. I want Postfix to remain bound to port 25 and > act as my SMTP server. I just need Qmail to deliver mail to the > vpopmail/domains/whatever Maildir's so people can get their mail.
Just don't run qmail-smtpd. I get around this just by not running tcpserver, which listens on port 25 and passes requests off to qmail-smtpd. Regards, Andrew