How does PMG handle virtual users and aliases?
I've got PMG in front of Postfix. Postfix is looking up domains, users and aliases in MySQL. When domain is added in MySQL, I also add the domain in PMG with an API call to /config/domains.
Does/can PMG know about the alias first.lastname@domain.tld pointing at username@domain.tld? I think this is doable if LDAP gets involved, but perhaps that's just my imagination.
If PMG can know about the aliases somehow, it could, I suppose deliver directly to Dovecot's LMTP and never touch Postfix. Is this a correct assumption?
I've got PMG in front of Postfix. Postfix is looking up domains, users and aliases in MySQL. When domain is added in MySQL, I also add the domain in PMG with an API call to /config/domains.
Does/can PMG know about the alias first.lastname@domain.tld pointing at username@domain.tld? I think this is doable if LDAP gets involved, but perhaps that's just my imagination.
If PMG can know about the aliases somehow, it could, I suppose deliver directly to Dovecot's LMTP and never touch Postfix. Is this a correct assumption?