Home Forums OS X Server and Client Discussion Questions and Answers Setting up squirrelmail

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #354897
    Anonymous
    Participant

    Hi,

    I’m trying to get squirrelmail to work on MacOS X Server 10.2.2
    I was told squirrelmail was installed by default and that I only had to uncomment the PHP tags in /etc/httpd/httpd.conf

    Following the “Include /etc/http/httpd_squirrelmail.conf” directions given in https://www.afp548.com/Articles/web/squirrelmail.html makes Apache refuse to start.
    What I did was add the Include statement as follows in httpd_macosxserver.conf

    #<RAdmin 100>
    NameVirtualHost 192.168.185.11:80
    Listen 192.168.185.11:80
    <VirtualHost 192.168.185.11:80>
    ServerName server
    Include /private/etc/http/httpd_squirrelmail.conf

    #WebPerfCacheEnable On
    #SiteAutomaticallyDisabled Off
    ServerAdmin [email protected]
    DocumentRoot “/Library/WebServer/Documents”
    DirectoryIndex index.html index.php
    CustomLog “/private/var/log/httpd/access_log” “%{PC-Remote-Addr}i %l %u %t \”%r\” %>s
    %b”
    ErrorLog “/private/var/log/httpd/error_log”
    [etc.]

    After this modification WebService Status gives:

    fopen: No such file or directory
    httpd: could not open document config file /private/etc/http/httpd_squirrelmail.conf
    /usr/sbin/apachectl start: httpd could not be started

    This doesn’t appear to be a privilige problem:
    -rw-r–r– 1 root wheel 442 Dec 18 14:21 httpd_squirrelmail.conf

    Can anyone tell me what I’m missing?

    #354899
    Cabbage
    Participant

    There is a typo in the manual

    On page 361 next to the number 1 in the left margin should be

    cd /private/etc/squirrelmail/config

    not
    cd /opt/squirrelmail/configure

    #354900
    legacyb4
    Participant

    I had the same problem, but found that the problem lay in:

    Include /private/etc/[b:8d6fd76a16][u:8d6fd76a16]httpd[/u:8d6fd76a16][/b:8d6fd76a16]/httpd_squirremail.conf

    You probably left out the “d” in the pathname.

    Cheers.

    [quote:8d6fd76a16=”A-H”]Hi,

    Include /private/etc/http/httpd_squirrelmail.conf

    [/quote:8d6fd76a16]

    #354907
    Anonymous
    Participant

    [quote:cd02659715=”legacyb4″]I had the same problem, but found that the problem lay in:

    Include /private/etc/[b:cd02659715][u:cd02659715]httpd[/u:cd02659715][/b:cd02659715]/httpd_squirremail.conf

    You probably left out the “d” in the pathname.

    Cheers.

    [quote:cd02659715=”A-H”]Hi,

    Include /private/etc/http/httpd_squirrelmail.conf

    [/quote:cd02659715][/quote:cd02659715]

    Thanks that’s [b:cd02659715]exactly[/b:cd02659715] what happened. I copied the instructions verbatim from the article here on afp548.com; if you’re listening: fix the typo.

    thanks for an excellent site.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Comments are closed