;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Name: BLAT Settings ; Author: D.R. Schut ; Infratects B.V. ; dennis.schut@infratects.nl ; Architects of the Future ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS MACHINE CATEGORY "Custom Administrative Templates" CATEGORY "Blat Sendmail Registry Settings" POLICY "Blat Settings" KEYNAME "Software\Policies\Microsoft\Windows\Blat" #if version >= 4 SUPPORTED !!SUPPORTED_OS #endif #if VERSION >= 3 EXPLAIN !!BlatExplanation #endif PART "SMTP Hostname" EDITTEXT VALUENAME "SMTP server" DEFAULT "netBIOS name Mail server" REQUIRED END PART PART "SMTP Port" EDITTEXT VALUENAME "SMTP Port" DEFAULT "25" REQUIRED END PART PART "Try" EDITTEXT VALUENAME "Try" DEFAULT "1" REQUIRED END PART END POLICY END CATEGORY ;; Blat Sendmail Registry Settings END CATEGORY ;; Custom Administrative Templates [strings] BlatExplanation=Blat is a Public Domain Windows NT console utility that sends the contents of a file in an e-mail message using the SMTP protocol.\n\nBlat is useful for creating scripts where mail has to be sent automatically (CGI, backups, etc.)\n\nTo use Blat you must have access to a SMTP server via TCP-IP.\n\nBlat uses the a DLL ("gensock" or "gwinsock") from WinVN, the public domain usenet newsreader for windows.\n\nBlat can store a default SMTP server address and a default "From:" field in the registry.\n\nWith this policy you can set the fields in the registry required to sent a smtp mail.\n\nSMTP Hostname = The receiving SMTP Server\n\nSMTP Port = Port tu use on the SMTP Server\n\nTry = How many times the system must try to send the SMTP message\n\nFor Further Information go to\n\nhttp:\\www.Blat.net\n\n\n\n #####Created By Dennis.Schut@nl.randstad.com For RSG##### SUPPORTED_OS="Windows Server 2003 family, XP SP1, 2000 SP3"