Hey all.  I recently got some great help here setting up sendmail to
authorize against my ISP mail relay.  The problem I am just noticing
is that when I send mail, it looks like the Reply-To: or From header
is getting rewritten.  Take a look at it in this message.  The
Reply-To: header should say [EMAIL PROTECTED] The From:
header should say [EMAIL PROTECTED]  Chances are it says
[EMAIL PROTECTED]  This is the behavior I'm trying
to fix.  I don't know if it's in my sendmail.mc or at the verizon
relay.

Here are the relevant parts (I think) of my sendmail.mc:

FEATURE(relay_based_on_MX)
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
FEATURE(`nocanonify')

TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
define(`SMART_HOST', `smtp:outgoing.verizon.net')
MASQUERADE_AS(outgoing.verizon.net)
FEATURE(masquerade_envelope)
FEATURE(`authinfo', `hash -o /etc/mail/authinfo')

Anyone have any ideas?
TIA
Lou
-- 
Louis LeBlanc               [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org                     ԿԬ

filibuster, n.:
  Throwing your wait around.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to