post...@oasisoflove.com: > Need help from postfix experts. > > I setup postfix for virtual_mailbox_domains > > virtual_mailbox_domains = mydomain.tld > virtual_mailbox_base = /home/mail > virtual_mailbox_maps = hash:/etc/postfix/vmailbox > virtual_uid_maps = static:5000 > virtual_gid_maps = static:5000 > > > Then '/etc/postfix/vmailbox' contains lines such as: > > i...@mydomain.tld mydomain.tld/info/ > > Question #1: > Do I need to manually create: > /home/mail/mydomain.tld/info
You probably have to create it depending on /home/mail/mydomain.tld directory permissions. Of course that's not manually but automatically as part of the account creation procedure. > Question #2: > How do I create the 'user' and 'password' for i...@mydomain.tld, so I can > login from Roundcube? > > FYI: I'm using postfix and dovecot. In that case, use Dovecot AUTH. See http://www.postfix.org/SASL_README.html Wietse