Mailinglist Archive: opensuse-es (1168 mails)

< Previous Next >
[opensuse-es] Error de localhost en envios x Evolution
  • From: "Server v1.0" <pavarotti4ever@xxxxxxxxxxxxx>
  • Date: Tue, 21 Apr 2009 18:49:12 +0100
  • Message-id: <20090421174912.2DDD923404@xxxxxxxxxxxxxxxxxxxxxx>
Hola, desde hace un tiempo estoy teniendo problemas para enviar
correos por Evolution usando hotsmtp - xinetd. La cuenta en cuestion es de
Hotmail (la mantengo por que tiene mas de 10 años). El
error informado dice que se rechaza la conexion con localhost.

--------------------------------------------------------------------------

El archivo xinetd.conf es...

# This file generated by xconv.pl, included with the xinetd
# package. xconv.pl was written by Rob Braun (bbraun@xxxxxxxxxx)
#
# The file is merely a translation of your inetd.conf file into
# the equivalent in xinetd.conf syntax. xinetd has many
# features that may not be taken advantage of with this translation.
# Please refer to the xinetd.conf man page for more information
# on how to properly configure xinetd.


# The defaults section sets some information for all services
defaults
{
#The maximum number of requests a particular service may handle
# at once.
instances = 25

# The type of logging. This logs to a file that is specified.
# Another option is: SYSLOG syslog_facility [syslog_level]
log_type = FILE /var/log/servicelog

# What to log when the connection succeeds.
# PID logs the pid of the server processing the request.
# HOST logs the remote host's ip address.
# USERID logs the remote user (using RFC 1413)
# EXIT logs the exit status of the server.
# DURATION logs the duration of the session.
log_on_success = HOST PID

# What to log when the connection fails. Same options as above
log_on_failure = HOST

# The maximum number of connections a specific IP address can
# have to a specific service.
per_source = 5
}

service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/hotwayd
server_args = -r
}

service smtp
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/hotsmtp
}

----------------------------------------------------------------------

Se agradece vuestra ayuda (perdon por la falta de acentos, pero el editor de
operamail gratuito es... :S).

S.V.1


--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
< Previous Next >
Follow Ups