AppleMail v7 send wrong authentication imap, smtp

Hi all,
need help with Apple Mail v7.
I can not connect with an IMAP / SMTP Server (mdaemon). Because mail authentication sends wrong values.
The Mail server send allways "NO Authentication failed".
With wireshark i found this base64 coded user / passwort value (after decode):
[email protected]
[email protected]*[email protected]
[email protected]*testpass
We need only this:
[email protected]*testpass
I can connect with thunderbird successfully.
here an example from RFC 4616
S: * ACAP (SASL "CRAM-MD5") (STARTTLS)
   C: a001 STARTTLS
   S: a001 OK "Begin TLS negotiation now"
   <TLS negotiation, further commands are under TLS layer>
   S: * ACAP (SASL "CRAM-MD5" "PLAIN")
   C: a002 AUTHENTICATE "PLAIN"
   S: + ""
   C: {21}
   C: <NUL>tim<NUL>tanstaaftanstaaf
   S: a002 OK "Authenticated"
Any help and idea ?
Stefan

I dont get any error's on my iphone that the smtp password is wrong or the server is down etc. And on exchange i can see that the mail has been send.
This indicates the mail was successfully sent by the SMTP server. If a message cannot be sent for whatever the reason, it will remain in the Outbox mailbox usually with an error message provided. A message moved to the account's Sent mailbox indicates the message was successfully sent by the SMTP server.
A successfully sent message does not guarantee the message will be accepted by the recipient's incoming mail server. Usually when a message is not accepted by the recipient's incoming mail server, a return email error message from the server is usually provided - but not always. Not with the high level of spam being circulated by low-life spammers.
Ask a recipient that is not receiving your messages sent by the iPhone's Mail client to check with their email account provider. You should be able to provide the recipient the long message headers for a sent message that was not received by the recipient.

Similar Messages

  • Gmail: 'Send Mail As' IMAP, SMTP problems

    Hello,
    Here's the background:
    I have a work email address that's automatically forwarded to my gmail account. I have it setup through Gmail to use my works outgoing SMTP server so whenever I send an email through my Gmail account it appears to be coming from my work account. It works fine.
    It does not work on the Iphone. I have tried setting up Gmail through exchange, through the normal Gmail setup and inputting manually through the IMAP setup. In all 3 occasions my Gmail email address appears on outbound email and not my work email.
    My last effort was to input a new IMAP account into the Iphone using my works email address, Gmails incoming IMAP server and my works outgoing SMTP server. All with SSL and different usernames/passwords.
    Theoretically it should've worked. And it did, sort of.
    I was able to download the Inbox from Gmail with no problems. And, I was able to send email with the above configuration but the emails just vanished. The never reached their intended destination.
    My works email is setup using Godaddy's server smtpout.secureserver.net. All usernames, passwords, ports etc... are correctly entered.
    Any suggestions?

    thnx for replying but the problem is that it does not show the emailadress that i chose to send from. When i click on the full name in "Sent Mail" it shows my primary email.
    I want to see the emailadress i chose so i can check if I emailed with the correct address.
    Lets say my primary email is: [email protected] and my secondary [email protected]
    When i use [email protected] to send from it wont show this address in "Sent", it shows "From: My name" when i click on my name it shows [email protected] and not [email protected]
    It did send it from [email protected] tho because when i log-in in webmail with [email protected] i see the email in "Sent Mail". And the inbox i sent the email to does see the emailadress i chose and the full name i use in Mail.app.
    Idk if its possible to change this?
    else i just have to stay using webmail if i want to use an other email to mail from.

  • Remote users sending email - RBL and SMTP authentication

    I've read about the problem of using RBL's with remote Outlook IMAP/SMTP users who may be using dynamically assigned IP addresses. There is a good chance that they will be appear on the RBL and so not be able to send email via the GWIA.
    One work around is to have them send their email via their ISP's SMTP server, but this is a pain, because when they are back in the office, then need to switch their SMTP server back to the inhouse one.
    So on the GW 7.0.3 server running on SLES 10, I wondered if the one host could handle multiple GWIA's??
    1st existing GWIA:
    To handle the regular in/out email with RBL's protection on it.
    2nd new GWIA on a separate port but same IP address to handle just inbound email. This would be used by remote users and require authentication so no need for an RBL on it.
    Is this a sound approach?
    Any gotchas for setting up two gwia's on the one server and IP address besides separate ports?
    I am aware there is the option of using the Groupiwse client or webmail, but firstly these users don't want to change from 'LookOut" due to their address book synch with their mobile phones and secondly sometimes they like to use their smart phones for remote email synchronisation.

    Maybe I should simplify this a little...
    Can the one host handle multiple GWIA's??
    1st existing GWIA:
    To handle the regular in/out email with RBL's protection on it.
    2nd new GWIA on the same host and IP address, but on a separate port to handle just inbound email. This would be used by remote users and require authentication.

  • Using nsMail email server, works fine in ns email tool, as of yesterday TBird 31.3.0 can not send or receive email. Have verified all setting for IMAP/SMTP OK.

    Will not retrieve incoming emails. When I try to send one, error message appears: "Sending of message failed.
    The message could not be sent using SMTP server smtp.ullisart.com for an unknown reason. Please verify that your SMTP server settings are correct and try again, or contact your network administrator." I have checked all IMAP/SMTP settings and they are fine. I can receive and send emails to the same address via the email server provider's email tool. Using nsMail, WIndows8, Firefox, latest version of TBird. All worked fine two days OK and have made no known changes to computer installation since.

    ExchangeITPro,
    Thank you for your reply.
    >what SP are you at?
    As noted in the first paragraph: "We have an Exchange 2010 server, running under Windows 2008R2. Both
    the server and Exchange are current for Windows and Exchange updates. Exchange is on SP3 installed about a month ago with no errors reported in the event logs."
    >try restarting the transport services.
    Done previously as well as the entire server. No change.

  • Does any one have a sample code for sending email using IMAP ?

    Hi
    thank you for reading my post
    I have tried to use SMTP and because of some problems i could not use it and i must use Imap (authentication required)
    here is my SMTP code , does any one know how i can tune it to use Imap , or has a code snippet to send email using Imap ?
    thanks
    private static void postMail(String[] recipients, String subject, String message,
                             String from) throws MessagingException {
            boolean debug = false;
            class SMTPAuthenticator extends javax.mail.Authenticator
                    public PasswordAuthentication getPasswordAuthentication()
                        return new PasswordAuthentication(mail_usrname,mail_password);
            //Set the host smtp address
            Properties props = new Properties();
            FileInputStream fis;
            try {
                System.out.println("Loading property file");
                fis = new FileInputStream(new File("c:/email.properties"));
                props.load(fis);
                System.out.println("property file done");
            } catch (FileNotFoundException e) {
                System.out.println("file not found");
                e.printStackTrace();
            } catch (IOException e) {
                System.out.println("can not read properties file");
                e.printStackTrace();
            /*props.put("mail.smtp.user", mail_usrname);
    props.put("mail.smtp.host", smtpHost);
    props.put("mail.smtp.port", smtpPort);
    props.put("mail.smtp.starttls.enable","true");
    props.put("mail.smtp.socketFactory.port", smtpPort);
            // create some properties and get the default Session
            Authenticator auth = new SMTPAuthenticator();
            Session session = Session.getDefaultInstance(props, null);
            session.setDebug(debug);
            // create a message
            Message msg = new MimeMessage(session);
            // set the from and to address
            InternetAddress addressFrom = new InternetAddress(from);
            msg.setFrom(addressFrom);
            InternetAddress[] addressTo = new InternetAddress[recipients.length];
            for (int i = 0; i < recipients.length; i++) {
                addressTo[i] = new InternetAddress(recipients);
    msg.setRecipients(Message.RecipientType.TO, addressTo);
    // Setting the Subject and Content Type
    msg.setSubject(subject);
    msg.setContent(message, "text/HTML");
    System.out.println(msg.toString());
    Transport.send(msg);

    Please try this out!!!!!!!!!
    You can send emails using Outlook also. You can send email over Microsoft Exchange with this object (or another email server, using IMAP/POP).
    Sub SendMailOutlook(aTo, Subject, TextBody, aFrom)
    'Create an Outlook object
    Dim Outlook 'As New Outlook.Application
    Set Outlook = CreateObject("Outlook.Application")
    'Create e new message
    Dim Message 'As Outlook.MailItem
    Set Message = Outlook.CreateItem(olMailItem)
    With Message
    'You can display the message To debug And see state
    '.Display
    .Subject = Subject
    .Body = TextBody
    'Set destination email address
    .Recipients.Add (aTo)
    'Set sender address If specified.
    Const olOriginator = 0
    If Len(aFrom) > 0 Then .Recipients.Add(aFrom).Type = olOriginator
    'Send the message
    .Send
    End With
    End Sub

  • Setting up a mail server IMAP + SMTP with an external DNS

    Hi guys,
    I'm not sure if i will be 100% clear in this message because i've got a slight pain in the head because i've been trying to get a mail server running in Tiger Server the entire evening.
    So here's my problem: The server i'm administrating needs to gain a mail server. For the first time in my life i have to set one up and i'm not to happy about it. I've tried to follow everything in the manual but it isn't working at all.
    This is my server situation: Domain registered by a friend points to DNS server of my ISP which creates all the Entries which all point to my server in the datacenter. On that server i need to get an IMAP + SMTP server running.
    I've tried everything and I even got the IMAP part working at one time (people could send emails to a temp. account on the server) but after altering the setting so i could send email everything went wrong. No receiving or sending.
    Please help me out!
    Thanks in advance and please don't tell me to read the manual because i have and it isn't working.
    greetings Abram

    Thanks for you help!
    Here you go:
    Terminal:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,localhost,sleekmac.com,193.26.1.120
    mydomain = 193.26.1.120
    mydomain_fallback = localhost
    myhostname = 193.26.1.120
    mynetworks = 127.0.0.0/8,193.26.1.120,localhost,sleekmac.com
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = hash:/etc/postfix/smtpdreject
    smtpdpw_server_securityoptions = none
    smtpdrecipientrestrictions = permitmynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = no
    smtpdtls_keyfile =
    smtpduse_pwserver = no
    unknownlocal_recipient_rejectcode = 550
    another question to keep in mind: the domain that it should be linked to at this moment (test) is another domain then the final domain i wish to use.
    The current domain is: sleekmac.com
    This domain has another setup then the final domain
    The final domain works like this:
    Bought by friend ---> points to ISPs datacenter --> points to server
    The current domain works like this
    Bought by me ---> dns is hosted by the party where i bought the domain ---> points to server
    These are my dns inputs concerning mail for the current domain:
    @ - A (Host Record) - 193.26.1.120
    mail - A (Host Record) - 193.26.1.120
    @ - MX (Mail Exchange Record) mail.sleekmac.com.[21]
    the [21] was an autoprefix by my host.
    Thanks for your help so far,
    Abram

  • Need Authentication for SMTP Access

    I have this Java program (SendMail.java) for sending email; however, my ISP requires authentication for SMTP server access, i.e. I receive a 550 Authentication Required error. Does anyone know how to go about coding authentication into a program like SendMail so that the userID and password can be sent back to the server?
    * SendMail.java
    * Created on July 13, 2005, 8:09 PM
    * To change this template, choose Tools | Options and locate the template under
    * the Source Creation and Management node. Right-click the template and choose
    * Open. You can then make changes to the template in the Source Editor.
    * @author Owner
    // SendMail by Tony Swain.
    // Send mail via SMTP
    // To do Appletisize it.
    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import java.io.InputStreamReader;
    import java.io.PrintStream;
    import java.net.Socket;
    import java.util.StringTokenizer;
    import java.net.Authenticator;
    import java.net.*;
    // To do. Finish multiThreading &| write que Thread.
    // this programs sends mail Via SMTP as defined in RFC 821.
    // ftp://ftp.isi.edu/in-notes/rfc821.txt
    public class SendMail   
    Object mailLock              = null;  //In case we want a multi-threaded mailer
    public String mailServerHost = "";
    public String from           = "";
    public String to             = "";
    public String replyTo        = "";
    public String subject        = "Java is Fun";
    public String mailData       =
       "HyperSendMail";
    public String errorMsg = "";
    public Socket mailSendSock = null;
    public  BufferedReader inputStream = null;
    public PrintStream outputStream    =  null;
    public String serverReply          = "";
    SendMail()
       // Doesn't do anything but we need this for extension purposes.
    // Server, from,to,subject, data
    SendMail(String server,String tFrom,String tTo,String sub,String sendData)
       mailServerHost = server;
       mailLock=this; // Thread Monitor passed constructor later. Default this Monitor.
       from = tFrom;
       to   = tTo;
       if(sendData != null)
          mailData = sendData; 
    /*  Just a note to remind myself to add this for cross app./Applet & Runnable.
       & Threadsafe readLine()  I'm too lazy ATM
    SendMail()
       if(mailLock != null)
          if(mailLock instanceof Applet)
             Applet app = (Applet)
    public void send()
       if(!open())          //Yikes! get out of here.
          return;    
       try
          outputStream.println("HELO sendMail");
          serverReply = inputStream.readLine(); 
       catch(Exception e0)
          e0.printStackTrace();
       try
          outputStream.println("MAIL FROM: "+from);
          serverReply = inputStream.readLine();
            // I cheat and don't look for the whole 550
            // we know 5 is an error anyway. Add it in if you want.
          if(serverReply.startsWith("5"))
             close("FROM: Server error :"+serverReply);
             return;
       // Note the switch here. we could get mail from somewhere and by
       // pre setting replyTo reply somewhere else :)
          if(replyTo == null)
             replyTo = from;
          outputStream.println("RCPT TO: <"+to+">");
           // Ya got me! I didn't look for any  250 OK messages. Add it in if you really want.
           // A real programmer will spend 30 hours writing self modifying code in order
           // to save 90 nano seconds ;)  we assume if it did't give an error it must be OK.
          serverReply = inputStream.readLine();
          if(serverReply.startsWith("5"))
             close("Reply error:"+serverReply);
             return;
          outputStream.println("DATA");
          serverReply = inputStream.readLine();
          if(serverReply.startsWith("5"))
             close("DATA Server error : "+serverReply);
             return;
          outputStream.println("From: "+from);
          outputStream.println("To: "+to);
          if(subject != null)
             outputStream.println("Subject: "+subject);
          if(replyTo != null)
             outputStream.println("Reply-to: "+replyTo);
          outputStream.println("");
          outputStream.println(mailData);
          outputStream.print("\r\n.\r\n");
          outputStream.flush();
          serverReply = inputStream.readLine();
          if(serverReply.startsWith("5"))
             close("DATA finish server error: "+serverReply);
             return;
          outputStream.println("quit");
          serverReply = inputStream.readLine();
          if(serverReply.startsWith("5"))
             close("Server error on QUIT: "+serverReply);
             return;
          inputStream.close();
          outputStream.close();
          mailSendSock.close();
       catch(Exception any)
          any.printStackTrace();
          close("send() Exception");
       close("Mail sent");
    public boolean open()
       synchronized(mailLock)
          try
             mailSendSock = new Socket(mailServerHost, 25);
             outputStream = new PrintStream(mailSendSock.getOutputStream());
             inputStream = new BufferedReader(new InputStreamReader(
              mailSendSock.getInputStream()));
             serverReply = inputStream.readLine();
             if(serverReply.startsWith("4"))
                errorMsg = "Server refused the connect message : "+serverReply;
                return false;
          catch(Exception openError) 
             openError.printStackTrace();
             close("Mail Socket Error");
             return false;
          System.out.println("Connected to "+mailServerHost);
          return true;
    public void close(String msg)
              //try to close the sockets
       System.out.println("Close("+msg+")");
       try
          outputStream.println("quit");
          inputStream.close();
          outputStream.close();
          mailSendSock.close();
       catch(Exception e)
          System.out.println("Close() Exception");
         // We are closing so see ya later anyway
    public static void main(String Args[])
    SendMail sm = new
    // * NOTE:
    // Erase these values right away! Just to show you how it is done.
    // Whatever you do don' release it with my mail server hardcoded.
    // last thing I need is 10 million Java mail test spams :)
    SendMail(
              "outgoing.myISP.net",         //Mail Server
              "[email protected]",       // sender
              "[email protected]",       // Recipient
              "Java mail test",               // Subject
              "test test test!");             // Message Data
              sm.send();                      // Send it!
    }

    There is no one in the forum who can shed some light on my problem?

  • Unable to send Email: ORA-29279: SMTP permanent error: 501 Syntax error in

    We have a procedure use utl_smtp in 10g (10.0.4). we got this msg (Unable to send Email: ORA-29279: SMTP permanent error: 501 Syntax error in arguments) when send e-mail to another mail box (internal),
    but we use the same procedure running in 10g(10.03) it works perfectly. Is Oracle 10g(10.0.4 vs. 10.0.3) causing this issue ? Can someone shed some lights on my head ? Thx.

    We found what is wrong about this.
    The problem is in CC we had a e-mail address has one space like this test [email protected] so UTL_smtp doesn't like this kind format then we recreated a new e-mail address without space and it works fine.

  • Can't Send Mail Via HughesNet SMTP Server

    After installing 10.5 I find that I can receive mail from my ISP (HughesNet) but I can't send mail through the smtp server. I've tried every setting possible and even duplicated the settings off my wife's 10.4.10 iMac and I still can't send mail. All I see is that the smtp service is "Offline."
    Fortunately, I have a .Mac account so I can send mail using that smtp server. But I'd like to be abel to use my HughesNet server.
    Does anyone have any suggestions?

    My mom uses RoadRunner by Time Warner. She was able to receive email using Leopard and Mail but not send. SMTP server was the big problem like everyone else here experienced. We finally were able to get it to work using many ideas here. What we did:
    1) Delete com.apple.mail.plist from the User/Library/Preferences folder (BACK UP YOUR EMAIL FIRST)
    2) Open Mail and create a new account but disable the automatic set-up feature, put your info in manually.
    3) Uncheck " Use only this server" from the outgoing mail
    4) Under the Advanced tab on Mail Prefs "port set to 25", Uncheck "SSL" box, and uncheck "Use Authentication"
    5) Now hit Create
    It took Mail about 20 minutes to contact the SMTP server, but it did and now I can send and receive Mail without any problems on her computer.
    Bad Apple...stop criticizing MS and Vista when your own house is not in order yet. Hope this helps someone out there.....

  • By trying to send mail with yahoo smtp, i got " connexion lost" What to do?

    since firefox 3.04, it is impossible to send mails via Yahoo smtp servor : error message "connexion lost"
    == This happened ==
    Every time Firefox opened
    == urgrading

    I changed the connection security in Thunderbird from SSL/TLS to STARTTLS for the Yahoo SMTP account and I can now send mails without problem with the Eset IMAP checking enabled. Problem solved. Thank you

  • Apple iPad 3. BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Can anyone help me please.

    BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Apple iPad 3. Can anyone help me please.

    All resolved at last
    Deleted the SMTP setting
    Recreated the SMTP using the same settings
    Able to send emails now
    No logic - as usual - just a bug!

  • Mail Sender Adapter with IMAPS

    Hi,
    I had a Mail Sender Adapter running fine with imap. Our Email Server has changed now to secure protocol. Therefore I need to use the Mail Sender Adapter with IMAPS. If I use imaps://<mailserver>:993 in the channel configuration the Mail Adapter aborts with error "not initialized; mail agent null" and in the default trace it says "failed to initialize the channel: java.io.IOException: illegal protocol for XMBIMAPInitiator: imaps#". If I configure the Mail Adapter with  <b>imap</b>://<mailserver>:993 the Mail Adapter starts and says "running", but it does not poll the postbox. In the security.log file there is a warning about untrusted certificates "com.sap.security.core.server.https.SecureConnectionFactory#Plain###Attempting to create outgoing ssl connection without trusted certificates#". I did already import the (CA) Certifcate of the mailserver with key storage service of J2EE Engine in the Trusted area and I configured the J2EE Engine for using SSL (the https access to the J2EE Engine works fine).
    What is still missing in XI 3.0 (SP12)? I can access the postbox securely with e.g. Thunderbird using port 993.
    Has anyone an idea or had already this issue?
    Thanks for any help in advance.
    Peter

    Hi Sebastian ,
    The Mail sender --IMAPS , did  it solve your issue because i fcae the same kind of Error in Communication Channel :
    exception caught during processing mail message; java.io.IOException: unable to create a socket
    Mail sender CC:imaps://NZxxx.dknz.nzcorp.net:993/NZDKINVOICES
    -Login Credentials is correct.
    -Defualt XI Paramters are correct
    -Mail Server is the right one
    -Tried in command prompt , N:/telnet NZxxx.dznz.corp.net 143 , but i get response : Could not open connection to the host, on port 143 .Connection Failed
    Could you kindly assist
    Thanks,
    Vara

  • AS2 Sender configuration - Authentication Certificate

    Hello guys,
    We're implementing EDI with a partner with AS2. We have AS2 sender adapter configured. Everything works fine (we're able to receive data from partner and send back MDN) without signing.
    Now we're working on getting data signed. We have uploaded partner cert to keystore (TrustedCAs) and have provided partner with our certificate as well.
    On Sender agreement--> Security Settings --> AS2 Sender Configuration --> Authentication Certificate how do we specify the certificate we're using. Should it be just the fullname like TrustedCAs/PartnerCert ?
    Also How should we specify the Decryption Key and Signing Key under AS2 Receiver Configuration?
    I was expecting to be able to choose from available keystores, but it is a free text field.
    Can anybody please help me on this?
    Thanks
    Karthik

    Hi Karthik,
    >>On Sender agreement--> Security Settings --> AS2 Sender Configuration --> Authentication Certificate how do we specify the certificate we're using. Should it be just the fullname like TrustedCAs/PartnerCert ?
    You need to mention the fullname  as TrstedCAs/PartnerCert.
    >>Also How should we specify the Decryption Key and Signing Key under AS2 Receiver Configuration?
    Yes you need to since you are using signed messages here..
    Regards
    Suraj

  • ML Mail, Exchange vs. IMAP/SMTP?

    I'm setting up for a new mail service, the provider listed Exchange (MAPI) and IMAP+SMTP servers. 
    I didn't really want Exchange, what I wanted was IMAP with SSL.  However, Mail's auto config set me up with the Exchange service, via OWA.
    Which setup is better (for mail only)? If IMAP+SMTP is better, how do I get Mail to configure that?
    Thanks.

    briandullea wrote:
    We do not have a BB server at my company and connect our Berry's using Exchange 2003's OWA feature.
    Works flawless and have not found any security holes.
    Downside is, it does not always sync calendar items as well as having a BB server would.
    If you are just looking for mail sync then OWA will work great.
    Except for the gaping security hole where you're providing credentials to a 3rd party provider ...
    If you've found a solution through a post; please mark it as a solution.
    If someone's was particularly helpful, give them kudo's!.
    Get busy living, or get busy dying.
    http://blog.port3101.org/hdawg/

  • Error message: X11 connection rejected because of wrong authentication

    Until recently I was able to ssh from the Mac in my office -- runing
    MacOS 10.6.4, to a Sun Solaris server -- running Solaris 10 10/09
    (update 8) and all available patches installed, and run X11 programs
    displaying on my Mac.
    I installed these patches recently:
    142900-15 SunOS 5.10: kernel patch
    124867-15 Sun Studio 12: Patch for C 5.9 compiler
    122212-42 GNOME 2.6.0: GNOME Desktop Patch
    138764-02 SunOS 5.10: acc driver patch
    120199-16 SunOS 5.10: sysidtool Patch
    119252-29 SunOS 5.10: System Administration Applications Patch
    124630-44 SunOS 5.10: System Administration Applications, Network, and Core Libraries Patch
    124628-10 SunOS 5.10: CD-ROM Install Boot Image Patch
    118777-17 SunOS 5.10: Sun GigaSwift Ethernet 1.0 driver patch
    121118-17 SunOS 5.10: Update Connection System Client 1.0.17
    144759-02 SunOS 5.10: mount patch
    145019-01 SunOS 5.10: ifconfig patch
    119313-38 SunOS 5.10: WBEM Patch
    124393-10 CDE 1.6: Dtlogin smf patch
    119278-37 CDE 1.6: dtlogin patch
    121734-13 SunOS 5.10: patch to support addition of new UTF-8 locales
    119254-75 SunOS 5.10: Install and Patch Utilities Patch
    118666-27 JavaSE 5.0: update 25 patch (equivalent to JDK 5.0u25)
    118667-27 JavaSE 5.0: update 25 patch (equivalent to JDK 5.0u25), 64bit
    121430-53 SunOS 5.8 5.9 5.10: Live Upgrade Patch
    119246-38 SunOS 5.10: Manual Page updates for Solaris 10
    121308-22 SunOS 5.10: Solaris Management Console Patch
    119315-21 SunOS 5.10: Solaris Management Applications Patch
    118712-24 SunOS 5.10: Sun XVR-100 Graphics Accelerator Patch
    144325-02 SunOS 5.10: Resource Management User Interface Patch
    145074-01 SunOS 5.10: Trusted JDS Help rebranding patch
    124457-03 X11 6.6.2: xdm patch
    and now when I try to run certain programs, namely Symantec NetBackup
    Server (NBS) administrator interface, jnbSA, when I run the program I see:
    X11 connection rejected because of wrong authentication.
    and jnbSA fails. I removed these patches:
    118666-27 JavaSE 5.0: update 25 patch (equivalent to JDK 5.0u25)
    118667-27 JavaSE 5.0: update 25 patch (equivalent to JDK 5.0u25), 64bit
    124457-03 X11 6.6.2: xdm patch
    with no change. I have made NO updates to NBS, and what's
    even more weird, regular X11 programs such as x{eyes,biff,emacs}
    work fine.
    I've tried tinkering with the contents of ~/sshconfig and /etc/ssh_config
    to no avail.
    Is anyone else seeing this problem?
    Any suggestions?
    Thanks!

    I'm confused why you posted on the Tarantella/SGD Forum then?
    Yes, you can use SGD to have your Mac client display back a Solaris/Linux/Windows/Mainframe, etc application remotely.
    http://www.oracle.com/us/technologies/virtualization/oraclevm/061996.html

Maybe you are looking for