Date: Fri, 15 Nov 2002 10:28:09 -0500 From: Louis LeBlanc <leblanc+freebsd@outgoing.verizon.net> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Sendmail problems with a Verizon relay Message-ID: <20021115152809.GB23469@keyslapper.org>
next in thread | raw e-mail | index | archive | help
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 freebsd-questions@FreeBSD.org. The From: header should say leblanc+freebsd@keyslapper.org. Chances are it says leblanc+freebsd@outgoing.verizon.net. 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 leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org ԿԬ filibuster, n.: Throwing your wait around. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115152809.GB23469>