Guest User

Untitled

a guest
Mar 4th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. virtual_transport = lmtp:unix:private/dovecot-lmtp
  2. virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
  3. virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
  4. virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
  5.  
  6. +----+-----------+------------+----------------------+
  7. | id | domain_id | password | email |
  8. +----+-----------+------------+----------------------+
  9. | 1 | 1 | mypassword | [email protected]
  10. | 2 | 1 | mypassword | [email protected]
  11.  
  12. +----+-----------+------------------------+-----------------------+
  13. | id | domain_id | source | destination |
  14. +----+-----------+------------------------+-----------------------+
  15. | 1 | 1 | @example.com | [email protected]
  16.  
  17. user@myserver:~# postmap -q [email protected] mysql:/etc/postfix/mysql-virtual-alias-maps.cf
  18. user@myserver:~# postmap -q [email protected] mysql:/etc/postfix/mysql-virtual-alias-maps.cf
Advertisement
Add Comment
Please, Sign In to add comment