sir:

gud day. you will have to configure your postfix to act as a message router which goes something like this in ur main.cf file:

myorigin = example.com
mydestination = example.com
local_recipient_maps =
mynetworks = 192.168.1.0/24, 127.0.0.0/8  #replace w/ ur net or subnet
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
relay_domains = $mydestination
local_transport = error:Local Delivery Agent is disabled #since u won't be using it
transport_maps = hash:/etc/postfix/transport
relay_transport = smtp


### in ur transport file, place the address of ur xchange server
/etc/postfix/transport:

example.com               smtp:[192.168.1.2]

###the generate ur transport maps lookup table using:

postmap /etc/postfix/transport

###don't forget to disable ur LDA in master.cf

# ======================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (50)
# ======================================================================

# local     unix  -       n       n       -       -       local


###that's it! just issue

postfix start

and ur gud to go! ")


give me a feedback if it works. GOD bless!

---
"Having GOD in our lives doesn't mean sailing on a boat with no storms, rather,
it's sailing on a boat that no storm could ever sink. Sail on man!" 


\glenn

Aris Santillan wrote:
Postfix as frontend for exchange

Hi

does any know a good how to on making postfix as
Mail relay for MS Exchange Server?


thanks in advance
aris


-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to