Hi,
I have a general question regarding the user creation with an imaplogin to a hosted email server (provider).
In the documentation there is a given example:
Due to the fact on my pure Debian there is no email functionality at all I tried to replace the localhost with the imap and smtp server of the provider (lets say Gmail, so imap.gmail.com and smtp.gmail.com).
The user creation went through with no errors but when I login I receive an error message that there is no connection to the mail server. In the log I see the following:
When I checked the configuration of the added email account I see that port 143 and 25 has been used. There is no listener on the ports at Google. As it is not editable I can not check "use SSL" to verify. So I assume that it would work but as the ports are blocked...
Maybe I misunderstand or can not link the given information from the documentation together but I would assume that it is in general possible to create a user that is linked to a hosted (remote) email server (e.g. --imaplogin testuser --imapserver imap.gmail.com --smtpserver stmp.gmail.com) and/or edit the configuration of the mail account.
Furthermore I assume that the login then would be IMAP. Right?
Could you please advise?
Thank you in advance!
I have a general question regarding the user creation with an imaplogin to a hosted email server (provider).
In the documentation there is a given example:
Code:
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 --imapserver 127.0.0.1 --smtpserver 127.0.0.1
The user creation went through with no errors but when I login I receive an error message that there is no connection to the mail server. In the log I see the following:
Code:
=SERVICE_DOWN Message='Connection was refused or timed out while attempting to connect to remote server imap.gmail.com for user xyz@gmail.com.' exceptionID=428524280-38
Maybe I misunderstand or can not link the given information from the documentation together but I would assume that it is in general possible to create a user that is linked to a hosted (remote) email server (e.g. --imaplogin testuser --imapserver imap.gmail.com --smtpserver stmp.gmail.com) and/or edit the configuration of the mail account.
Furthermore I assume that the login then would be IMAP. Right?
Could you please advise?
Thank you in advance!
Comment