View previous topic :: View next topic |
Author |
Message |
Francisco 2002 -
Joined: 01 Oct 2003 Posts: 33 Location: Brazil (GMT -3 hours)
|
Posted: Fri Dec 03, 2004 11:02 pm Post subject: Windows 2000 SMTP Server (IIS) whith Abyss |
|
|
Can I use Windows 2000 SMTP Server (IIS) whith Abyss?
Have you a simple tutorial?
Thank you
Francisco _________________ Lojistas.net ( www.lojistas.net ) and ComVir.org ( www.comvir.org ) |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Sat Dec 04, 2004 1:54 pm Post subject: Re: Windows 2000 SMTP Server (IIS) whith Abyss |
|
|
Yes, of course. Actually Abyss doesn't directly connect to SMTP. They are your scripts that do it. So simply configure them to use SMTP and give them the correct address of the SMTP server (which is localhost or 127.0.0.1 if it is installed on the same machine as Abyss.)
In PHP, these settings are done in the php.ini file with the SMTP variable. |
|
Back to top |
|
 |
Francisco 2002 -
Joined: 01 Oct 2003 Posts: 33 Location: Brazil (GMT -3 hours)
|
Posted: Sun Dec 05, 2004 5:07 pm Post subject: |
|
|
If I do it, I receive following reply (in portuguese):
A mensagem não pôde ser enviada porque um de seus destinatários foi recusado pelo servidor. O endereço de email recusado era 'lojistas.net@lojistas.info'. Assunto 'Lidas: Bem-vindo ao Fórum Lojistas.net - Fórum', Conta: 'Ln Lojistas.net', Servidor: 'localhost', Protocolo: SMTP, Resposta do servidor: '550 5.7.1 Unable to relay for lojistas.net@lojistas.info', Porta: 25, Segura (SSL): Não, Erro do servidor: 550, Nº do erro: 0x800CCC79
... Server: 'localhost', Protocol: SMTP, Reply from server: '550 5.7.1 Unable to relay for lojistas.net@lojistas.info', ...
I receive following log:
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-12-05 15:58:00
#Fields: time c-ip cs-method cs-uri-stem cs-uri-query sc-status
15:58:00 127.0.0.1 HELO - +PC1 250
15:58:00 127.0.0.1 MAIL - +FROM:+<editoria@lojistas.net> 250
15:58:00 127.0.0.1 RCPT - +TO:+<lojistas.net@lojistas.info> 550
15:58:00 127.0.0.1 QUIT - PC1 240
Can you help me?
Thank you, Francisco _________________ Lojistas.net ( www.lojistas.net ) and ComVir.org ( www.comvir.org ) |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Wed Dec 08, 2004 3:43 pm Post subject: |
|
|
lnabyssw,
This means that the SMTP server is not well configured. Please review the SMTP server configuration to allow relaying (i.e. sending emails to other computers.) |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Wed Dec 08, 2004 3:46 pm Post subject: |
|
|
lnabyssw,
This means that the SMTP server is not well configured. Please review the SMTP server configuration to allow relaying (i.e. sending emails to other computers.) |
|
Back to top |
|
 |
|