Need to change my URL http for mail server

Discussion in 'Installation/Configuration' started by wasimriz, Apr 2, 2009.

  1. wasimriz

    wasimriz New Member

  2. falko

    falko Super Moderator Howtoforge Staff

  3. wasimriz

    wasimriz New Member

  4. falko

    falko Super Moderator Howtoforge Staff

    You can also do this by creating rewrite rules in the Apache Directives field manually: http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html

    It's not possible to configure this in SquirrelMail or Postfix.


    You must configure the correct sender address in your email client (SquirrelMail, Outlook, Thunderbird, etc.).
     
  5. wasimriz

    wasimriz New Member

    Falko

    Thanks for prompt reply

    can u guide where to make suitable changes in HTTP web browser so that i can route to mail.mydomain.com
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Try something like this in the Apache Directives field:

    Code:
    RewriteEngine on
    RewriteRule   ^/squirrelmail/$  http://webmail.mydomain.com/  [R]
     
  7. wasimriz

    wasimriz New Member

    Thanks alot for your quick prompt

    Can u please let me tell me where i shall qoute the above line.

    Bcoz i'm very familiar with RHEL but new to Ubuntu or Debian
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Please put it into the Apache Directives field of that web site in ISPConfig.
     

Share This Page