Roundcube Community Forum

 

Date.timezone NOT OK

Started by El Vergatario, November 29, 2012, 09:06:18 AM

Previous topic - Next topic

SKaero


El Vergatario

Yes it is on:

allow_url_fopen = on

SKaero

Does it work if you switch the server name to the ip address? (ie: mail.example.com > 192.0.43.10)

El Vergatario

#18
No, but now I get login failed rather than connection failure.

Forget that, I had the address encased in ' '

Tried the IP without the apostrophe and I just get a blank screen. Do not even get the login screen.

SKaero

What does you main.inc.php look like?

El Vergatario

Here you go. I bet it is something simple that I have overlook. That would be typical of me ::)


http://pastebin.com/eG0xpEKc

SKaero

You need to have quotes around the default_host,

$rcmail_config['default_host'] = 'example.com';


Try setting imap_auth_type to null,

$rcmail_config['imap_auth_type'] = null;

El Vergatario

I have done as you said but it still says login failed.

I have tried the default host as the server ip, and the server name with & without mail at the beginning. When I put mail it say Connection to the storage server failed.

SKaero

Is there any way you could send me a test email account and ftp access so I could take a look?

El Vergatario

Hope you had a great time over the festive period.

I can give you access via TeamViewer?

El Vergatario

I HAVE DONE IT!!!!!!!  :) :) :) :)  :)

I change the default_host to:

$rcmail_config['default_host'] = 'ssl://localhost';

Originally I had the domain name without ssl. I tried it with ssl and got nothing, then tried ssl with localhost and I managed to log in.

I also changed the login to PLAIN.


Thanks for the help along the way SKaero.

SKaero

Good to hear. Sorry I missed your last message, I might have been able to help.