Receive mail for multiple domains - virtual domains
Posted by Silvo Kraševec, Nazadnje spremenjeno s strani Silvo Kraševec on 05 October 2013 03:54 PM
|
|
Receive mail for multiple domainsAdd to the end of your /volume1/@appstore/MailServer/etc/main.cf: virtual_alias_domains = seconddomain.tld thirddomain.tld virtual_alias_maps = hash:/volume1/@appstore/MailServer/etc/virtual Create the file //volume1/@appstore/MailServer/etc/virtual and use this format: address1@seconddomain.tld user address2@thirddomain.tld user2 After every change you make in the file ‘virtual’, run postmap: cd /volume1/@appstore/MailServer/etc ../sbin/postmap hash:virtual | |
|
Comments (0)