From: "Markus Braun" <[EMAIL PROTECTED]>
>For an example setup:
If my network is 192.168.1.0/24 and I have two mailservers at
192.168.1.2 and 192.168.1.3, I could set it up two different ways.
Individually:
trusted_networks 192.168.1.2
trusted_networks 192.168.1.3
Or the entire network:
trusted_networks 192.168.1.
My ISP may be trustworthy, but since I don't control their servers, I'm
not going to list them.
I have an ISP provider where my server is located with an own ip.
so i must found out the internal network.
I get the suggest for Ping?
but i dont understand it really.
I must login to my server over ssh and then?
Marcus, how do you speak to your mail server?
Suppose you address it as "foo.bar.baz". Then you can simply do a
"host foo.bar.baz" and get the address for that machine. That
becomes the only entry to "trusted_networks". Your "internal_network"
is a different proposition. In your case I might set it to 127.0.0.1
if you have exactly one machine of your own and it talks exclusively
to the outside world, including the email server, with no other
machines on an internal network at your location.
{^_^}