* Michael Holzt wrote: > > is it possible to use Qpsmtpd in a proxying mode like > > smtpprox e.g. in a way that it passes SMTP commands directly > > Not really. You could write a own plugin which uses the connect, > helo, mail from, rcpt to, data, data_post, ... hooks, and forwards > these commands to the other mailserver. But you would have to patch > qpsmtpd anways to remove the addition of a Received-Header, so it > would probably make sense to patch it furthermore to achieve what > you need.
Hm, then it might be easier for me to add some functionality to smtpprox. But anyway Qpsmtpd looks really nice :) thanks --lars