I have a very similar problem to the one above and have tried getting postfix to work but have had difficulties. Any help would be sincerely appreciated.
I am trying to setup Postfix 2.0.14 and Exchange 2000 to communicate with each other. Postfix is running on a RH 7.3 machine connected to our ISP and also connected to our internal network. Exchange is running on our internal domain controller.
I would simply like to use postfix as an email gateway to our exchange server.
This is what I've done so far. Installed Postfix per instuctions at
http://www.redhat.com/support/resources/howto/RH-postfix-HOWTO/book1.html and I've used usige's instructions above but keep getting errors in my maillog.
Below are my maillog, main.cf, and transport_map files:
MAILLOG FILE:
I can't seem to overcome below problem:
Sep 2 14:24:29 www postfix/smtpd[23374]: connect from unknown[69.24.239.32]
Sep 2 14:24:29 www postfix/smtpd[23374]: A444988B85: client=unknown[69.24.239.32]
Sep 2 14:24:29 www postfix/smtpd[23374]: A444988B85: reject: RCPT from unknown[69.24.239.32]: 450 <
david.dameron@ci.huntsville.tx.us>: User unknown in local recipient table; from=<AS//
SQYBAQAEg0kB9QAAAAABAAAGBg@11freeprize.com> to=<
david.dameron@ci.huntsville.tx.us> proto=SMTP helo=<out012.tpcper.com>
Sep 2 14:24:30 www postfix/smtpd[23374]: disconnect from unknown[69.24.239.32]
Sep 2 14:28:55 www postfix/smtpd[23372]: timeout after RSET from unknown[165.91.236.11]
Sep 2 14:28:55 www postfix/smtpd[23372]: disconnect from unknown[165.91.236.11]
MAIN.CF FILE:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname =
www.ci.huntsville.tx.usmydomain = ci.huntsville.tx.us
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, $mydomain
unknown_local_recipient_reject_code = 450
mynetworks = 10.0.33.1/16, 127.0.0.0/8
relay_domains = ci.huntsville.tx.us, huntsvilletx.gov
transport_maps = hash:/etc/postfix/transport
relayhost = [10.0.64.2]
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 10
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /etc/postfix/samples
readme_directory = /etc/postfix/README_FILES
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
TRANSPORT_MAP FILE:
ci.huntsville.tx.us smtp:[10.0.64.2]