On Tuesday 22 February 2005 08:01, [EMAIL PROTECTED] wrote:
> Hi all,
>
> I have now setup an account at dyndns.org (nifty!) and I can access the
> main page of my home system by going to http://nwyfre.homelinux.org.
> That is much more convenient than the cp14---...
>
Now install ddclient from contrib, edit /etc/ddclient.conf with your dyndns 
account details, and your computer will update the dyndns servers any time 
your IP address changes.

> But still I have a problem getting to and into Squirrelmail.
> Main page displays fine.

No it doesn't. Don't you mean
http://nwyfre.homelinux.net instead?

> The link on the page won't work (changed that 
> hard to http://cp14blahbla). But going to
> http://nwyfre.homelinux.org/squirrel also complains: the url is again
> changed to http://nwyfre.merlijn/squirrel/ (the local machine), and the
> "bad gateway" message comes up again (code=DNS_HOST_NOT_FOUND). So where
> am I going wrong?

Compare your setup to mine
/etc/squirrelmail/config.php
#############
<?php
global $version;
$config_version = '1.4.0';
$config_use_color = 1;
$org_name      = "SquirrelMail";
$org_logo      = SM_PATH . 'images/sm_logo.png';
$org_logo_width  = '308';
$org_logo_height = '111';
$org_title     = "SquirrelMail $version";
$signout_page  = '';
$frame_top     = '_top';
$provider_uri     = 'http://www.squirrelmail.org/';
$provider_name     = 'SquirrelMail';
$motd = "";
$squirrelmail_default_language = 'en';
$domain                 = 'jennings.homelinux.net';
$imapServerAddress      = 'localhost';
$imapPort               = 143;
$useSendmail            = true;
$smtpServerAddress      = 'localhost';
$smtpPort               = 25;
$sendmail_path          = '/usr/sbin/sendmail';
$pop_before_smtp        = false;
$imap_server_type       = 'courier';
$invert_time            = false;
$optional_delimiter     = 'detect';

/etc/httpd/2.0/conf/vhosts/Vhosts.conf
##############
NameVirtualHost www.jennings.homelinux.net
<VirtualHost www.jennings.homelinux.net>
ServerName www.jennings.homelinux.net
ServerAlias www.jennings.homelinux.net
#ServerPath /domain
DocumentRoot /var/www/html
</VirtualHost>


derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to