How to change ISPCONFIG email address

Discussion in 'General' started by mnzava, Jan 23, 2008.

  1. mnzava

    mnzava Member

    Hello guys,
    I am trying to change the email address to have a meaningful look.
    My web address is www.example.com and i addred roundcubemail package through update in ISPConfig.
    Now when i create email account it looks like this [email protected]

    Where can i change it so that it looks like [email protected]?

    Can anyone tell me what to add to postfix configuration so that my server can send emails directly to another server next to it(within LAN) without using the public ip?

    Thanx and regards,
    Mnzava
     
  2. Hans

    Hans Moderator ISPConfig Developer

    If you have downloaded the latest RoundCube package provided here: http://www.ispconfig.org/downloads/roundcubemail-0.1-rc2.pkg you should not have the problem with www, because the package contains a patch to solve this:

    The line 782 within /home/admispconfig/ispconfig/web/roundcubemail//program/include/main.inc has been changed from:

    782 $line = trim($line);

    to:

    782 $line = trim(str_replace("www.", "", $line));
     

Share This Page