On Thu, 9 Oct 2008, Tomasz Chmielewski wrote:
McDonald, Dan schrieb:
On Thu, 2008-10-09 at 12:07 +0200, Tomasz Chmielewski wrote:
I have a mail setup, where the SMTP server (Postfix) is running on a
machine with a public IP address, and amavisd-new and spamassassin are
running on a "filter" server in a private LAN.
You need to add the public and private IP's of your external box to
trusted_networks.
In local.cf, I already have:
trusted_networks 192.168.113.
trusted_networks my_external_ip
internal_networks 192.168.113.
Do you:
clear_trusted_networks
clear_internal_networks
before you set them? I run an SMTP server here on my workstation. This is
how I have it set up and works perfect:
clear_trusted_networks
clear_internal_networks
trusted_networks 192.168.1.10 # The only IP on this machine
trusted_networks our.ip.range.1 # Public IP range
trusted_networks our.ip.range.2 # Public IP range
trusted_networks off.ice.ip.1 # Public IP range
trusted_networks off.ice.ip.2 # Public IP range
trusted_networks off.ice.ip.3 # This range has my Internet
# facing router this machine
# is connected to
internal_networks 192.168.1.10 # The only IP on this machine
But it doesn't change anything.
[snip]