Felix, sorry I only speak english. I hope I understood your questions.
I think this might be the answer you are looking for. :-)

RedHat 8.0 installs Sendmail by default configured to only listen on 
local interface.

Edit /etc/mail/sendmail.mc, around line 53:

        dnl This changes sendmail to only listen on the loopback device
127.0.0.1
        dnl and not on any other network devices. Comment this out if you want
        dnl to accept email over the network.
        DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')    

Put "dnl" at the beginning of the line "DAEMON_OPTIONS..."
Then run "m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf"
You will need mc-4.5.55-12.*.rpm installed to do this.

Then (I think) you will need to restart sendmail.

-Ben.

On Thu, 2002-12-05 at 14:27, felix wrote:
> 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 .
>  
> 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.
>  
> and when send mail a other user mail. the service the SMTP require
> auth. why.
>  
>  
> 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.
> [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..
>  
>  
>  
-- 
Ben Russo <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to