> is it possible to use Qpsmtpd in a proxying mode like > smtpprox e.g. in a way that it passes SMTP commands directly > to the next hop and also does not add its own headers to > the envelope?
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. Regards Michael -- It's an insane world, but i'm proud to be a part of it. -- Bill Hicks