accessing squirrelmail by using port 3333

Discussion in 'Server Operation' started by pawan_lal, Jul 31, 2009.

  1. pawan_lal

    pawan_lal New Member

    hello friends,
    i had configured postfix on Ubuntu 8.04 Lts n for web mail i am using squirrelmail. i want to use squirrelmail by using port 3333. how i installed squirrelmail

    apt-get install squirrelmail php-pear
    cp /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf
    /etc/init.d/apache2 restart
    /usr/sbin/squirrelmail-configure
    command: D
    Command >> courier
    Command >> S to save
    Command >> Q to quit..
    http://192.168.1.141/squirrelmail

    n than i changed the port in

    /etc/apache2/ports.conf

    Listen 3333

    <IfModule mod_ssl.c>
    Listen 443
    </IfModule>

    /etc/init.d/apache2 restart


    i had made changes in apache, i think i had to make changes in squirrelmail also for port 3333 plz guide me where to make changes for port 3333 in squirrelmail. ur help n support will be highly appreciated.

    thx
     
  2. Mark_NL

    Mark_NL Member

  3. dipeshmehta

    dipeshmehta Member

    Good, I liked it....

    Dipesh
     
  4. pawan_lal

    pawan_lal New Member

    now can access squirrelmail

    solved the problem now i can access squirrelmail by using port 3333. problem was with the firewall.
     

Share This Page