[email protected] ??

Discussion in 'General' started by edge, Mar 15, 2006.

  1. edge

    edge Active Member Moderator

    Hmmmm not sure what did go wrong here, and I'm 100% sure that it was not like this before I did the update from 2.1.2 > 2.2.0!

    When I go to any of the domains that are shown in sites, and than select the User & Email option and a user that the email address shows up as [email protected] (see images)
    The same problem is there when I create a new user.. it will show [email protected] !

    [​IMG]

    All the domains are setup like this:

    [​IMG]

    I have also the same problem when I setup a new domain (like the image above).

    When I create a new user for the just created domain it will always showup as @www.domainname.com.

    Anyone here who knows how to fix this?
     
    Last edited: Mar 15, 2006
  2. falko

    falko Super Moderator Howtoforge Staff

    This has changed in 2.2.0. It now shows the email addresses with the main domain of the web site - nevertheless all other domains do still work.

    We are working on something that it shows all domains in one of the next versions.
     
  3. edge

    edge Active Member Moderator

    Okay.. I guess it's only a cosmetic thing than (it does look strange.. [email protected] )

    I forgot to say than the email (send/receive) does still work with the normal [email protected] address :)
     
  4. edge

    edge Active Member Moderator

    falko, or till,

    I've done a new clean install on a test server here, and the problem as above is not on it! It's only on the updated version of ISPconfig (production server).

    I know that it's not really a problem, but my customers keep calling me about this, and asking me what their real email address is!

    When I look at the /etc/postfix/virtusertable it does show both email addresses: Is there some fix I can do to make it the same as the clean installed version of ISPconfig (without the www after the @)
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    You can try this, its untested, so make a backup of the file before you modify it!

    Edit the file /home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php

    replace line 97:

    Code:
    $out_email = '<input type="text" name="plugin[email]" size="10" maxlength="32" class="text" value="'.$user["user_email"].'">@'.$web["web_host"].".".$web["web_domain"];
    with this:

    Code:
    $out_email = '<input type="text" name="plugin[email]" size="10" maxlength="32" class="text" value="'.$user["user_email"].'">@'.$web["web_domain"];
     
  6. edge

    edge Active Member Moderator

    Jep... that did the trick..

    Thank you till!
     
  7. Miisca

    Miisca New Member

    user@www...

    Hi.

    This is my first post here since all my earlier problems was solved by searching "threads".
    Here we go...

    Everyting works fine eccept for one of my sites getting the [email protected]-syndrom when I create an account.
    This occured after I realized that I wanted one of my customers to reach the site from his customer-site. I didn´t have the problem earlier.
    Since I couldn´t find a way to transfer the site I had I decided to delete the site and re-create it.

    I deleted the site, then I created it under my customer. I realized that my trashcan wasn´t empty so i "cleaned it".
    But still I got the user@www.
    Is it safe to change line 75 in the php-file as described earlier? If I do this and hit problems later on I know I won´t remember I did this change.

    Also I have problem with recieving e-mails from my other sites. The server is a 2GHz AMD, with Mandriva2006 and ISPConfig 2.2.0.
    I guess this comes from not have configured my outlook2003 correct!? Emailclient connects to the server but the server "times out".

    Thanks for a GREAT forum and great work by projectfarm.
    :cool:
    /Newbie
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Does the website as ha co-domain (domain.se) with empty host field? If not, create it.

    You can change the .php file, but its only an "optical" display issue, the email addreses work fine.
     
  9. JaJunk

    JaJunk New Member

    What if you don't want mail for www.domain.com only domain.com as alot of spam usually all that comes in on addresses with a host name as well.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to change the ISPConfig code. ISPConfig creates always email addresses for the domain of the websites and its co-domains.
     
  11. falko

    falko Super Moderator Howtoforge Staff

    You can select "External Mailserver" for www.domain.com in ISPConfig. Then ISPConfig will not configure email addresses like [email protected].
     

Share This Page