Like SEPPmail, Totemomail belongs to the family of secure mail gateways: encryption, decryption, and signing run centrally in the mail flow instead of on the clients. Developed by the Swiss company totemo ag, the product has belonged to Kiteworks since the takeover in 2022 and is continued there as part of a broader platform for protected content exchange. Existing installations are operated further under the Kiteworks umbrella.
Matching commands
Ready-to-run Totemomail commands for PowerShell and the Unix shell, with examples to copy.
Articles on Totemomail (8)
- Sep 4, 2026 log4j2 disk space When the log fills the disk: properly limiting log4j2 RollingFile, using totemomail as an example
- Aug 28, 2026 TotemoMail Controls Essential Controls for TotemoMail Admins: Stop the Server, Check Queues, and Clean Up in a Controlled Manner
- Aug 28, 2026 Passwordless PuTTY Passwordless Linux Server Access: Set Up SSH Key Login with PuTTY, Pageant, and More
- Aug 24, 2026 JMeter Load Test SMTP Load Testing with Apache JMeter in Practice: 10,000 Emails, Five Rule Paths, One HTML Report
- Aug 11, 2026 Rebuild rule set Rebuilding Apache James Rule Sets in a Structured Way: Tools and Method
How it works in the mail flow
The gateway sits as an SMTP hop between the mail system and the internet. Policies decide per message whether it is signed, encrypted, or delivered in cleartext; S/MIME and OpenPGP are supported equally, including automatic key exchange with peers. For recipients without keys of their own, WebMail delivery is available: the message stays on the gateway, and the recipient reads and answers it through a password-protected portal. Totemomail thus covers the same use cases that carry the gateway model in general: professional secrecy obligations, sensitive personal data, and regulated communication.
Directory and licensing logic
The LDAP(S) integration with Active Directory supplies the gateway with users and groups for policies and certificate assignment. One characteristic deserves particular attention: the licensing model based on licensed users. Counted are internal users who use encryption functions; external communication partners are free. If the directory grows uncontrolled (orphaned accounts, shared mailboxes, service accounts), the license counter fills up until the gateway rejects new users. Regular cleanup via LDAP queries, ideally automated, is therefore part of standard operations.
Integration with Microsoft 365
In M365 environments, the gateway is attached to the Exchange Online mail flow through connectors: outbound traffic is forced through Totemomail, and inbound traffic is accepted only from its addresses. For additional functions that require a mailbox, the modern path leads through an Entra app registration with Graph permissions and certificate authentication rather than through service accounts with passwords; application access policies limit access to exactly the mailboxes required.
Operational topics
Operations revolve around four recurring items: certificate lifetimes for transport, signing and the web interface, license and user counts with their mapping in the directory, version changes including a review of the release notes beforehand, and the connections to directory and mail system. When something breaks, the mail flow logs are the first place to look: was the message accepted, which policy applied, and does the recipient exist in the directory in the form the policy expects.