Hello,
i'm trying to get OX App-Suite working with an external Mailserver. I want to connect directly to my providers IMAP- and SMTP-Server. So i used following command to create my testuser:
$ /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P admin_password -u testuser -d "Test User" -g Test -s User -p secret -e testuser@example.com --imaplogin testuser@example.com --imapserver imaps://imap.example.com:993 --smtpserver smtps://smtp.example.com:465
IMAP is working (My provider password is equal to my OX password). So everything is fine, except the SMTP-Authentification. How can i set the option that the SMTP-Server uses the Authentification of the incoming (IMAP)-Server? I've tried with --smtplogin, but this command isn't available. Is there any solution to set this setting?
If i add an external Mail-Account i'm able to set this setting:
Unbenannt.PNG
i'm trying to get OX App-Suite working with an external Mailserver. I want to connect directly to my providers IMAP- and SMTP-Server. So i used following command to create my testuser:
$ /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P admin_password -u testuser -d "Test User" -g Test -s User -p secret -e testuser@example.com --imaplogin testuser@example.com --imapserver imaps://imap.example.com:993 --smtpserver smtps://smtp.example.com:465
IMAP is working (My provider password is equal to my OX password). So everything is fine, except the SMTP-Authentification. How can i set the option that the SMTP-Server uses the Authentification of the incoming (IMAP)-Server? I've tried with --smtplogin, but this command isn't available. Is there any solution to set this setting?
If i add an external Mail-Account i'm able to set this setting:
Unbenannt.PNG
Comment