problem creating virtual server on centOS 5

Discussion in 'Installation/Configuration' started by dealspiggy, Apr 11, 2008.

  1. dealspiggy

    dealspiggy New Member

    I followed this tutorial to install a LAMP with webmin/virtualmin. I use yum to install postfix. Everything used to work very fine until today. I now have this below error when trying to create virtual server in virtualmin:

    This obviously has something to do with the configuration of my installed postfix. I wonder how to fix this problem? virtual_alias_maps?? have no idea about it.

    appreciate your help.

    Tony
     
  2. topdog

    topdog Active Member

    edit /etc/postfix/main.cf and add this
    Code:
    virtual_alias_maps = hash:/etc/postfix/virtual
     

Share This Page