ASSP development mailing list <[email protected]> schreibt: >I wonder if there some easy way to tell ASSP it is behind a firewall >or do I just have to disable the checks, >that are not working because of circumstances?
ASSP can use those checks, even if there is only one IP if front of all senders. - put the front IP into isip use -Regular Expression to Identify ISP/Secondary Hostnames* (ispHostnames) Hostnames to lookup the IP that connected to the ISP/Secondary server. If found, this address is used to perform IP-based checks on forwarded messages. For example: mx1\.yourisp\.com or mx1\.yourisp\.net|mx2\.yoursecondary\.com . This hostnames are found in the 'Received:' header, like 'Received: from ...123.123.123.123... by mx1.yourisp.com'. The frontend IP must be listed in ispip. Leave this blank to disable the feature. Hostname may be a Regular Expression. ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
