[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Webmail woes



> After trying to access webmail I looked into my apache error logs and
> found the following
> File does not exist: /home/sites/home/web/webmail
> File does not exist: /home/sites/home/web/openwebmail-cgi/openwebmail.pl
...
> Any comments or suggestions so I can access my webmail?
> Sincerely,
> William L. Thomson Jr.
> Support Group
> Obsidian-Studios Inc.

I guess you have a conflict with neomail. Check your /etc/httpd/conf/srm.conf at the end section where is :

### Begin - Added by neomail installer ###
Alias /neomail /home/neomail/html
#Alias /webmail /home/neomail/html
ScriptAlias /neomail-cgi  /home/neomail/cgi-bin
###  End  - Added by neomail installer ###

### Begin - Added by openwebmail installer ###
Alias /openwebmail /home/openwebmail/data/openwebmail
Alias /webmail /home/openwebmail/data/openwebmail
ScriptAlias /openwebmail-cgi  /home/openwebmail/cgi-bin/openwebmail
<Directory /home/openwebmail/cgi-bin/openwebmail>
AllowOverride All
</Directory>
###  End  - Added by openwebmail installer ###

if NeoMail has the same alias /webmail defined, it doesn't work.

Best regards

Meaulnes Legler
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ http://www.WaveWeb.ch ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~  Zürich, Switzerland  ~
~  tel: +41 1 260-1660  ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~