Hallo Gerrit,
Am Donnerstag, 30. Mai 2002 um 11:30 schriebst du: > Hallo Lev, >> How to block relaying? > smtp.ipmap.tab > Just enter all allowed IP adresses there behind this line: > "0.0.0.0"[tab]"0.0.0.0"[tab]"DENY"[tab]1[newline] > See the docs for examples, please. Oops, as Bill wrote, if you want to restrict just relaying, smtprelay.tab is the right place to add all hosts which are allowed to use the relay. All other hosts will be allowed then to access the server to deliver to local users (don't change smtp.ipmap.tab then). This line in smtp.ipmap.tab would block all access and would allow only those hosts to access which are added there with an additional line, e.g. smtp.ipmap.tab: "0.0.0.0"[tab]"0.0.0.0"[tab]"DENY"[tab]1[newline] "192.168.7.7"[tab]"255.255.255.0"[tab]"ALLOW"[tab]2[newline] "192.168.7.8"[tab]"255.255.255.0"[tab]"ALLOW"[tab]2[newline] Gerrit -- =^..^= - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
