Displaying 1 result from an estimated 1 matches for "sql_virtual_mailbox_map".
Did you mean:
sql_virtual_mailbox_maps
2012 Jun 07
0
auth-worker problem here.
..., add the
following (substituting mysql for pgsql if you're on PostgreSQL) to the
bottom of /etc/postfix/main.cf:
virtual_alias_maps = mysql:/etc/postfix/sql_virtual_alias_maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/sql_virtual_domain_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/sql_virtual_mailbox_maps.cf
Tip: Because this is using the Dovecot's LDA, all results from
virtual_mailbox_maps are ignored beyond checking if they exist.
I added in the mysql db an alias postmaster at domainn.tld that should be
forwarded to name at domainn.tld.
The tip above tells me when using dovecot lda the vi...