I've got a really weird problem:
If I send an email to for example mail@mydomain.de (that address is a user in my grommunio). But postfix decides it needs to redirect that mail to root:
Feb 03 14:32:54 GrommunioContainer postfix/local[137375]: EA4B9318ACE: to=<root@mydomain.de>, orig_to=<mail@mydomain.de>, relay=local, delay=0.08, delays=0.07/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
And sure enough, the mail is now in the /var/spool/mail/root file. What is going on here? Why is the mail not processed by grommunio?