SMTP Scan to Email failing

This issue perplexed me for far longer than it should have. Being a rookie in the ways of the network world, I had yet to learn of all the paths one can take to solve an issue quickly. After all, solving issues can be hard if you don’t know where to look to begin with.

A client was having issues with their SMTP server and Scan to E-mail. The first issue involved large documents being split into several e-mails. The second issue would be that the client would not always receive the scans in their inbox at all, without any errors, though this issue was very intermittent, so most scans were making it to their destinations.

The printer vendors swore that it was not their problem (which is true), so I was tasked to help solve it. After trouble shooting and looking at settings, I was scratching my head as to what exactly could be causing the problems. Being an intermittent issue, it was hard to say why some were making it through and others were not. The printer settings were correct, split large files was disabled, and the spam filters were set to allow all e-mails from the printers to everyone’s inbox.

Now we did narrow it down to the SMTP server itself as using a test Gmail account for their SMTP worked just fine. But what exactly was happening on that server?

After spending well over a month and the issue escalating to critical, I was able to get help from one of the senior staff.

We poked around in the SMTP server. Lo and behold, the SMTP server was set to split large files. The SMTP server has the power to override any setting on the printers. Increasing allowed file size meant that the scans were no longer being split into different e-mails. Finally, the first issue was solved.

Now what could be causing the scans to not always go to the user’s inbox? After digging around further, I discovered the .BAD logs. Opening them in notepad revealed undeliverable headers with the reasons why the e-mails were failing.

Before I say why, during the course of trying to find some sort of logs that could point to why these issues were happening I found that the SMTP server utilized several IP addresses to send the e-mails. So when I found the undeliverable headers, they showed just a single IP address as being blocked. Now this makes sense! Because the IP addresses used were mostly random, several would work just fine. That is until the blocked IP was used.

So who was blocking the IP? Microsoft.

So the client contacted Microsoft to have that IP delisted from the blocked list and everyone lived happily ever after.

It is just a shame it took me so long to figure all this out. However it was certainly a learning experience.

Shadow Play not turning on

I tend to record games now and then, mostly for friends, using nVidia Shadow Play. It had been some time since I had used it, but when I went to turn it on the program in nVidia GeForce Experience, the program would freeze before crashing completely. A restart did not fix the issue nor did a driver update.

Thankfully, the next fix was pretty simple: Uninstall and reinstall GeForce Experience. That fixed my problem.

Others had reported different issues in the past. One possible fix, should the above not work, is to boot into safe mode (Restart and spam F8) and uninstall all nVidia software. Then reinstall it and it should work.

Still doesn’t work, or you have a fix that worked for you? Leave a comment below!

Unable to Add Account in Windows 10 – A Workaround

Had a particular issue today while working on a troublesome Windows 10 machine. A user wanted to create a new user account, however the add an account button was not working. When clicked, the button would do its animation but nothing occurred. There is a way to bypass this issue:

  1. Press the Windows Key + R
  2. Type (sans quotations) “control userpasswords2” – Click Okay
    run username
  3. Click on “Add” under the users’ tab
  4. Click the option “Sign-in without a Microsoft account”
  5. Click on Local Account
  6. Create a login name for the new user
  7. Create a password if you choose
  8. Click Apply then okay.

You can also use the same method to remove old accounts or to change the account to an administrator account (by selecting the user account and then click properties).

If you have another way, or a permanent fix, drop a comment below!