thasmo / vagrant.box

A custom Vagrant Box for PHP Web Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an email environment using postfix, dovecot and roundcube

thasmo opened this issue · comments

A basic installation seems to look like this:

apt-get install dovecot-postfix

#pico /etc/aliases
#   postmaster: vagrant
#   root: vagrant

pico /etc/postfix/main.cf
    virtual_alias_maps = regexp:/etc/postfix/virtual

pico /etc/postfix/virtual
    /.*/ vagrant@vagrant-ubuntu-raring-64