Hi,<br><br>ls -ld /var/spool/clientmqueue resulted in:<br>drwxrwx--- 2 smmsp smmsp 4096 Nov  7 04:02 /var/spool/clientmqueue<br><br>-- so that's good.<br>-- I tried to include apache as a member of the smmsp group and it still didn't work.  So I removed apache from the group.
<br><br>None of the nslookup commands were successful.  I tried it with the server's short name, full name (including domain name) and ip address.  Results are shown below.<br><br>nslookup SHORTNAME resulted in:<br>;; Got SERVFAIL reply from 
<a href="http://10.32.140.1">10.32.140.1</a>, trying next server<br>Server:         <a href="http://172.17.6.1">172.17.6.1</a><br>Address:        172.17.6.1#53<br><br>** server can't find SHORTNAME: SERVFAIL<br><br>nslookup 
SHORTNAME.DOMAINNAME<br>Server:         <a href="http://10.32.140.1">10.32.140.1</a><br>Address:        10.32.140.1#53<br><br>** server can't find SHORTNAME.DOMAINNAME: NXDOMAIN<br><br><br>nslookup IP.AD.DRE.SS<br>Server:         
<a href="http://172.17.6.1">172.17.6.1</a><br>Address:        172.17.6.1#53<br><br>** server can't find 208.129.32.10.in-addr.arpa: NXDOMAIN<br>--------------------------------<br>I am not sure if I turned setuid off on sendmail.  I don't know where I can see if it is set on or off.  It didn't seem to say anything in the 
<a href="http://sendmail.cf">sendmail.cf</a> file or the <a href="http://sendmail.mc">sendmail.mc</a> file.<br><br>I am behind a NAT and I guess I should run a DNS server on this machine?  I was thinking of just having the server's ip address and name in the server.  I don't understand why it is not accessing /etc/hosts to see a list of names/ip addresses.  
<br><br>I looked in <a href="http://sendmail.cf">sendmail.cf</a> and it had this:<br><br># my official domain name<br># ... define this only if sendmail cannot automatically determine your domain<br>DjSHORTNAME.DOMAINNAME
<br><br># this is equivalent to setting class "t"<br>Ft/etc/mail/trusted-users<br>Troot<br>Tdaemon<br>Tuucp<br>Tapache<br><br><br><br><br><br><br><div><span class="gmail_quote">On 11/6/06, <b class="gmail_sendername">
Les Mikesell</b> <<a href="mailto:les@futuresource.com">les@futuresource.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 2006-11-06 at 20:14, jones yeates wrote:<br><br>> I also changed /etc/hosts and added SERVER_SHORT_NAME.DOMAIN_NAME to<br>> it, along with the ip address and the SERVER_SHORT_NAME.  The IP<br>> address that I'm using is the one I see on ifconfig, not the one that
<br>> is seen on a website that shows your computer's ip address.<br>><br>> I get this error:<br>> Nov  6 18:07:46 [SERVER_SHORT_NAME] sendmail[3774]: NOQUEUE:<br>> SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission
<br>> denied<br>                    ^^^^^^^^^^^^^^^  new problem<br><br>Did you turn off setuid on sendmail?  It should run as user smmsp<br>for submissions as specified in /etc/mail/submit.cf and<br>ls -ld /var/spool/clientmqueue
<br>should show:<br>drwxrwx--- 2 smmsp smmsp 4096 Nov  6 17:00 /var/spool/clientmqueue<br><br>> I can access the DNS server.  I am basing that on the fact that I can<br>> access websites on the Linux server.<br>>
<br>> Is there a command that I can use to determine the hostname of my<br>> server and if it is setup in the DNS properly?<br><br>Normally you should be able to use nslookup with both your<br>fully qualified domain name and IP address to see if the
<br>values returned are correct, but if you are behind NAT you<br>need a local DNS server to have the 'internal' addresses.<br>A hosts file entry will usually work, although sendmail will<br>try for an MX record and will use one it finds in DNS in
<br>preference to the same name in /etc/hosts.<br><br>But, get permissions right before worrying about this part.<br><br>--<br>  Les Mikesell<br>   <a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a><br><br><br>
_______________________________________________<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn
</a><br>For more info see <<a href="http://www.k12os.org">http://www.k12os.org</a>><br></blockquote></div><br>