qmail help
Hi!My server has 3 domains: a.com, b.com, c.com
Whenever a message is sent from my server, the header will contain a line which says:
from myhomeaddress.com (HELO ?192.168.1.1?) (123.456.789.101) by
a.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Apr 2006 06:45:41 -0700
echo To: joe@example.com | /var/qmail/bin/qmail-inject
sends an e-mail without that header line included. So somewhere in the qmail process, it gets added.
Does anyone know how to prevent this from happening?
Thanks!