Hello everyone, My client are not able to connect their outlook email client with my ispconfig (Roundcube intergration) server. The outlook shows invalid or expire certificate for the ispconfig server. However I have install letsencrypt certificate for my ispconfig GUI and it is validated by my brower. The clients have properly setup email domains, mail boxes and whenever they try to connect using outlook with following details they are greeted with the certification expire or invalid error of the host server: Incoming server: mail.client.com Username: client Password: Somepassword Port:993 Outgoing server:mail.client.com Username:client Password: somepassword Port:587 But when I entry my ispconfig servers URL (myispconfigserver.com) on the incoming and outgoing server the client is able to connect via outlook. But they are not able to connect via their domainYmail.client.com) hosted in my ispconfig server. The DNS record for client.com is also maintained with proper A records and so on The mail.client.com A record is pointed towards the ispconfig servers IP. The ispconfig mail.log shows outlook connecting to the ispconfig servers certificate and not the clients own certificate i.e mail.client.com certificate. Also i have installed my ispconfig servers lets encrypt certificate on the postfix and dovecot as well. May be that is the reason why i am getting certificate invalid or expire error. I think the error is due to the clients domain name and certificate mismatch. Can any one help me with the possible reasons and solution to it.
You are using the wrong username. The username for email is not the client name, it is the email address. so username is something like "[email protected]". Besides That, the mail server name that the mail client must use for the connection is the hostname of the server and not a domain or subdomain of a client.
Hello Tim, Sorry i forgot but i have indeed used the username as the [email protected], but the issues still persist. Also you are right when i set the mail server name to my ispconfig servers URL it works. But shouldn't it work using the clients domain/subdomains name like mail.client.com as i have valid dns records for the client as well as a valid certificates also the domain is hosted inside the ispconfig server
Hello till After changing the mail server to my ispconfig hostname, i am not still able to connect my outlook to my email boxes hosted in ispconfig server. The mail.log shows the bellow logs: May 27 16:15:26 vhost-01 postfix/submission/smtpd[32346]: connect from unknown[someIP] May 27 16:15:26 vhost-01 postfix/submission/smtpd[32346]: NOQUEUE: filter: RCPT from unknown[someIP]: <[email protected]>: Sender address triggers FILTER amavis:[127.0.0.1]:10026; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<[192.168.2.111]> Also the outlook error is as follows: I have used port 587 for outgoing email and port 993 for incoming email. Can you please help me out
Outlook seems to have not authenticated itself. Make sure you configured outlook to authenticate for sending (smtp) using the email address and password.
I am able to connect to the outlook now. I used the IMAP port 143 instead of 993 and SMTP port as 587. But when using port 993 it is unable to connect to outlook. Is it dovecot error ?
Hello Thom, I have denied sslv2 and sslv3 in ssl_protocals both in postfix and dovecot and only allowed TLS version. Is it the reason ?? Isn't TLS more secure than SSL. And yes i have tried by setting ssl for IMAP and TLS for SMTP. When using port 143 for IMAP and TLS for SMPT it works, but when using SSL(993) for IMAP and TLS for SMPT is doesn't.
Try using the settings set by ISPConfig when doing a update and reconfiguring services (you can always run a update with ispconfig_update.sh --force). They work fine for almost all clients and are secure.
Hi folks, I run into the same problem suddenly Outlook does not work in any way I get the same message as described above. which is also crazy I had a laptop with an old oulook and it works there. I have tried all ports and no success
You hijacked a thread more than a year old. Have you tried with these instructions to connect e-mail client: https://www.howtoforge.com/how-to-i...-ispconfig-on-debian-10/#connect-email-client
The first thing that I would do in such a case is to test if login via webmail works any maybe test if other mail clients like thunderbird or your mobile device are working.
Delete all Outlook profiles. Delete all entries in the Windows Credential Manager that are associate with the account in question. Create a new Outlook profile and set up the account. Make sure that you enable "My SMTP server requires authentication" and set the encryption type to auto. Beforehand you should check if everything is working correctly through webmailer or another email client like till already suggested.