SMTP Sender Rejections?!?!?!

We have just discovered the most retarted and wildly unexplainable thing ever. I cannot create a forwarder for our company to mask the randomly genereated email address you provide! We have tired several diffrent methods to create a friendly name on your side to either re-direct or forward messages.
All of which get rejected in this fashon:
Delivery to the following recipient failed permanently:
    epo****@hpeprint.com
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.7.1 Command rejected (state 18).
On the ePrint site the error looks like this::
Discarded
Too many recipients in email

I run into this problem too, and there are more forum threads about it.
While I do understand the policy of HP on this _very_ tight SPAM protection, to prevent the majority of (none tech savvy) users, I would like to see a selectable option where you can 'lower' the SPAM protection, so allowing multiple email addresses in the ePrint email.
It's not only the forwarding that is not working now, which is very annoying and not so practical in real life use (to make easy email addresses and/or copy forwards), for us we were thinking about sending some emails as CC to the printer(s) for a hardcopy for some departments.
Right now I know that this will only work when you put the ePrint email in the email TO, and put all other recipients in the BCC, but that is just to complicated for some people to do, as they normally don't even know such thing as 'BCC'

Similar Messages

  • Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!! :(

    Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!!

    Hi
    You need to check with your ISP whether or not the send mail server (SMTP) requires a password.  Some do, but many do not.  When you know the correct password to send mail, then you need to tell Mail as follows:
    Mail menu > Preferences > Accounts > Select the account
    Click on the Outgoing Mail Server (SMTP) combo box, and select Edit SMTP Server List...
    In the Account Information tab put the server name
    In the Advanced Tab, set up the authentication information from your ISP.
    Good luck
    Bob

  • Mail 4.5 SMTP Server Rejecting Password for Outgoing Mail

    I just set up Mail 4.5 and am receiving incoming mails but can't send out my emails. I get a message saying the SMTP server rejected the password. I know it's the correct password, have entered it a few times now. I'd appreciate any advice. thnx

    Hi Jan ...
    From the Mail menu bar click Mail > Preferences then select the Accounts tab then the Account Information tab.
    Select the account on the left.
    Make sure the SMTP server is selected where you see:  Outgoing Mail Server (SMTP)
    Quit then relaunch Mail to test.
    If the correct server is already selected, open Keychain Access located in /Applications/Utilities
    Select Passwords on the left.
    Use the search field top right corner of the window to find the email account. Then right or control click the keychain then click Delete.
    Go back to the Account Information tab in Mail > Preferences. Type in the correct password. You should be prompted to save that password to a new keychain. Click Yes.
    edited by: cs

  • SMTP sender issue

    I have a SQR reprot which send report via emails. Recently I have changed the SMTP sender to another e-mail address in the configuration file of app server and did a bounce of application server. Now the issue is that the emails are being sent with the old email address,so what might be the issue?Do we have to change the SMTP sender in the configuration file of the process scheduler?

    Yes, since the SQR are managed by the Process Scheduler, you should modify the prcs config file.
    Nicolas.

  • SMTP send mail message

    SMTP send mail message is giving 'unkown mime version' error(error code 16500). The same mail server works when sending by Netscape mail.Any help greatly appreciated.

    Hi,
    There seem to be a bug in the OGIC_POP.llb\OGIC_POP_ListMessages.vi.
    Or at least it needs customization to process the response from each mail server. If you open the diagram for this VI, you'll see that it is using the "+OK\s" regular expression to reach the end of the string before the msg-number, msg-size list. In your case, this string is "+OK 5 messages (6190 octets)"
    You need to modify the diagram to skip this whole string. One easy way would be to use just "+OK" with the first Match Pattern fuinction and then use an "\r\n" and pass this to the true-case.
    I am attaching a screenshot of this. And I have tested this to work fine -- I get the messages in the array.
    Hope this helps,
    Khalid
    Attachments:
    modified_pop_listmsgs.bmp ‏1083 KB

  • Bug? SMTP send hangs LabVIEW

    I am trying to send an email during an alarm state using the SMTP VIs included with LabVIEW (2013, have not tested 2012).  It seems that the SMTP send VI hangs LabVIEW while it is running to the point that my software doesn't start shutting down because LabVIEW is waiting for SMTP send.
    SMTP send is running parallel to everything else, so it shouldn't cause a hang just because it hasn't finished running.  The UI stops redrawing (i.e. if I open a window in front of the program and close it, LabVIEW doesn't redraw the front panel - I still see the old window), every parallel process in the code stops running, and the cursor changes to the busy cursor while it works away.
    Today at my office, this delay is 3-5 seconds.  Last week when testing at my customer, the delay was 20-30 seconds.  The email always gets sent, but it seems while it is logging into the mail server and doing whatever transactions are necessary, LabVIEW is non-responsive.
    Please note I am sending a 1-2 sentence email with no attachments.  I am not use SLL/TLS, although my server does require a username and password login.
    Is anyone else seeign this?
    Thanks,
    Matthew

    Joel,
    Same behavior.  As I noted in my original post, it locks up at send.  If you have a fast connection to your server and are sending a short messsage, you may not see it.  My server has a delay for loggin in and it is not internal, so it takes 5 seconds or so for it to login, and send the email.  During that time, LabVIEW is non-responsive.
    If you have a quick connection, you may need to try using the vi that sends attachments so the session with the server lasts longer.
    The issue is specifically with vi.lib\smtpClient\Send.vi.  It is password protected, so I cannot determine exactly what is locking up, but it is in there.
    For now, I found an example on the forums that is not very robust, but got me through the immediate problem.  It can send an email without locking up LabVIEW, so I know NI's code is doing something it probably shouldn't be.
    Matthew

  • SMTP send error

    I tried to send email to
    [email protected]
    using SMTP Send File vi
    and then I got an error 2100 saying
    "500 Syntax error, command "MIME-Version: 1.0" unrecognized"
    How can I send email to address like
    [email protected]?
    Thanks.

    I think your issue is the connection to the SMTP server.  First off, the smtp server for gmail (according to gmail help) is smtp.gmail.com, not smtp.google.com.  Secondly, the port for the gmail smtp server is 465, while the SMTP vi's by default open port 25.  Theoretically, you could edit the VI that opens a TCP port, but you would have to resave most of the smtp hierarchy to avoid changing the version saved in vi.lib.  Finally and most importantly, the gmail smtp server requires SSL encryption, which I have no idea how to start implementing. 
    So how do you send mail in LabVIEW? 
    I have had luck communicating with the internal servers set up by our IT dept because they apparently have no authenication or encryption methods to navigate.  In the non-corporate setting, I have also had luck using a free SMTP server.  When using this server, simply type "localhost" for the SMTP server.  Finally, you could take a look at the ActiveX option this post explores.
    Hope this helps.
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • Won't let me send rejected clips to trash??

    won't seem to let me send rejected clips to trash to erase from computer...states there is not enough free disc space available...free up disk space and try again??

    Try emptying your trash. Also couldn't hurt to shut down you Mac. Then turn it on and try again.

  • SMTP send Multiple Atacchement.vi / labVIEW6.1

    こんにちは。
    現在、LabVIEW6.1のインターネットツールキットの中にある
    「SMTP send Multiple Atacchement.vi」を使用してEXCELファイルを
    添付してメール送信しております。
    メールを送信した相手先にメールが確実に届きますが、
    excelファイルのファイル名だけが文字化けしてしまいます。
    excelファイルの中身のデーターは文字化けは発生しておりません。
    excelファイルは日本語で名前をつけています。
    どうしたら、ファイル名だけの文字化けを防ぐことができるのか
    教えてください。
    よろしくお願い致します。

    お世話になっております。
    弊方で使用しているインターネットツールキットとのバージョンが違ったようで
    ファイル名等がこちらの指定しているものと異なっているようです。
    バージョンの違いに気づかず、大変に失礼いたしました。
    こちらのバージョンを変更して確認しましたところ
    確かに、「SMTP Email Format Header Field.vi」ではなくて「SMTP Format Header Field.vi」が有り
    また、その中に「SMTP Email ConvertToJISB64.vi」は有りませんでした。
    本バージョンでの対処方法としましては、「SMTP Format Header Field.vi」を任意の別名で保存した後に
    「header name (Subject: )」という文字列制御器を定数に変更し、空白の文字列にして下さい。
    変更し保存したVIを
    「SMTP send Multiple Atacchement.vi」>>「SMTP send Multiple Atacchements Message.vi」>>「MIME Send File Attachment.vi」>>「MIME Send Separator.vi」の「name」制御器の直後のワイヤに挿入するような形でワイヤし直します。
    元のワイヤを、「header content」端子に接続し、「encoded header line」端子から出力します。
    さらに、「character set」に文字列定数として、「ISO-2022-JP」を入力してください。
    以上の変更で、ファイル名をエンコードして送信できるようになると思われます。
    よろしくお願い申し上げます。

  • How can I adjust iPad settings when I get message, "Sender rejected by server"?

    I have recently had difficulty sending and receiving mail on my iPad, but not at the same time! This was NOT the case for the first 8 months I had my iPad. I changed nothing but suddenly (Oct 6th, 2011) could not get my mail. Bellsouth said, "User name/or password is incorrect", but it was NOT. Thinking this was a Bellsout issues, I got some help from AT&T Tech support.  Updates have been synced on laptop & iPad.
    As of Oct 12, 2011,  I can receive mail BUT I CANNOT SEND MAIL & I get a message saying, "...the sender address was rejected by server."  This must be an iPad setting isuue b/c I can send and receive mail at the same address on my laptop.
    I have verified all settings but need to know if there should be ONLY ONE OUTGOING SERVER TURNED ON (Primary Server) even though there are other SMTP servers listed that are not turned on. (There IS a notation that says, "If mail is unsuccessful using the primary server, it will try the other SMTP servers in succession." This is what makes me wonder if they should be turned ON or OFF.)  Nothing seems to work.  I humbly seek your enlightenment!!  THANK YOU.

    It is seen when I connect cable from ipad to dekstop then I see the message as "Ipad is in recovery mode." How can be solved this problems ?

  • ICloud email generating error SMTP has rejected address

    A very strange thing just started happening this weekend.  I have been an iCloud user since it was .Mac and it's been my primary email client for years.  I receive about one new email every five minutes.  I can send and receive email from my MacBook Pro, my iphone, my iPad, and via icloud.com.  I all these platforms constantly and I've had zero issues... until yesterday.
    The main email address I use is technically an alias.  It's a @me address, since that's the shortest to type.  Yesterday a co-worker informed me she had gotten this error message when trying to send me email (yet I've been receiving daily emails from her for months):
    Reason: Remote SMTP server has rejected address
    Diagnostic code: smtp;550 5.1.1 unknown or illegal alias
    Sure enough, I looked and realized I had not received any email all day, and I have still not received any today.  Normally I receive several emails per hour.  I checked my mail via icloud.com and there was nothing there either.  I let it go for the rest of the day, figuring it was a server problem that Apple was working on.
    This morning, however, the problem was continuing.  So I tried generating a test message from icloud.com and sent it to my main alias (my primary email address, because it's easier to remember) and also to my main icloud email, which is also a @me address.  The test email went through to my main icloud address with no problem but was rejected by the main alias with the same error message as above.
    Next, I tried investigating my aliases.  I have made no changes to any settings in quite some time,  but this is what I found.  When I checked my email aliases (I have 3 @me alliases beyond my main icloud id) on icloud.com, they had all vanished.  Then I looked at the icloud advanced settings on my iphone.  I saw that all the @me aliases remained, however my main @me alias was grayed out.
    And that's where I'm at now.  I thought for sure this was an Apple server problem, but I haven't seen any other messages reporting the problem, so I'm not sure how to proceed. 
    Thanks in advance for anyone's help!

    Hi Fly Line,
    My world has gone eerily quiet too.
    I am in exactly the same situation but mine is an old @mac address
    So like you, the main email address I use is an @mac.com alias. I get lots of emails every day for work.  They all stopped coming to this alias yesterday (June 6th)
    Mail was behaving oddly, but I was too busy to work out what was happening.
    I've just discovered that all my original @mac alliases have disappeared from Mail on my iMac and also have disappeared when I log into iCloud via Safari
    The aliases are showing up on my iPhone, but as you have said, the primary email address (mine is an @mac adddress) is greyed out. I'm not sure if that's just because it's the primary address.
    The aliases ARE showing up on my Macbook Pro.
    I tried sending an email from both the iMac and the Macbook. Both returned the message "The server response was: unknown or illegal alias: alias"
    I havent changed any settings either.  I can't help you as I am at a complete loss. I may try calling Apple on Monday. I'll let you know if I come up with anything. It would be great to hear from you if you have found a solution

  • Smtp server rejects password for outgoing mail

    I can receive, but not send messages from my imac and get the message the SMTP server "smtp.tiscali.co.uk" rejected the password for user ".........".
    This has just suddenly started happening. I enter what I know to be the password but it is rejected, so I have to send via webmail (now talktalk, not tiscali) or iphone. I have looked on here before and tried re-entering password/changing the port but to no avail. Flummoxed.

    Hello, Fifietta. 
    Thank you for visiting Apple Support Communities.
    Here is an article that will walk you through some troubleshooting steps that may help with this issue.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Cheers,
    Jason H.

  • MailAPI SMTP sending error: 'Could not convert socket to TLS'

    I'm stucked with smtp authentication in a project.
    The process works on port 25 with no STARTTLS, but unfortunately our company server uses port 587 and STARTTLS.
    It seems that only the half of the authentication process could be successful, as the server accepts EHLO, but when it switches to secure the program fails with the exception:
    'Could not convert socket to TLS'
    The simplified code (from a sample app) is:
    public void SendMail() throws Exception{
            Properties props = new Properties();
            props.setProperty("mail.transport.protocol", "smtp");
            props.setProperty("mail.smtp.host", "smtpserver");
            props.setProperty("mail.smtp.port", "587");
            props.setProperty("mail.smtp.auth", "true");
            props.setProperty("mail.smtp.auth.ntlm.domain", "codomain");
            props.setProperty("mail.smtp.starttls.required", "true");
            props.setProperty("mail.smtp.auth.mechanisms", "LOGIN NTLM");
            Session mailSession = Session.getDefaultInstance(props, null);
            mailSession.setDebug(true);
            Transport transport = mailSession.getTransport();
            MimeMessage message = new MimeMessage(mailSession);
            message.setSubject("My subject");
            message.setFrom(new InternetAddress("[email protected]"));
            message.setContent("<h1>Hello world</h1>", "text/html");
            message.addRecipient(Message.RecipientType.TO,
                                new InternetAddress("[email protected]"));
            transport.connect("smtpserver", 587, "CODOMAIN\\myaccount", "mypass");
            transport.sendMessage(message,
            message.getRecipients(Message.RecipientType.TO));
            transport.close();
       }

    I'll copy the full message below:
    +2010.06.29. 12:03:10 mailapi_2.Main main+
    SEVERE: null
    javax.mail.MessagingException: Could not convert socket to TLS;+
    nested exception is:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1652)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:534)
    at javax.mail.Service.connect(Service.java:291)
    at mailapi_2.SimpleMail.SendMail1(SimpleMail.java:59)
    at mailapi_2.Main.main(Main.java:23)
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:181)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1035)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:124)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1096)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1123)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)
    at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java:503)
    at com.sun.mail.util.SocketFetcher.startTLS(SocketFetcher.java:443)
    at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1647)
    +... 4 more+
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:285)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:191)
    at sun.security.validator.Validator.validate(Validator.java:218)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
    Could not convert socket to TLS
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1014)
    +... 14 more+
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280)
    +... 20 more+
    And the output panel before the exception:
    Sending mail...
    DEBUG: setDebug: JavaMail version 1.4.3
    +DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]+
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG SMTP: trying to connect to host "smtpserver", port 587, isSSL false
    +220 exch.plt.local Microsoft ESMTP MAIL Service ready at Tue, 29 Jun 2010 12:03:08 +0200+
    DEBUG SMTP: connected to host "smtpserver", port: 587
    EHLO machine.codomain.local
    +250-smtpserver.codomain.local Hello [xxx.xxx.xxx.xxx]+
    +250-SIZE 15728640+
    +250-PIPELINING+
    +250-DSN+
    +250-ENHANCEDSTATUSCODES+
    +250-STARTTLS+
    +250-AUTH GSSAPI NTLM+
    +250-8BITMIME+
    +250-BINARYMIME+
    +250 CHUNKING+
    DEBUG SMTP: Found extension "SIZE", arg "15728640"
    DEBUG SMTP: Found extension "PIPELINING", arg ""
    DEBUG SMTP: Found extension "DSN", arg ""
    DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
    DEBUG SMTP: Found extension "STARTTLS", arg ""
    DEBUG SMTP: Found extension "AUTH", arg "GSSAPI NTLM"
    DEBUG SMTP: Found extension "8BITMIME", arg ""
    DEBUG SMTP: Found extension "BINARYMIME", arg ""
    DEBUG SMTP: Found extension "CHUNKING", arg ""
    STARTTLS
    +220 2.0.0 SMTP server ready+

  • SMTP, Sending, Not Sending?

    Here is the mail I sent the MAC shop with a couple of extras at the end
    For Email:
    My iBook G4 is running Tiger 10.4.11 and I never had any problems, it works great.
    My new MacBook running Leopard 10.5.1 has problems when on both wireless network and cdma network.
    I have set-up my 4 email accounts on my MacBook exactly the same as on my iBook but there is a problem when sending email on the MacBook.
    When I send email the following can happen:
    1) Activity viewer shows "Sending data (100% Done)" but it just stays there and does not send (screenshot attached).
    2) It starts to send and then stops and gives an SMTP Error (screenshot attached).
    3) The email sends but takes more than 5 minutes to send a 5kb email.
    I then try on iBook with same configuration and modem and no problem, I have also configured email accounts on DELL M1330 & Compaq Presario laptops and can send no problem using cdma and wireless.
    I have checked SMTP settings many times, including outgoing ports used and they are all correct.
    I even used the ISP's SMTP with limited success, it works now and then but still errors with the smtp error or the "Done 100%"......
    I am not sure if this is an issue related to Wireless or CDMA Modem I use....But it is driving me nuts and really am at a total loss as to what to do.
    Please help

    You may not have the same problem but what I did is worth a try.
    First, when I went to Leopard some of the outgoing settings didn't copy over. In MAC Mail I didn't get the send button to be available. Outgiong mail settings including the server and advaned settings must be what your ISP needs. My Yahoo mail would send fine but MAC Mail wouldn't. Mail>Prefrerences>Accounts - Outgoing Server - Edit Server > Advanced - Server, SSL, Authentication all must be correct.
    MAC Mail for some reason also requires a DNS server setting in the network setup.
    Under System Preferences, go to Network and add your DNS numbers for your ISP Server. Get the right numbers from your ISP. I did a search for "DNS" on the ATT/YAHOO member web site.
    This fixes the slow checking and sending of mail....It also fixes problems where mail sends slow and may give Authentication errors.
    I spent many hours on this and finally the answer was posted on this forum.

  • Mail not received sent through SMTP Send Mail Task

    Hi,
    I have a SSIS package which will send mail notifications. This package is deployed on Integration Services Catalogues as Project deployment. This package having a list of notifications regarding the task status.The receiver end got few
    notifications but missed of the notifications. This issue is not frequent. Sometimes we are getting all notifications. Sotimes missing some notification. All these using SMTP tasks with same SMTP connection. 
    I checked the task status in Standard Reports for all Executions. The task status for all these notification tasks are Success.
    What are the possible reasons for this?
    Thanks and regards,
    Muhammed Shakeer
    Muhammed Shakeer

    Hi Muhammed,
    If the issue happens sometime only and all executions was run successfully, then the issue should be caused by the SMTP server. The SMTP server may refuse the connections.
    To verify the cause, please:
    Check SMTP server log
    Enable logging for the SMTP task. Check the log after execution
    To understand how to enable Logging, please see:
    http://technet.microsoft.com/en-us/library/ms181205(v=sql.110).aspx
    Thanks,
    Jinchun Chen

Maybe you are looking for

  • SDO_ORDINATES.X.Field in data file exceeds maximum length

    Hi All, While loading data in .SHP file into oracle spatial through SHP2SDO tool following error message appears: Error message: Record 54284: Rejected - Error on table GEO_PARCEL_CENTROID, column CENTROID_GEOM.SDO_ORDINATES.X. Field in data file exc

  • N95 8GB video centre Shuting off

    Hi, I have just converted a complete movie with N series video Manager and when i copied it into N95 8GB (The file size was about 600MB) from Gallery it is working fine every thing even the thumbnail but when i try to open video centre it shut's off

  • Automatic User device affinity, historical time stamp

    Hi all, I have a small questions. I've enabled Automatic User Device Affinity for all my works stations today. After a few hours I've see that nobody has primary device attached. If I go to an user at edit primary device I can see on what devices and

  • EA6900 Update and Two Suggestions for Future Firmware "Nice to Haves"

    Hey, first off, I've been a user of Linksys Routers for many years now, so I am familiar with the different settings and other selections that you generally see on the firmware pages.  As to the EA6900, I am very, very PLEASED with how this router in

  • Unable to send a file via my email client

    when i try to send a file via email i get the following error message : ' adobe reader could not  connect to e-mail client' - pl help. os; win 7 home premium[64-bit]; browser: ie9; e-mail client : hotmail & gmail