On 12/19/06, Steve Searle <steve@xxxxxxxxxxxxxxx> wrote:
ok, the symptoms are when I send an email it give the from address as
me@xxxxxxxxxxxx, I would like it to say from me@xxxxxxxxxxxAround 10:41pm on Tuesday, December 19, 2006 (UK time), Matthew Benjamin scrawled:
> >Tried it not working. Here is the config...
Are you sure sendmail-cf is installed - check with "yum list installed
sendmail-cf"
Also, what is the exact symptoms of the problem? Are you unable to send
mail, or is it just not masquerading correctly, or what?
Steve
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting a bad thing?
22:59:19 up 123 days, 1:26, 1 user, load average: 0.16, 0.10, 0.02
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
(these are generic names of course). Here is an exact listing of what I have in my sendmail.mc, that pertains to masquerading.
LOCAL_DOMAIN(`localhost.localdomain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains appear to be sent from mydomain.com
dnl #
MASQUERADE_AS(`noreply.com')dnl
dnl #
dnl # masquerade not just the headers, but the envelope as well
dnl #
FEATURE(masquerade_envelope)dnl
dnl #
dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well
dnl #
dnl #
MAILER(smtp)dnl
MAILER(procmail)dnl
--
mB.