Mail only recieved by [email protected] not [email protected]

Discussion in 'Installation/Configuration' started by dp6ai, Jan 7, 2009.

  1. dp6ai

    dp6ai New Member

    My users are only able to receive mail when [email protected] is specified. In my /etc/postfix/virtusertable i have manually specified [email protected] but I still receive:

    "Recipient address rejected: User unknown in local recipient table"


    Can anyone shed any light on this?

    thanks
    in advance

    (Im using CentOS 5.2 perfect server.)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You missed to add the co-domain domain.com with empty hostname field in the website www.domain.com.
     
  3. dp6ai

    dp6ai New Member

    Mark that one down to "I'm an idiot"

    Thanks very much!

    DP
     
  4. Mole

    Mole New Member

    Yesterday I upgraded to the latest Roundcubemail (using management->Update manager->Update) and ispconfig-Version: 2.2.29

    All sites have definied alias without www (as it was before update).

    But after upgrade the default webmail (using Roundcubemail) is [email protected]. OK, I can change it in Roundbude->Personal setttings->Identities and change the email!
    But I can not tell to customers that they have to change it (they have >100) for every e-mail... They will kill me! :eek:

    it seems the problem is only with Roundcubemail (because with UebiMiau - OK, with SquirrelMail strange - [email protected]n have to change the e-mail in pereferences...)! :confused:
     
  5. Mole

    Mole New Member

    No solutions for my problem...? :confused:
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no solution except to set the correct email address under identities. Or you switch back to the former version if you have a bckup of it.
     
  7. Hans

    Hans Moderator Moderator

    The previous RoundCube package contains a small modification, which removes www from @www.domain.com. The result is that @domain.com will be shown under the identity tab of the user, which is what you want.

    This is the patch for RoundCube 0.1.1 stable:

    Within the /program/include/main.inc file the following has been changed from:

    709 $line = trim($line);

    to:

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

    The RoundCube 0.2-stable package does NOT contain this modification, because the /program/include/main.inc file has been slightly changed, so i don't know how to do it (yet). If someone knows a solution, please let me know.
     

Share This Page