> -----Original Message----- > From: felix > Sent: Thursday, December 05, 2002 1:28 PM > Subject: Problem with Sendmai RH8.0 > > > hi all person of rehdat list. > > I have problem with sendmail, i cant sendmail of Outlook > exprees or Netscape. > > I read about of sendmail, this work with tcp wrappers .
Are you sure? I'm not aware of sendmail being compiled with tcp wrapper support. You can tell by issuing the following command: sendmail -d0.1 </dev/null Look at the "Compiled with" options. If you see tcp_wrappers, then sendmail was compiled with tcp_wrapper support. If not, tcp_wrapper entries are not needed. At least for sendmail. > > if write lines in hosts.deny > > ALL: ALL > > the service of POP3 is deny y cant read mail of outlook > but if erase the lines of hosts.deny its work good. Did you add the approriate service entries in hosts.allow? like pop3. > > and when send mail a other user mail. the service the > SMTP require auth. why. Probably because your MUA (outlook/netscape) is configured to authenticate with your outbound server. i.e. sendmail. Have you configured sendmail to accept smtp authentication? I had to re-compile sendmail source to enable this feature. If not, disable outbound authentication in your MUA. > PD. > > when try. > > [felix@darian felix]$ telnet localhost 110 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > +OK POP3 localhost.localdomain v2001.78rh server ready > quit > +OK Sayonara > Connection closed by foreign host. Pop3 access looks OK! > [felix@darian felix]$ telnet localhost 25 > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Connection refused > [felix@darian felix]$ > > and can't sendmail in outlook the error send me is > > The connection to the server has failed. Account: >'darian.ucol.mx', Server: 'darian.ucol.mx', > Protocol: SMTP, > Port: 25, Secure(SSL): No, Socket Error: 10061, Error Number: > 0x800CCC0E > > where put some lines for tcp_wrappers work fine with > service of SMTP.. If your copy of sendmail is actually compiled with tcp_wrapper support, then I would temporaily add something like this to test... /etc/hosts.allow ALL: 192.168.9.0/255.255.255.0 /etc/hosts.deny ALL: ALL Substitute the network address with your own. Also, are you sure sendmail is running on this system? Steve Cowles -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list