I try to receive mail with ox but i have some troubles...
I have an account in 1and1 test@...
I want to receive email in user interface.
i configure the table user with this parameters :
1 | 16 | imap.1and1.fr | test@xxx.fr | test@xxx.fr | NULL | 1 | fr_FR | -1 | smtp.1and1.fr | Europe/Paris | O2H99RMXmgf76 | 14 | {CRYPT} | 65534 | 65534 | /home/test | /bin/bash |
and imap.properties :
# Enable/Disable IMAPS and its port
imaps=true
imapsPort=993

and smtp.properties :
smtpLocalhost=null

# Enable/Disable SMTPS and its port
smtps=false
smtpsPort=465

# Define the encoding for SMTP authentication
smtpAuthEnc=UTF-8

# Enable/disable SMTP Authentication
smtpAuthentication=true
When i try to send a mail :
Code d'erreur : Données de connexion incorrectes ou manquantes, ce qui interdit d'accéder au serveur imap.1and1.fr. (MSG-1001,-2022373683-20)
And receive :

Code d'erreur : Données de connexion incorrectes ou manquantes, ce qui interdit d'accéder au serveur imap.1and1.fr. (MSG-1001,-2022373683-21)
My smtp in database is smtp.1and1.fr and when i send a message is imap.1and1.fr.
I don't uderstand how i can configure my imap properties and smtp properties.
on open-xchange/etc/ directories or postfix and cyrus file conf. File conf are same that installation wiki.
Thanks for your help.