> hiya,
> i'm using uucp-new protocol for mail delivery from/to internet via my smart
> host. This removes the ugly bang path when delivered to people on the net,
> and makes their replying to me a-ok.
> but, this also includes our local, internal servername in the From: and
> Reply-To: fields. for example: our domain: fullcompass.com
> our primary server: compass.fullcompass.com
> mail reply to: compass.fullcompass.com
> HOW can I get rid of any local server names? I tried masquerading as just
> fullcompass.com, but then internet mail never got forwarded to the smart
> relay host via uucp queue mechanism...
> any ideas????
> alan
> --
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
> Alan W. Jurgensen - Full Compass Systems
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
here is the m4 macro to create the sendmail.cf on the uucp relay host:
divert(-1)
#
# Created: 12-10-97 By: A W Jurgensen
# This is an attempt at using berkely sendmail on fcs. Using
# uucp forwarding to smart host "fullfeed".
#
divert(0)dnl
OSTYPE(aix4)dnl
DOMAIN(fullcompass.com)dnl
FEATURE(nodns)dnl
define(`UUCP_MAILER_MAX', 20000000)
define(`SMART_HOST', uucp-dom:fullfeed)
LOCAL_NET_CONFIG
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(uucp)dnl