Add catchall table to postfix plugin
Add catchall table to postfix plugin
Descriptive title for this enhancement
add a catchall @ to postfix plugin to be able to use @toto.com
Actual behavior
We don't manage catchall for the postfix plugin
Expected behavior
be able to use a catchall adress in postfix
Step by step description of new behaviour
This one adds a catchall table to the postfix plugin and the schema update to store the data.
Note that is automatically prepends a '@' to the domain names so the information in the directory is what postfix needs to match against. To make this work with postfix, you add an additional table to virtual_alias_maps like:
server_host = ldap.example.com
search_base = cn=,ou=servers,ou=systems,dc=example,dc=com
query_filter = (fdCatchallTableDomain=%s)
result_attribute = fdCatchallTableRecipient
Benefits
Usa a catchall address in postfix
Possible Drawbacks
Code contributed in github must be reviewed and approved
https://github.com/fusiondirectory/fusiondirectory-plugins/issues/11
Applicable Issues
using email like @toto.com