|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Transport Problem
From: Mirco Bakker (lister1
gmx.net)
Date: Fri Dec 01 2006 - 09:52:54 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi
I try to configure a Postfix mail relay/firewall. So far everything works fine. The incoming and outgoing mails for my domain are relayd nicely. My problem is that the relay itself isn't able to send any mails.
If I send a mail to a user on the internal mail server using sendmail, postfix doesn't lookup the transport map (I assume transport is bypassed). Instead it looks up the domains mx record and treis to send the mail to its proxy interface.
Any Ideas? TIA, Mirco
- main.cf -------------------------------------------------------
smtpd_banner = $myhostname ESMTP
mydomain = localhost
myorigin = host.example.com
mydestination =
local_recipient_maps =
local_transport = error:local mail delivery is disabled
transport_maps = hash:/etc/postfix/transport
relay_domains = $transport_maps
proxy_interfaces = mail.example.com
relayhost = [relay.isp.com]
------------------------------------------------------------------
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]