Announcement

Collapse
No announcement yet.

Imap SSL und Secure Authentication

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

  • Imap SSL und Secure Authentication

    Hi,

    unser Mailserver braucht eine SSL IMAP verbindung und Secure Authentication.

    Wo kann ich diese beim anlegen des Users einrichten?

    Gruß Andreas

  • #2
    Hallo Andreas,

    wenn der IMAP Server TLS unterstützt (STARTTLS) macht OX das automatisch. Bei SSL kannst du den Parameter "imapserver" mit URI angeben, zum Beispiel: --imapserver imaps://imap.server.tld:993/

    Gruß

    Comment


    • #3
      Hi Martin,

      Originally posted by Martin Braun View Post
      zum Beispiel: --imapserver imaps://imap.server.tld:993/
      Das ist mir schon klar wir benutzen an unserem Mailserver aber "secure authenticatio". Im Thunderbird stellen wir bei Secure Settings folgendes ein (siehe Anhang).

      Geht das mit OX auch? Wenn ja wo?

      Gruß Andreas
      Attached Files

      Comment


      • #4
        So ich habe nun noch mal einen User eingerichtet.

        Wenn ich mich Anmelde kommt im ox.log folgedes:
        Code:
        Dec 18, 2009 11:40:31 AM com.openexchange.ajax.Folder$1 call
        SEVERE: MSG-1001 Category=3 Message=Wrong or missing login data to access server s-imap.mail.local with login andreas.fineske@tld.de (user=3, context=1). Error message from server: Login failed: authentication failure exceptionID=1708269058-75
        MSG-1001 Category=3 Message=Wrong or missing login data to access server s-imap.mail.local with login andreas.fineske@tld.de (user=3, context=1). Error message from server: Login failed: authentication failure exceptionID=1708269058-75
                at com.openexchange.mail.mime.MIMEMailException.handleMessagingException(MIMEMailException.java:403)
                at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:477)
                at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:430)
                at com.openexchange.mail.api.MailAccess.getRootFolder(MailAccess.java:389)
                at com.openexchange.ajax.Folder$1.call(Folder.java:701)
                at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
                at java.util.concurrent.FutureTask.run(FutureTask.java:123)
                at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:735)
                at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:761)
                at java.lang.Thread.run(Thread.java:595)
        Caused by: javax.mail.AuthenticationFailedException: Login failed: authentication failure
                at com.openexchange.imap.IMAPAccess.checkFailedAuths(IMAPAccess.java:487)
                at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:408)
                ... 8 more
        Auf Mail habe ich noch immer keine zugriff.

        Gruß Andreas

        Comment


        • #5
          Hat keiner eine Idee woran das liegen kann?

          Gruß Andreas

          Comment


          • #6
            Moin moin,

            hier noch mal die frage ob es einen lösungsansatz gibt?

            Unser Mailserver ist ein Dovecot auf openSuSE 11.1 wir nutzen nur cram-md5

            beim Anmelden vom vom OX am Mailserver steht in dovecot.info
            Code:
            dovecot: Jan 06 16:02:43 Info: imap-login: Authenticate PLAIN failed:
            Unsupported authentication mechanism.: method=PLAIN, rip=y.y.y.y,
            lip=x.x.x.x, TLS
            Auszug aus open-xchange.log.0
            Code:
            SEVERE: MSG-1001 Category=3 Message=Wrong or missing login data to access server s-imap.mail.local with login andreas.fineske@iea-dpc.de (user=3, context=1). Error message from server: Login failed: authentication failure exceptionID=982664021-678
            MSG-1001 Category=3 Message=Wrong or missing login data to access server s-imap.mail.local with login andreas.fineske@iea-dpc.de (user=3, context=1). Error message from server: Login failed: authentication failure exceptionID=982664021-678
            	at com.openexchange.mail.mime.MIMEMailException.handleMessagingException(MIMEMailException.java:403)
            	at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:477)
            	at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:430)
            	at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:353)
            	at com.openexchange.mail.MailServletInterfaceImpl.initMailAccess(MailServletInterfaceImpl.java:1320)
            	at com.openexchange.mail.MailServletInterfaceImpl.initConnection(MailServletInterfaceImpl.java:1297)
            	at com.openexchange.mail.MailServletInterfaceImpl.getQuotas(MailServletInterfaceImpl.java:1079)
            	at com.openexchange.ajax.request.QuotaRequest.mail(QuotaRequest.java:150)
            	at com.openexchange.ajax.request.QuotaRequest.action(QuotaRequest.java:105)
            	at com.openexchange.ajax.Multiple.doAction(Multiple.java:244)
            	at com.openexchange.ajax.Multiple.parseActionElement(Multiple.java:177)
            	at com.openexchange.ajax.Multiple.doPut(Multiple.java:125)
            	at javax.servlet.http.HttpServlet.service(HttpServlet.java:619)
            	at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:373)
            	at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:164)
            	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
            	at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:459)
            	at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:128)
            	at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:302)
            	at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:189)
            	at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:346)
            	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
            	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
            	at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:735)
            	at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:761)
            	at java.lang.Thread.run(Thread.java:595)
            Caused by: javax.mail.AuthenticationFailedException: Login failed: authentication failure
            	at com.openexchange.imap.IMAPAccess.checkFailedAuths(IMAPAccess.java:487)
            	at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:408)
            	... 24 more
            Gruß Andreas

            PS: Geht das überhaupt mit der Community Edition oder braucht man dafür ein SE?
            Last edited by afineske; 01-08-2010, 02:38 PM.

            Comment


            • #7
              Hallo Andreas,

              ich habe news zu dem Thema, war aber die ganze woche in Bremen und kann daher erst jetzt antworten.

              Wie per Email beschrieben erledigt javamail die Aushandlung der Auth Mechanisms.

              Wir sollten Anfang nächster Woche telefonieren, eventuell können wir für den CRAM-MD5 Support etwas im Config File javamail.properties ändern...

              mfg
              Daniel

              Comment


              • #8
                I really like the post

                Thanks for the suggestion that's good and helpful!!thanks for that again!!

                visa credit cards

                credit card



                Thanks and regards!

                Comment

                Working...
                X