AutoResponse Issue

Discussion in 'Installation/Configuration' started by GrnEydDvl, Nov 15, 2013.

  1. GrnEydDvl

    GrnEydDvl New Member

    Ubuntu 12.04
    ISPConfig 3.0.5.3
    RoundCube
    Dovecot


    ISPConfig is installed and is working just fine. Webmail is working fine, until I move it to a virtual host.


    When webmail is located at domain.name/webmail the AutoResponder works.

    When webmail is located at webmail.domain.name the AutoResponder fails.

    I do not believe this is a RoundCube issue. If I login to the webmail interface from webmail.domain.name and change the dates and times through that control panel, and then go look at the mailbox in ISPConfig the Autoresponder tab shows the proper information. So obviously ISPConfig is picking up the changes the user makes in the webmail control panel.

    The only change I am making to the setup is in /etc/roundcube/apache.conf. I am adding these lines:

    Code:
    <VirtualHost xxx.xx.73.47:80>
      DocumentRoot /var/lib/roundcube
      ServerName webmail.xxxxxxx.net
    </VirtualHost>
    Is there something else I need to change?
     

Share This Page