I thought I had squirrelmail up and running, but apparently I either made a mistake or something is not quite configured correctly.
It is installed at /usr/local/www/squirrelmail.
In the apache httpd-vhosts.conf I have the following two entries:
In my named db file I have the following:
Ping work and shows the correct IP address, so the question is does anyone see something wrong here? Any help would be appreciated.
Douglas
It is installed at /usr/local/www/squirrelmail.
In the apache httpd-vhosts.conf I have the following two entries:
Code:
<Directory "/usr/local/www/squirrelmail">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<VirtualHost 54.150.176.124:80>
DocumentRoot "/usr/local/www/squirrelmail"
ServerName mail.dougpalme.com
</VirtualHost>
In my named db file I have the following:
Code:
mail.dougpalme.com. IN A 64.150.176.124
dougpalme.com. IN MX 10 mail.dougpalme.com.
Ping work and shows the correct IP address, so the question is does anyone see something wrong here? Any help would be appreciated.
Douglas