I finally got the confTRUSTED_USER thing to work (well it never crashed when I tried to restart it).<br><br>I added:<br>define(`confDOMAIN_NAME',`SERVER_SHORT_NAME.DOMAIN_NAME')dnl<br><br>I also changed /etc/hosts and added SERVER_SHORT_NAME.DOMAIN_NAME to it, along with the ip address and the SERVER_SHORT_NAME.  The IP address that I'm using is the one I see on ifconfig, not the one that 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: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied<br><br>I can access the DNS server.  I am basing that on the fact that I can access websites on the Linux server.
<br><br>Is there a command that I can use to determine the hostname of my server and if it is setup in the DNS properly?<br><br><div><span class="gmail_quote">On 11/5/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 Sun, 2006-11-05 at 03:26, jones yeates wrote:<br>
> Whenever I do a make and I have the confTRUSTED_USERS it compiles fine<br>> but then it won't restart sendmail properly.<br><br>This is probably a syntax error - m4 syntax is kind of obscure.<br>If you are following an example, note the direction of each
<br>of the single quotes.  But, all the trusted user setting does<br>is omit adding a Sender: header to point out cases where the From:<br>and real user don't match.   You probably want it for this case<br>but the mail will go through either way.
<br><br>> I will try the confDOMAIN on (Monday), but I am not clear as to why I<br>> need a long address for the server for apache to work that is running<br>> on the same machine.<br><br>Sendmail is an internet mailer.  It wants to resolve names
<br>using proper internet conventions and fully qualified domain<br>names are the only thing usable on the internet.  It is also<br>going to try to resolve the destination addresses so it can<br>apply any IP based restrictions or mappings in your access
<br>and other configuration files, even though it it will defer<br>actual delivery to your specified smarthost, so make sure<br>you have access to public DNS on this box.<br><br>--<br>  Les Mikesell<br>   <a href="mailto:les@futuresource.com">
les@futuresource.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>