Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Solutions for Error: Can't open mailbox

Welcome, Guest
Username Password: Remember me

Solutions for Error: Can't open mailbox
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Solutions for Error: Can't open mailbox

Solutions for Error: Can't open mailbox 1 year, 12 months ago #9801

I was stuck with the following error when I try to run my cronjob with POP3, NO SSL connection:
Testing your email settings ...ERROR: Could not connect !

Can't open mailbox {mycompany.com:110/pop3/novalidate-cert}INBOX: invalid remote specification


I resolved my problem with editing /components/com_rstickets/plugins/cron.php

Locate line 45:
$mbox = @imap_open("{".$T_SETTINGS['Email_Server'].":".$T_SETTINGS['Email_Server_Port'].$T_SETTINGS['Email_Server_Protocol'].$T_SETTINGS['Email_Server_Security']."/novalidate-cert}INBOX", $T_SETTINGS['Email_Address_Account'], $T_SETTINGS['Email_Address_Password']);


Remove "/novalidate-cert" because this is not a valid part for the mailbox connection string (http://php.net/manual/en/function.imap-open.php):
$mbox = @imap_open("{".$T_SETTINGS['Email_Server'].":".$T_SETTINGS['Email_Server_Port'].$T_SETTINGS['Email_Server_Protocol'].$T_SETTINGS['Email_Server_Security']."}INBOX", $T_SETTINGS['Email_Address_Account'], $T_SETTINGS['Email_Address_Password']);

Solutions for Error: Can't open mailbox 6 hours, 1 minute ago #0

Hello,
This is an automatically generated message.
We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you wish to receive our support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here: http://www.rsjoomla.com/support-policy.html.

Thank You!
PLEASE NOTE: This topic is NOT locked and you can add replies to it. Other users are free to reply as well. This message has been generated by a bot and has no effect on the topic whatsoever.
  • Page:
  • 1
Moderators: alex, alexp, octavian, bogdanc, andreic
Time to create page: 1.24 seconds
Feedback