Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/08/2008, 01:31
n0dix99
 
Fecha de Ingreso: agosto-2008
Mensajes: 9
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Problema con envio de mail via PHP mail()

Gracias por la respuesta.
Pero en vista que no podia instalar el servidor con el postfix, intente con el qmail.

Instale qmail e hice el cambio en el php.ini para que utilizace el qmail-inject. Cuando intento enviar un mensaje me sale de error:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connecti on._(#4.4.1)/

He hecho un telnet localhost 25 , y no he tenido problemas.

Tal vez el problema que tengo es el mismo que para postfix. He buscado configurar un relayhost para qmail. He configurado el /etc/tcp.smtp :
127.:allow,RELAYCLIENT="".

Y mi /etc/host/ es:
127.0.0.1 localhost
127.0.1.1 n0dix

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Mi "/var/qmail/bin/qmail-showctl" es:
doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is n0dix.local.

helohost: (Default.) SMTP client HELO host name is n0dix.local.

idhost: (Default.) Message-ID host name is n0dix.local.

localiphost: (Default.) Local IP address becomes n0dix.local.

locals:
Messages for n0dix.local are delivered locally.

me: My name is n0dix.local.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is n0dix.local.

qmqpservers: (Default.) No QMQP servers.

queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.

rcpthosts:
SMTP clients may send messages to recipients at n0dix.local.

morercpthosts: (Default.) No effect.

morercpthosts.cdb: (Default.) No effect.

smtpgreeting: (Default.) SMTP greeting: 220 n0dix.local.

smtproutes: (Default.) No artificial SMTP routes.

timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

virtualdomains: (Default.) No virtual domains.

concurrencyincoming: I have no idea what this file does.

qmail: I have no idea what this file does.

defaultdelivery: I have no idea what this file does.


Espero que esto ayude.

Nota: no se si esta permitdo discutir de otro asunto en el tema creado. Si es asi lo siento.

Última edición por n0dix99; 09/08/2008 a las 01:38