SMTP hosts rejecting connections

Status
Not open for further replies.

zombeast

New Member
Messages
43
Reaction score
0
Points
0
I am still trying to set up SMTP emails from my forum to prevent spam, by having accounts user activated, the problem is that it won't send emails. I tried AOL, and GMAIL, and just get loads of errors. I have also tried SMTP with x10 and that doesn't seem to work either. I also tried SSL and that still didn't work!

Gmail over SSL

E-mail error
» EMAIL/SMTP
/forums/adm/index.php

Ran into problems sending e-mail at Line 1382. Response: 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 j65sm1248932yhm.54
.Backtrace

Connecting to tls://smtp.gmail.com:465
LINE: 995 <- 220 mx.google.com ESMTP j65sm1248932yhm.54

# EHLO web1.vital.x10hosting.com
LINE: 1267 <- 250-mx.google.com at your service, [69.175.6.116]

LINE: 1267 <- 250-SIZE 35882577

LINE: 1267 <- 250-8BITMIME

LINE: 1267 <- 250-AUTH LOGIN PLAIN XOAUTH

LINE: 1267 <- 250 ENHANCEDSTATUSCODES

# AUTH PLAIN
LINE: 1375 <- 334

# Omitting sensitive information
LINE: 1382 <- 535-5.7.1 Username and Password not accepted. Learn more at

LINE: 1382 <- 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 j65sm1248932yhm.54

AOL over SMTP

E-mail error
» EMAIL/SMTP
/forums/adm/index.php

Ran into problems sending e-mail at Line 1011. Response: 553 5.7.1 : Sender address rejected: not owned by user absolutelygrim@aol.com
.Backtrace

Connecting to smtp.aol.com:587
LINE: 995 <- 220-mtaout-mb02.r1000.mx.aol.com ESMTP MUA/Third Party Client Interface

LINE: 995 <- 220-AOL and its affiliated companies do not

LINE: 995 <- 220-authorize the use of its proprietary computers and computer

LINE: 995 <- 220-networks to accept, transmit, or distribute unsolicited bulk

LINE: 995 <- 220-e-mail sent from the internet.

LINE: 995 <- 220-Effective immediately:

LINE: 995 <- 220-AOL may no longer accept connections from IP addresses

LINE: 995 <- 220 which no reverse-DNS (PTR record) assigned.

# EHLO web2.vital.x10hosting.com
LINE: 1267 <- 250-mtaout-mb02.r1000.mx.aol.com

LINE: 1267 <- 250-PIPELINING

LINE: 1267 <- 250-SIZE 36700160

LINE: 1267 <- 250-ETRN

LINE: 1267 <- 250-STARTTLS

LINE: 1267 <- 250-AUTH PLAIN LOGIN XAOL-UAS-MB

LINE: 1267 <- 250-AUTH=PLAIN LOGIN XAOL-UAS-MB

LINE: 1267 <- 250-ENHANCEDSTATUSCODES

LINE: 1267 <- 250-8BITMIME

LINE: 1267 <- 250 DSN

# AUTH LOGIN
LINE: 1396 <- 334 VXNlcm5hbWU6

# Omitting sensitive information
LINE: 1402 <- 334 UGFzc3dvcmQ6

# Omitting sensitive information
LINE: 1408 <- 235 2.7.0 Authentication successful

# MAIL FROM:<mirg@madhousemafia.pcriot.com>
LINE: 1011 <- 553 5.7.1 <mirg@madhousemafia.pcriot.com>: Sender address rejected: not owned by user absolutelygrim@aol.com


:(
 
Status
Not open for further replies.
Top