[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How-To: Masquerade the Envelope with Sendmail
- From: "Wellington Terumi Uemura" <wellingtonuemura hotmail com>
- To: redhat-list redhat com
- Subject: Re: How-To: Masquerade the Envelope with Sendmail
- Date: Sat, 31 Jul 1999 23:00:27 PDT
# /usr/lib/sendmail-cf/cf/redhat.mc plus the masquerade options
divert(-1)dnl
include(`../m4/cf.m4')dnl
define(`confDEF_USER_ID',``8:12'')dnl
define(`SMART_HOST', `your.isps.mta')dnl #added
OSTYPE(`linux')dnl
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(local_procmail)dnl
FEATURE(nouucp)dnl
MAILER(procmail)dnl
MAILER(smtp)dnl
MASQUERADE_AS(yourdomain.dom)dnl #added - use your domain name here!
FEATURE(allmasquerade)dnl #added
FEATURE(masquerade_envelope)dnl #added
HACK(check_mail3,`hash -a JUNK /etc/mail/deny')dnl
HACK(use_ip,`/etc/mail/ip_allow')dnl
HACK(use_names,`/etc/mail/name_allow')dnl
HACK(use_relayto,`/etc/mail/relay_allow')dnl
HACK(check_rcpt4)dnl
HACK(check_relay3)dnl
If you're using Red Hat all of this is in the original redhat.mc with a
couple
I just having problem with HACK section,the error is :
../HACK/check_relay3.m4:No such file or diretory
../HACK/check_rcpt4.m4:No such file or diretory
../HACK/etc/mail/rellay_allow.m4:No such file or diretory
And others in Hack section!
Using RedHat6.0,sendmail 8.9.3 thanks~!
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]