Roundcube Community Forum

 

accounts plugin

Started by sunnydt, December 02, 2009, 02:30:19 PM

Previous topic - Next topic

sunnydt

I am trying to add accounts but they will not add. The page loads for a couple of minutes acts like its working and then does nothing. no accounts are added.

SKaero

Is there anything in your error log?

sunnydt

no nothing in my error log

sunnydt

im wondering if maybe I have the settings plugin set up wrong. what am I suppose to add to the Account Name? could this be just any name. because I have tried my email address too and it just loads for several seconds and then says failed to establish a connection with remote.

SKaero

You do have the settings plugin and you have followed all of these steps right?
  • Configure "accounts/config/config.inc.php.dist".
  • Copy file to "config.inc.php" ("config.inc.php.dist" must still be present !!!).
  • Create 'accounts' database table (see folder SQL)
  • Register plugin ("./config/main.inc.php ::: $rcmail_config['plugins']").

sunnydt

yes I have done all this.

sunnydt

I have these plugins

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('password','http_authentication','markasjunk','vcard_attachments','sendmessage','settings','markasjunk2','savepassword','accounts');

SKaero

Account Name is the name of the account, it shows in the selector, Login ID is the username you would login with password is the password and the host is the mail server. Are you trying to connect to an outside mail server?

sunnydt

yes I am. I am trying to connect to gmail.

sunnydt

/* allowed hosts ::: array() = all */
$rcmail_config['accounts_hosts'] = array(
  "My Domain" => "localhost",
  "Mail4Us" => "pop.roland-liebl.de",
  "Google Mail" => "ssl://imap.gmail.com:993",
  "Freenet" => "mx.freenet.de"

SKaero

Your host is most likely blocking port 993 outbound.

sunnydt

I asked them about this today and they told me it was open.

SKaero

Is IMAP enabled in your gmail account?

sunnydt

yes it is. I did that today too. I feel like I have tried everything.

SKaero

Can you login to it using RoundCube with out the plugin (from the login page)