Skip to main content

Hermes SEG Bulk Recipient Import and Delete

Currently, Hermes SEG provides a way to only bulk import Internal Recipients through the Administration Console Web GUI by  using Active Directory Integration if you have a Hermes SEG Pro license. However, if Active Directory Integration is not available or possible, there is no way to bulk import or delete Internal recipients through the Administration Console Web GUI. For those cases, we are providing a command line bash script that will enable you to bulk import and bulk delete Internal Recipients that are stored in comma delimited .csv file.

As an added benefit, if your mailboxes are stored on a Microsoft Exchange server, we are also providing a powershell script that will allow you to export all your Exchange mailboxes into a comma delimited .csv file that you can use to import into Hermes SEG.

Required Download Files

  • hermes_bulk_import_delete_recipients.sh - Bulk Import/Delete Bash Script
  • insert.sql - Bulk Import .sql file that hermes_bulk_import_delete_recipients.sh needs to be in the same directory as the script. This .sql file cleans up the imported data and updates additional fields in the database for the import to succeed during bulk import.
  • delete.sql - Bulk Delete .sql file that hermes_bulk_import_delete_recipients.sh needs to be in the same directory as the script. This .sql file cleans up the imported data and updates additional fields in the database for the import to succeed during bulk delete.
  •