Hi, I've decided to upgrade a mail relay I have running on solaris 7. It is a mail relay on my dmz...it takes mail from the ISP and sends it to my internal mail server. I have no idea what the original config was...so i'm starting from scratch. Here's what I have:
divert(0)dnl
VERSIONID(`$Id: cs-solaris2.mc,v 8.12 1999/02/07 07:26:00 gshapiro Exp $')
OSTYPE(solaris2)dnl
define(`DATABASE_MAP_TYPE', `dbm')
define(`MAIL_HUB', `MY_INTERNAL_MAIL_SERVER.com')
define(`SMART_HOST', `ISP_MAIL_SERVER.com')
FEATURE(`relay_entire_domain')
FEATURE(access_db)dnl
FEATURE(`blacklist_recipients')
FEATURE(nouucp, reject)
FEATURE(redirect)
FEATURE(accept_unresolvable_domains)
MAILER(local)dnl
MAILER(smtp)dnl
MASQUERADE_AS(MyDOMAIN.com)
This is nice and secure, but it send incoming mail into a routing loop between this box and the ISP's relay. I think im missing something simple here. Someone please help! I'd appreciate it greatly.
Thanks!
divert(0)dnl
VERSIONID(`$Id: cs-solaris2.mc,v 8.12 1999/02/07 07:26:00 gshapiro Exp $')
OSTYPE(solaris2)dnl
define(`DATABASE_MAP_TYPE', `dbm')
define(`MAIL_HUB', `MY_INTERNAL_MAIL_SERVER.com')
define(`SMART_HOST', `ISP_MAIL_SERVER.com')
FEATURE(`relay_entire_domain')
FEATURE(access_db)dnl
FEATURE(`blacklist_recipients')
FEATURE(nouucp, reject)
FEATURE(redirect)
FEATURE(accept_unresolvable_domains)
MAILER(local)dnl
MAILER(smtp)dnl
MASQUERADE_AS(MyDOMAIN.com)
This is nice and secure, but it send incoming mail into a routing loop between this box and the ISP's relay. I think im missing something simple here. Someone please help! I'd appreciate it greatly.
Thanks!