Link to home
Create AccountLog in
Printers and Scanners

Printers and Scanners

--

Questions

--

Followers

Top Experts

Avatar of antrimbc
antrimbc

MFP/Scan to email through Office 365
Hi, we recently move to Office 365 and we need to reconfigure our MFP's (Xerox 7120's) to send email through 365 as apposed to on-premise exchange.

We only scan to email for internal addresses and not external.

Not sure what the settings are, have tried a few approaches without success.

anyone any ideas?

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Tony GiangrecoTony Giangreco🇺🇸

Most of the Scan to Email apps used by those all in one units only support an email client like Outlook that runs on the pc, not a web based mail client like Office 365, Gmail or Yahoo.

I would contact Brother support to verify but I expect that will be there answer.

I've verified that with them for Gmail, Yahoo and Comcast mail before.

ASKER CERTIFIED SOLUTION
Avatar of Alan HardistyAlan Hardisty🇬🇧

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

The issue is likely that your scanner does not support TLS.  I have seen this a lot.  If your scanner does not support TLS, you should be able to create an SMTP Virtual server in iis6, or 7, and use that.

Avatar of Vasil Michev (MVP)Vasil Michev (MVP)🇧🇬

Refer to the following article for the different ways to configure this in office 365:

http://technet.microsoft.com/en-us/library/dn554323.aspx

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of antrimbcantrimbc

ASKER

Thanks for replies.

I have refered to that document and i believe Direct Send is the option we require but im not sure of the setup. I've tried using the following:

SMTP: smtp.office365.com
Username: username of 365 Global Administrator
Password: username of 365 Global Administrator

but still not working.

any thoughts?

Avatar of Alan HardistyAlan Hardisty🇬🇧

Are you using port 587 with TLS encryption enabled?

Does the Office 365 Global Administrator have a mailbox configured?  If not, then please use the account of a user with an Office 365 Mailbox.

Alan

Thanks for the quick Reply Alan.

Yes on all of the above.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


SOLUTION
Avatar of Alan HardistyAlan Hardisty🇬🇧

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.

Avatar of Alan HardistyAlan Hardisty🇬🇧

Is the copier on the latest firmware?

Thanks Alan... i got the 7120's working using another SMTP service (AUTHSMTP)

now trying to configure a 7830, it accepts the settings but when i try a test email it tries for a few moments then times out... on both 365 and AUTHSMTP settings.

frustrating.. any thoughts?

Avatar of Alan HardistyAlan Hardisty🇬🇧

Could it be a DNS setting where it can't find the SMTP Server that you have configured?

I had to configure a copier with 8.8.8.8 as DNS settings before it could find Office 365!

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


I've set the printer DNS to google (8.8.8.8 & 4.4.4.4) see attached images for config.

still stalls on send test

:/
dns.png
smtp.png
tls.png

Avatar of Alan HardistyAlan Hardisty🇬🇧

You set the port to 597 - it should be 587.  Change the port and try it again - hopefully it will be happier.

Alan

Silly me.. but no joy James, sits trying to send a test email but doesnt send.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Alan HardistyAlan Hardisty🇬🇧

Are you able to use the AUTHSMTP server you are using for the other copier?

Yeah, AUTHSMTP works fine with the 7120's - thats the frustrating thing

Have you tried it with the "starttls" setting?

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Yeah tried that..

Unable to send test E-mail.

        Server connection aborted.

Have you tried to setup an IIS SMTP virtual server, and have you checked to ensure that the firmware is up-to-date on the copier?

havent tried the IIS option but the copier is only 4 weeks old (to us) - just checked firmware, its on Version: 071.010.103.04401 which i believe is current...

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


You are right, if it is a new printer, it should be working.  I would call Xerox, they should be able to help you with no issues.

Alan, your google DNS tip may just have done the trick mate... still working my way round a few of these - will update when i can..

Thanks for all so far

What a saga !! here goes...

so for the 7830's office 365 works fine but for the 7120's i had to use AUTHSMTP to get them to work... office 365 just wouldnt work & no idea why?!

we also have a HP netowk scanner that doesnt work with either :/

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


I've requested that this question be deleted for the following reason:

.

Avatar of Alan HardistyAlan Hardisty🇬🇧

Just curious as to why you are deleting this question when the 7120 copier (the subject of the actual question) is now actually working.

Can you please explain?

Thanks

Alan

Avatar of Alan HardistyAlan Hardisty🇬🇧

Comment http:#a39980188 and http:#a39981213 advise that the copier won't work with Office 365 due to the requirements of Office 365 and the options available on the copier and that an alternative solution needs to be found, which comment http:#a39981219 confirms to be the case, so my two comments should be awarded a 50/50 split IMHO.

Alan

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


SOLVED !!!

We solved this issue by using STUNNEL, it can do the encryption instead of the XEROX WorkCentre.

You can simply configure STUNNEL on one of your servers and point the WorkCentre locally to that server through port 25, use no encryption and STUNNEL will forward it to smtp.office365.com through port 587.

This solution tested and verified.

http://www.messageops.com/office-365-tools-resources/smtp-relay-with-office-365/
Printers and Scanners

Printers and Scanners

--

Questions

--

Followers

Top Experts

A printer is a peripheral which makes a persistent human readable representation of graphics or text on paper or similar physical media. Traditional printers are being used more for special purposes, like printing photographs or artwork, and are no longer a must-have peripheral; 3D printing has become an area of intense interest, allowing the creation of physical objects. An image scanner is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image. Hand-held scanners, where the device is moved by hand, have evolved from text scanning "wands" to 3D scanners used for industrial design, reverse engineering, test and measurement, orthotics, gaming and other applications.