Hi,
i'm new to OX and try to make it work with my current mail installation (as a replacement of roundcube). Everything looks working great except two cases :
1) I'm using a php script to make able users to change their password. The Script works well, it change both passwords in postfix database and OX database. But, until i restart the OX service, the new password doesn't work.
2) When i want to send a mail, i've this message which pop up.
In my postfix logs i've this linked message :
Here's my OX smtp.properties :
Here's my OX mail.properties
Don't hunderstand why =/
I store my mailbox account in a mysql database and i've configured postfix with that long time ago and it works very well on roundcube or mobile/pc mail client.
Password are encrypt with ENCRYPT method instead of SHA1 which look the encrypt method of OX, but i've no troubles with IMAP so i don't think it's reliable.
Any idea ?
i'm new to OX and try to make it work with my current mail installation (as a replacement of roundcube). Everything looks working great except two cases :
1) I'm using a php script to make able users to change their password. The Script works well, it change both passwords in postfix database and OX database. But, until i restart the OX service, the new password doesn't work.
2) When i want to send a mail, i've this message which pop up.
Wrong or missing login data to access mail transport server 127.0.0.1. Please check associated account's settings/credentials.
Mar 3 16:39:19 hesperian postfix/smtpd[13870]: warning: localhost.localdomain[127.0.0.1]: SASL LOGIN authentication failed: authentication failure
com.openexchange.smtp.smtpLocalhost=null
com.openexchange.smtp.smtpAuthEnc=UTF-8
com.openexchange.smtp.smtpAuthentication=true
com.openexchange.smtp.setSMTPEnvelopeFrom=false
com.openexchange.smtp.smtpTimeout=50000
com.openexchange.smtp.smtpConnectionTimeout=10000
com.openexchange.smtp.logTransport=false
com.openexchange.smtp.smtpAuthEnc=UTF-8
com.openexchange.smtp.smtpAuthentication=true
com.openexchange.smtp.setSMTPEnvelopeFrom=false
com.openexchange.smtp.smtpTimeout=50000
com.openexchange.smtp.smtpConnectionTimeout=10000
com.openexchange.smtp.logTransport=false
com.openexchange.mail.loginSource=mail
com.openexchange.mail.passwordSource=session
com.openexchange.mail.mailServerSource=user
com.openexchange.mail.transportServerSource=user
com.openexchange.mail.masterPassword=secret
com.openexchange.mail.mailServer=mail.momcards.fr
com.openexchange.mail.transportServer=mail.momcard s.fr
com.openexchange.mail.defaultMailProvider=imap
mail.mime.charset=UTF-8
com.openexchange.mail.mailFetchLimit=1000
com.openexchange.mail.attachmentDisplaySizeLimit=8 192
[...]
com.openexchange.mail.passwordSource=session
com.openexchange.mail.mailServerSource=user
com.openexchange.mail.transportServerSource=user
com.openexchange.mail.masterPassword=secret
com.openexchange.mail.mailServer=mail.momcards.fr
com.openexchange.mail.transportServer=mail.momcard s.fr
com.openexchange.mail.defaultMailProvider=imap
mail.mime.charset=UTF-8
com.openexchange.mail.mailFetchLimit=1000
com.openexchange.mail.attachmentDisplaySizeLimit=8 192
[...]
I store my mailbox account in a mysql database and i've configured postfix with that long time ago and it works very well on roundcube or mobile/pc mail client.
Password are encrypt with ENCRYPT method instead of SHA1 which look the encrypt method of OX, but i've no troubles with IMAP so i don't think it's reliable.
Any idea ?
OX Server Version : 7.4.2-9
OX AppSuite Version : 7.4.2-8
OX AppSuite Version : 7.4.2-8
Comment