On Jan 15, 2006, at 23:04, Johan Almqvist wrote:
I just got TLS and AUTH to work, but I don't really like the Received: header it adds. Only the HELO string is there, so neither the real IP nor the reverse-lookup DNS name.

Received: from  (HELO [192.168.0.7]) ()
  (smtp-auth username johan, mechanism plain)
by mail.almqvist.net (qpsmtpd/0.31.1) with ESMTP; Sun, 15 Jan 2006 19:59:32 +0100

Is there an easy fix (like having a different order for the plugins, which I've tried without success)?

There is a fix. The use of map {} () in the tls plugin that's in the distribution doesn't work, but the fix http://svn.perl.org/viewcvs/ qpsmtpd/trunk/plugins/tls?rev=541&view=markup does it (patch attached for reference).

Attachment: tls.patch
Description: Binary data


If I had more time I would propose to embark on a new release... The clone() method in Connection.pm would have made this a lot easier, for example.

-Johan

Reply via email to