I found a semantic error in the LMTP module: the various domain checks assume one or more "handled domains" that consist of exactly 2 host components. Therefore, if you try to create an LMTP server object with a domain of "foo.bar.com", checks will fail due to the code ignoring the "foo" component.
Is a fix for this something that is allowable for 7.7, or shall it be held for 7.9?
Bill