Thanks, now that part is clear..

Eric "Shubes" wrote:

Daniel Persson wrote:
In section 8 Add djbdns im told to put in

echo "search your-domain.com" > /etc/resolv.conf
echo "nameserver 127.0.0.1" >> /etc/resolv.conf

I'dont understand those two lines, is this right in my example?

echo search yahoo.com > /etc/resolv.conf
echo nameserver 127.0.0.1 >> /etc/resolv.conf

No. your-domain isn't yahoo, I'm sure. ;)
Perhaps telia.com? Use the (primary) name of the domain that the toaster
belongs to.

Also, you *need* the quotes, like in the example.

in one of the line there is a singel > and in the other there is a
double >> before /etc/resolv.conf
is that correct?

Yes, that's right. > tells the shell to create the named file. >> tells the
shell to append to the named file.



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to