Announcement

Collapse
No announcement yet.

Actinic v7 Authentication

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Actinic v7 Authentication

    Sorry to be posting about such an old version, I've been looking through the other posts and haven't found anything of any relevance. We manage our own email server and require authentication for sending mail through it, however when ticking that authentication is required within Actinic the email test fails with the message "Password:", our email server logs the following.

    Code:
    16:36:50: Accepting SMTP connection from [xxx.xxx.xxx.xxx:xxxxx] to [xxx.xxx.xxx.xxx:25]
    16:36:50: --> 220 ourdomain.com ESMTP MDaemon 12.5.1; Thu, 30 Aug 2012 16:36:50 +0100
    16:36:50: <-- EHLO www.ourdomain.com
    16:36:50: --> 250-ourdomain.com Hello www.ourdomain.com, pleased to meet you
    16:36:50: --> 250-ETRN
    16:36:50: --> 250-AUTH LOGIN CRAM-MD5 PLAIN
    16:36:50: --> 250-8BITMIME
    16:36:50: --> 250 SIZE
    16:36:50: <-- AUTH CRAM-MD5 
    16:36:50: --> 504 Unrecognized authentication type
    16:36:50: <-- AUTH LOGIN 
    16:36:50: --> 334 UGFzc3dvcmQ6
    16:36:52: Connection closed
    16:36:52: SMTP session terminated (Bytes in/out: 55/264)
    Can anyone offer anything on the way that Actinic does it's authentication and why our email server should not be recognising the authentication it's trying to use.

    Many thanks,

    Andrew
Working...
X