On Tue, 26 Sep 2000 [EMAIL PROTECTED] wrote:

> 1)  VMWare 2.02:
...
>    The directory of kernel headers (version 2.2.16-22) does not match your
> running kernel (version 2.2.16-22smp).

You can probably get away with changing
/usr/src/linux/include/linux/version.h so that the line:
#define UTS_RELEASE "2.2.16-22"
reads:
#define UTS_RELEASE "2.2.16-22smp"

Then, change it back after you're done.


> 2)  qmail and xinetd
> 
>       -  I'm sure xinetd is great, but it seems like a lot more work
> getting it going with tcpwrappers.

tcpwrappers is mostly obsoleted by xinetd.  xinetd has host control built
in.  Read the man page for xinetd.conf, and pay attention to the
"only_from" and "no_access" attributes.

> I have this in /etc/xinetd.d/smtp
> 
> # Converted by inetdconvert
> service smtp
> {
>         socket_type             = stream
>         protocol                = tcp
>         wait                    = no
>         user                    = qmaild
>         server                  = /var/qmail/bin/tcp-env
>         server_args             = tcp-env /var/qmail/bin/qmail-smtpd
>         disable                 = no
> }

This is part of the xinetd faq, which you can find at
http://www.synack.net/xinetd/faq.html.  You want to use:

        server          = /var/qmail/bin/tcp-env
        server_args     = /var/qmail/bin/qmail-smtpd

Although several people claim that it works, I'm not sure how that sets
the RELAYCLIENT environment variable.  Let me know if you can't get it to
work.  Visit http://www.orbs.org/ afterward to make sure that your machine
isn't relaying for ip's that it shouldn't.

MSG




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to