Ml Ml via Postfix-users:
> Hello,
> 
> currently we manually use text files for mapping/routing:
> 
> # postconf -n |grep -e transport -e alias
> alias_database = hash:/etc/aliases hash:/etc/postfix/aliases
> alias_maps = hash:/etc/aliases hash:/etc/postfix/aliases
> allow_mail_to_commands = alias,forward,include
> local_transport = lmtp:unix:/run/cyrus/socket/lmtp
> mailbox_transport = lmtp:unix:/run/cyrus/socket/lmtp
> transport_maps = hash:/etc/postfix/mailertable (=> sub.example.com
> smtp:[somerelay.net]
> virtual_alias_domains = /etc/postfix/local-host-names   (=> example.com)
> virtual_alias_maps = hash:/etc/postfix/virtusertable
> hash:/etc/postfix/aliases (=> f...@example.com   pop-1234-0005)
> virtual_transport = lmtp:unix:/run/cyrus/socket/lmtp
> 
> We would like to migrate to a Database in order to manage it with a
> GUI or something.
> Any hints on this? Are there existing scripts/projects?

Some of the above settings have no support for table lookups, for
example *_transport and allow_mail_to_commands. See
https://www.postfix.org/postconf.5.html 

Any database scheme will do, as long as you can provide the queries
that return the answers that Postfix expects to see.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to