Author Topic: accounts plugin  (Read 7630 times)

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« on: December 02, 2009, 02:30:19 PM »
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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #1 on: December 02, 2009, 11:48:07 PM »
Is there anything in your error log?

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #2 on: December 03, 2009, 12:04:39 AM »
no nothing in my error log

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #3 on: December 03, 2009, 12:06:38 AM »
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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #4 on: December 03, 2009, 12:12:28 AM »
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']").

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #5 on: December 03, 2009, 12:17:51 AM »
yes I have done all this.

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #6 on: December 03, 2009, 12:19:48 AM »
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');

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #7 on: December 03, 2009, 12:22:35 AM »
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?

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #8 on: December 03, 2009, 12:25:05 AM »
yes I am. I am trying to connect to gmail.

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #9 on: December 03, 2009, 12:27:14 AM »
/* 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"

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #10 on: December 03, 2009, 12:29:30 AM »
Your host is most likely blocking port 993 outbound.

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #11 on: December 03, 2009, 12:30:46 AM »
I asked them about this today and they told me it was open.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #12 on: December 03, 2009, 12:32:42 AM »
Is IMAP enabled in your gmail account?

Offline sunnydt

  • Jr. Member
  • **
  • Posts: 56
accounts plugin
« Reply #13 on: December 03, 2009, 12:34:09 AM »
yes it is. I did that today too. I feel like I have tried everything.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
accounts plugin
« Reply #14 on: December 03, 2009, 12:35:48 AM »
Can you login to it using RoundCube with out the plugin (from the login page)