AntiVir MailGate version 2.0.4-7
--------------------------------

- Automatic updates:
  With the 6.32 release a new configuration file was introduced. The
  file /etc/avupdater.conf is consulted for the updater's setup, too.

  A new configuration item "UpdateAction <component> <action>" has
  been introduced for the updater. The <component> part is "mailgate"
  for AvMailGate. The <action> may be any of "none" (the default),
  "check" or "fetch". These settings cause the updater to handle the
  scanner backend as usual so your AV scan service will always be up
  to date, and in addition the updater will check for available
  updates or will even fetch an archive with the new software to your
  local disk for your convenience. The newly introduced "UpdateStoreDir"
  config item allows you to specify where the software archives should
  be stored, by default the directory "/usr/lib/AntiVir/updcomp/" is
  used. Available updates for the "mailgate" component will not be
  applied automatically to your local installation.

- The start scripts use avmailgate.bin to start MailGate
  and avmailgate.bin --stop to stop MailGate.

- AntiVir MailGate no longer consists of two
  different binaries (avgated, avgatefwd).
  One binary (avmailgate.bin) is used to stop and start MailGate.

  Usage:

  avmailgate.bin (avmailgate.bin --start) (start MailGate)
  avmailgate.bin --stop (stop MailGate)
  avmailgate.bin --status (shows the state of MailGate's processes)

  A master process stops all MailGate processes.

  'avmailgate.bin (avmailgate.bin --start)' starts the master process that
  starts the other MailGate processes and then
  runs in the background.

  'avmailgate.bin --stop' sends a SIGTERM to the master process which
  then sends a SIGTERM to the other MailGate processes.

  IMPORTANT:
  If you want to modify the config option 'PidDir', you should make sure
  that MailGate is not running _before_ you modify this parameter.
  If the parameter is modified, --stop and --status will not work
  correctly because the pid files of a running MailGate cannot
  be found.

  IMPORTANT:
  If you specify -C when starting MailGate, you have to specify -C for
  --stop and --status too.
  avmailgate.bin -C anyfile.conf --stop

  The process name in the log file will show avmailgate.bin and no
  more avgated and avgatefwd.

- New avq implementation
  The queue manager is no longer a separate script.
  It is implemented in the avmailgate.bin binary.

  Usage:

  * avmailgate.bin --avq (same as avmailgate.bin --avq --list)
    Shows the rejected queue.

    At the top of the output one can see which queue is displayed:
			Queue: rejected

    At the bottom of the output one can see how many mails are in the queue:
  			5 mails in the rejected queue

  * avmailgate.bin --avq --queue=incoming
    avmailgate.bin --avq --queue=outgoing
    Shows how many mails are in the incoming queue
    or in the outgoing queue.

  * avmailgate.bin --avq --list=all
    Shows all queues.

  * avmailgate.bin --avq --remove=26158-2212B237
    Removes the infected mail with the ID 26158-2212B237
    from the rejected queue.

  * avmailgate.bin --avq --remove=all
    Removes all mails in the rejected queue.
    The user will be asked if he really wants to remove
    all mails in the rejected queue.

  * avmailgate.bin --avq --flush
    Immediately flushes the incoming and outgoing queue.

  * avmailgate.bin --avq --deliver=26158-2212B237
    Delivers the possibly _infected_ mail with the ID
    26158-2212B237.

  For other parameters of --avq call avmailgate.bin --avq --help.


AntiVir MailGate Version 2.0.3-22
---------------------------------

- AntiVir MailGate now reports a shutdown
  in the logs.

- The default value of NotifyEndOfLicense
  is now set to 30 instead of 10.

- AddStatusInBody
  A full path to a filename can be specified
  for the option AddStatusInBody.
  The text in the specified file will be
  inserted in each mail.
  An improved method for inserting the status
  text is used.

- New option added:

	* MaxMessageSizeStatus

	If AddStatusInBody is specified, no
	text will be inserted in mails that are
	larger than the specified value.

	The default for this option is: disabled.


AntiVir MailGate Version 2.0.2-15
---------------------------------

- New options added:

	* BlockExtensions

	This option allows the blocking of mails that have
	the specified filename extension in an attachment's filename.
	NOTE that files included in an attached archive are checked too!

	If a mail has an attachment with the filename "abcd.exe"
	and "BlockExtensions exe" is specified, the mail will be quarantined.

	At most 32 extensions can be specified for BlockExtensions.
	The extensions in the configuration file have to be separated by ';'.

	BlockExtensions exe;scr;pif;bat;vbs

	The default for this option is "no".


	* SyslogFacility

	This option allows the user to specify a facility
	for the syslog.
	Everything that is logged will be logged with the given
	facility.

	The default for this option is "mail".
