Login or Register

RSS IconRecent posts in this topic

avatar
nomados on Sep 22. 2006. 6:41 pm
Hello,
Working on 0.7b and attempting to test email settings using know good smtp server to send test email, but I get the subject line as response from the mailing action.

Any pointers out there? The php function crashes me, and my SP doesn't like that too much, so I am hopig to get this working.

So far I love this app, thanks Ilija,
n
avatar Staff
Ilija Studen on Sep 22. 2006. 6:53 pm
This exception is thrown when activeCollab fails to create a valid mail connection. Valid connection object in case of SMTP is the connection that actually connects. Please, double check your connection data and come back if they are ok but activeCollab fails to connect.

Do you have any PHP experience?
activeCollab Team Member
avatar
nomados on Sep 22. 2006. 10:10 pm
OK
So one of my mail servers works and the other does not. Interesting, because the host of the local activeCollab install owns the mail server that will not work. Host replied with:
---
Are you using SMTP authentication with our mail server? I just added the IP of the web server you are on to the IP relay list, so you should not have to use authentication now. Let me know how that works. Can your code provide more detailed error messages?
---
if I answer NO to the SMTP auth button I get "Failed to send test message" which doesn't sound like the non-auth will work. Turning the auth on gets me the "Notifier has failed" message.

Anyway to get more detatiled error message, or view the activity/conversation between activeCollab and the smtp link.

I am not averse to learning, so you could even punt me in the direction I need to look I'd be much appreciative.

thanks,
n
avatar
cubetto on Nov 10. 2006. 1:40 pm
Hi, i have the same error

i found the function and debugged the swift object and got this...

it says it doesnt support any of the authentication methods though for what i see its not doing a good conversation with SMTP

focus on:

[0] => Array
(
[command] =>
[time] => 0.07305000 1163164595
[response] => 550 5.1.1 You must be authenticated to use this server.

)

[1] => Array
(
[command] => HELO collab.*.com

[time] => 0.23837400 1163164595
[response] =>
)


shouldnt HELO, be the first command?


full debug of object:

Swift Object
(
[plugins:private] => Array
(
)

[esmtp:private] =>
[_8bitmime:private] =>
[autoCompliance:private] =>
[useExactCopy:private] =>
[domain:private] => collab.*.com
[mimeBoundary:private] =>
[mimeWarning:private] => This part of the E-mail should never be seen. If
you are reading this, consider upgrading your e-mail
client to a MIME-compatible client.
[parts:private] => Array
(
)

[attachments:private] => Array
(
)

[images:private] => Array
(
)

[expectedCodes:private] => Array
(
[ehlo] => 250
[helo] => 250
[mail] => 250
[rcpt] => 250
[data] => 354
)

[Bcc:private] => Array
(
)

[Cc:private] => Array
(
)

[replyTo:private] =>
[to:private] => Array
(
)

[from:private] =>
[priority:private] => 3
[readReceipt:private] =>
[maxLogSize:private] => 30
[returnPath:private] =>
[connection] => Swift_Connection_SMTP Object
(
[error] =>
[connected] => 1
[socket] => Resource id #137
[readHook] => Resource id #137
[writeHook] => Resource id #137
[connectTimeout] => 30
[server] => smtp.*.com
[port] => 25
[ssl] => 0
)

[authenticators] => Array
(
[CRAM-MD5] => Swift_Authenticator_CRAMMD5 Object
(
[serverString] => CRAM-MD5
[baseObject:protected] => Swift Object
*RECURSION*
)

[LOGIN] => Swift_Authenticator_LOGIN Object
(
[serverString] => LOGIN
[baseObject:protected] => Swift Object
*RECURSION*
)

[PLAIN] => Swift_Authenticator_PLAIN Object
(
[serverString] => PLAIN
[baseObject:protected] => Swift Object
*RECURSION*
)

)

[authTypes] => Array
(
)

[username] => collab@*.com
[password] => *
[charset] => UTF-8
[userCharset:private] => UTF-8
[failed] => 1
[autoFlush] => 1
[responseCode] => 0
[commandKeyword] => helo
[currentMail] => Array
(
)

[headers] => X-Mailer: Swift 2.1.16 by Chris Corbyn

[currentCommand] => HELO collab.*.com

[errors] => Array
(
[0] => Array
(
[num] => 0
[time] => 0.23855300 1163164595
[message] => MTA Error (Swift was expecting response code 250 but got 0):
)

[1] => Array
(
[num] => 0
[time] => 0.24148700 1163164595
[message] => The MTA doesn't support any of Swift's loaded authentication mechanisms
)

)

[transactions] => Array
(
[0] => Array
(
[command] =>
[time] => 0.07305000 1163164595
[response] => 550 5.1.1 You must be authenticated to use this server.

)

[1] => Array
(
[command] => HELO collab.*.com

[time] => 0.23837400 1163164595
[response] =>
)

)

[lastTransaction] => Array
(
[command] => HELO collab.*.com

[time] => 0.23837400 1163164595
[response] =>
)

[lastError] => The MTA doesn't support any of Swift's loaded authentication mechanisms
[lastResponse] =>
[failCount:private] => 0
[subFailCount:private] => 0
[numAddresses:private] =>
[failedAddresses:private] => Array
(
)

[ignoreCommands] => 0
[skippedCommands:private] => 0
)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic