Unable to setup Outlook account with Key Machine server
Unable to setup Outlook account with Key Machine server
Can someone help me?
- Jolinar
- Community Moderator
- Posts: 4004
- Joined: Sat 30. Jan 2016, 07:11
- Location: Weimar (Thüringen)
- Contact:
Re: Unable to setup Outlook account with Key Machine server
Error messages, logfile entries?
More input please!
Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
- In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
In this color, I write as a moderator and provide moderative guidance or justify moderative interventions - In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
In this color, I write as a community member and share my personal opinions and views
Re: Unable to setup Outlook account with Key Machine server
Have you used the information from the "Connection data" column on the email page?
With these you have everything you need to setup any email client.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Unable to setup Outlook account with Key Machine server
And which OS?
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Unable to setup Outlook account with Key Machine server
Yes I used the information from the connection data column.
I tried to setup the email addresses on Outlook 2019 but I always get the same error message ''Outlook is unable to connect to your incoming (POP) e-mail server. Verify your email address and password and try again'
Also on mobile apps I'm unable to setup the emails.
Re: Unable to setup Outlook account with Key Machine server
Either Windows or Office updates?
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
- BasHeijermans
- KeyHelp Translator
- Posts: 170
- Joined: Mon 20. Jun 2022, 12:01
- Location: Heppen Belgium
- Contact:
Re: Unable to setup Outlook account with Key Machine server
Solution:
Code: Select all
nano /usr/lib/ssl/openssl.cnf
Change that to SECLEVEL=1 and reboot.
See if you can manage to setup them now.
I had the same problem with programs that use SSLv1 and can't manage v2.
No idea if it solves it for you, but it's worth a shot.
But first, check if your ports for mail are open and reachable, you can check telnet on port 110, it should give you a prompt.
If it fails to connect the problem is with your ports.
Ik heb KeyHelp naar het Nederlands vertaald, contacteer me als er translatie fouten zijn.
(I have translated KeyHelp into Dutch, contact me if there are translation errors.)
Next version 24 of KeyHelp 100% translated.
Re: Unable to setup Outlook account with Key Machine server
BasHeijermans wrote: ↑Sat 16. Jul 2022, 16:49 Could it be that the SSL level is too high? They did ditch the old v1 level and started using v2 and up.
Solution:
At the bottom you find: CipherString = DEFAULT@SECLEVEL=2Code: Select all
nano /usr/lib/ssl/openssl.cnf
Change that to SECLEVEL=1 and reboot.
See if you can manage to setup them now.
I had the same problem with programs that use SSLv1 and can't manage v2.
No idea if it solves it for you, but it's worth a shot.
But first, check if your ports for mail are open and reachable, you can check telnet on port 110, it should give you a prompt.
If it fails to connect the problem is with your ports.
- BasHeijermans
- KeyHelp Translator
- Posts: 170
- Joined: Mon 20. Jun 2022, 12:01
- Location: Heppen Belgium
- Contact:
Re: Unable to setup Outlook account with Key Machine server
Sorry mate.
Ik heb KeyHelp naar het Nederlands vertaald, contacteer me als er translatie fouten zijn.
(I have translated KeyHelp into Dutch, contact me if there are translation errors.)
Next version 24 of KeyHelp 100% translated.
Re: Unable to setup Outlook account with Key Machine server
Why are you using POP?
Can you ping the server?
What does
Code: Select all
telnet <emailserver> 110
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.