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.)
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! 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...)!
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.
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.