Rem Craig Johnson, Jan. 11, 2003 See http://www.craigjconsulting.com Rem I don't recommend using the NOLOAD option. Best to just skip to the SIMPLE Rem section. Rem COMPLEX SECTION - uncomment the Load lines if you really need them. Rem *** Don't use the /NOLOAD section unless you really need to use the -M option rem *** with Mail Proxy! The /NOLOAD option can really make loading & unloading rem *** BorderManager tricky. (Meaning possible ABENDS on reloading) rem *** The load lines used in the Complex section depend on what was unloaded rem *** manually in the BMOFF file... rem *The NOLOAD proxy prevents autoloading of most other BorderManager modules rem Load BRDSRV /NOLOAD rem *The /S options represses certain (cosmetic) error messages. rem Load ACLCHECK /S rem *Not needed if already loaded, but the /NOLOAD option above will cause an ABEND when rem *PROXY loads if you don't load this first. rem Load IPXF rem *The /M option tells Mail Proxy to query more than one MX record if needed rem Load PROXY -M Rem *Loads CyberPatrol / Surfcontrol rem Load SYS:ETC\CPFILTER\CPFILTER Rem *Load additional options that do not autoload with the BRDSRV /NOLOAD option rem Load AUTHGW Rem SIMPLE BorderManager Load Section Rem *Load SurfControl (Surfcontrol needs to load before BorderManager - CyberPatrol didn't care) Load SYS:ETC\CPFILTER\CPFILTER Rem *Start most BorderManager services Load BRDSRV Rem *Loads VPN control module - select the one you are using, Rem *or comment out both if not using VPN. Load VPMASTER rem Load VPSLAVE