SquirrelMail open_basedir restriction

Discussion in 'Installation/Configuration' started by dusantomic, Aug 16, 2010.

  1. dusantomic

    dusantomic New Member

    Hi guys,

    I can't get login page, i checked the errors and it seems that since latest ISPConfig (3.0.2.1) is not alowing usr/share/SquirrelMail to be added to open_basedir because of security issues.
    Since i followed perfect server unstruction for Centos 5.5 with ISPConfig 3, this is kinda problem for me, im novice at setting unix based servers.

    Can someone guide me or point me to some docs how to set SM for webmail.mydomain.com (this can be only for my primary domain, no auto redirect for clients) so all clients can use that, and also to disable current auto redirect for all domains/webmail ?

    Much appreciated.
     
    Last edited: Aug 16, 2010
  2. Ghostdare

    Ghostdare Member

    Create a new domain called "webmail.yourdomain.com", create DNS zone for that domain and after with "ln -s" in command line create the softlink


    Code:
    ln -s /yourpathtoSquirrelmaildir /yourpathtodomaindir
     

Share This Page