I just installed the latest plugin (current-123.zip) and I'm having difficulty with the "Save" button on the autoreply feature. No matter what I do, the save button is greyed out.
Well you probably didn't read the requirements, autoreply need jqueryui from rc 0.7.x So please activate it and normal the error is gone.
I believe I have it setup correctly with jqueryui. Here is a quote from my main.inc.php: Is that correct?
Are you using a custom skin for Roundcube? I was and I had a similar issue. I documented the fix within the ISPConfig3 Roundcube Plugin forum. http://bugs.web-wack.at/boards/3/topics/21 As a note, this fix also fixed my account page layout taking up approximately 80% of the page width.
I saw that webpage before from my googling. To answer your question, no, I have not changed any templates however that is on my to-do list
The save button seems to work now, don't ask me how but I just checked it right now and it somehow allows me to click it. With that being said, I'm now getting a different error: Edit: I have figured out the problem however I'm not sure about the solution. If I manually type in the tomorrows date into the text field, it will work correctly however I cannot select tomorrows date by pulling down the calendar.
I haven't confirmed whether or not this issue is resolved, but, for reference, I reported it on the official forums some time ago: http://bugs.web-wack.at/boards/3/topics/1
Just a guess, it might be that you have configured different timezones in your server or roundcube and in the /usr/local/ispconfig/server/lib/config.inc.php and /usr/local/ispconfig/interface/lib/config.inc.php files of ispconfig.
Thanks, Till. I'll look into that in the case of my own configuration. For the sake of academic discussion, for what reason is an auto-responder start date in the past not permitted?
I dont know, I havent written the new date picker for the autoresponder which introduced that limit. Feel free to report it to the bugtracker so we can look into this.
Thanks for looking into this, Till! For those monitoring this thread, as of ISPConfig 3.0.4.4, the limitation has been removed altogether. Auto-responder start and end date-times may be in the past or the future. http://bugtracker.ispconfig.org/index.php?do=details&task_id=2086
Hi Guys, I am facing the same error, Soap Error: email_error_isemail. in password and autorespond plugin when I press the save button. I have: ispconfig 3.0.4.2 rc 0.3 Plugin version last svn Any idea? Thanks!
The plug-in does not support the version of Roundcube that you're using. You should upgrade to Roundcube >= 0.7. I don't know whether your problem is related to your version of Roundcube (I doubt it), but I did do some research the last time this question was raised:
Thanks for the tip , I have upgraded to ispconfig 3.0.4.3 and I have done clean install rc 0.7 , but still the same. soap error: email_error_isemail Please give me more idea.
You did yourself a real favor Don't be mad. Per my previous post, what's the email address (just the first part, before the @) that you're submitting to the form?
Good morning, -it is a greet morning You were right. I have tried with a test account [email protected] that was the problem, it works with normal account Many thanks!
Glad to have steered you in the right direction. Cheers, bubbie. [email protected] is a perfectly valid email address. The fact that it fails the regular expression check seems to indicate that the expression is faulty. That said, I'm not sure why that address is failing, because the regular expression looks as though it would allow a@. The expression requires, "at least one alphanumeric character, and, optionally, any number of additional alphanumeric or underscore characters, and then the @ symbol". a@ fits the bill. And, really, it's irrelevant, because the expression is without question inadequate. The applicable RFC that governs email address syntax allows for a far, far wider range (and number) of characters in the so-called local-part than what's permitted in the regular expression in question. http://en.wikipedia.org/wiki/Email_address#Local_part As a final point of note, with the inception of internationalized domain names ( http://en.wikipedia.org/wiki/Internationalized_domain_name ), this expression is definitely in need of an overhaul. In fact, it should probably be done away with entirely, as it would need to account for unicode and multi-byte characters sooner or later, which as most developers know, is a bane to regular expressions.
SOAP Error: Forbidden + mod_evasive Hello , May you put your "/etc/apache2/mods-enabled/mod-evasive.load" file here please? Mine: Code: LoadModule evasive20_module /usr/lib/apache2/modules/mod_evasive20.so <IfModule mod_evasive20.c> DOSHashTableSize 2048 DOSPageCount 10 DOSSiteCount 200 DOSPageInterval 2 DOSSiteInterval 2 DOSBlockingPeriod 10 DOSLogDir "/var/log/apache2/evasive" DOSEmailNotify root </IfModule> J.
Roundcube with Ispconfig We have Ispconfig3 on a ubuntu 10.04 LTS server and we have roundcube as web client... We want to be able define groups and add as many as email Imap accounts into the groups as we want! for example let say we have 20 different email accounts from different providers (gmail,yahoo,hotmail and also our own email accounts on the server etc) Admin group we will add the 20 account into this group and we will be able receive and send from each account on 1 page using Roundcube! User1 group we should be able to have the list of 20 account to choose which ones will be able to use for this group ! so everytime we add new email address we will be able to go into user group settings and add that new account by ticking a box into the group... User2 Group User3 Group and we will be able to add as many as user group we need. and we should be able to clone a group as well which will make it easier to tick to sellect or untick to desellect for some email accounts from the new group etc... Extra Features to add on : Read Receipt = want the same as Gmail like they did for read receipt. Conversation Threat = want the same as Gmail like they did for listing etc How and what can you offer using ispcong and roundcube to do this! The essentials is that you have to use Ispconfig and Roundcube for this job! Maybe you can create a plugin module for Ispconfig that will work together with Roundcube or you will create plugin for roundcube on its own that will work with Ispconfig!! anybody can do this please help , thnx
"SOAP Error: Forbidden" [SOLVED] Thanks to SilentHunter : Code: cat /etc/apache2/mods-enabled/mod-evasive.load LoadModule evasive20_module /usr/lib/apache2/modules/mod_evasive20.so <IfModule mod_evasive20.c> DOSHashTableSize 2048 DOSPageCount 50 DOSSiteCount 200 DOSPageInterval 30 DOSSiteInterval 30 DOSBlockingPeriod 50 DOSLogDir "/var/log/apache2/evasive":) DOSEmailNotify root </IfModule>