Postfix example for non-LDAP config
-
Hi,
I’m installing the CE of Kopano and am now configuring Postfix. Since I only have 1 account, LDAP does not make sense. Most info I found on configuring Postfix is in an LDAP setup. Does anyone have a non-LDAP config example?
Cheers!
BC
-
For posterity:
virtual_mailbox_domains = yourdomain.com
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_transport = lmtp:127.0.0.1:2003create vmailbox and enter for example :
info@yourdomain.com info@yourdomain.comthen :
postmap /etc/postfix/vmailbox