|
View Poll Results: Would you like to see a mailuser interface for Roundcube & Squirrelmail?
|
|
Yes
|
  
|
205 |
99.51% |
|
No
|
  
|
1 |
0.49% |

27th February 2012, 20:06
|
|
Senior Member
|
|
Join Date: Nov 2010
Posts: 319
Thanks: 21
Thanked 41 Times in 37 Posts
|
|
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/inde...s&task_id=2086
|

28th February 2012, 18:05
|
|
Junior Member
|
|
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Burge
now i overwrite the file with the newst svn and i got a new error while try to change password.
the exception is now: Soap Error: email_error_isemail.
Is there any way to easy debug this problem?
|
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!
|

28th February 2012, 18:41
|
|
Senior Member
|
|
Join Date: Nov 2010
Posts: 319
Thanks: 21
Thanked 41 Times in 37 Posts
|
|
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:
Quote:
Originally Posted by cbj4074
One of the core developers would probably know exactly what the issue is, but in their absence, we're left to troubleshoot on our own.
I searched the ISPConfig source-code for that error string and it's found in interface/web/mail/form/mail_user.tform.php (line 90).
From what I can tell, the error is triggered because the local portion of the email address fails the designated regular expression check, which is as follows:
Code:
^[a-z0-9][\w\.\-_\+@]{1,63}$
The part I don't understand is why this code is even being executed when you're using the Roundcube webmail plug-in. I can't even find any reference to the string "validators" in the Roundcube plug-in source code. Again, one of the developers would know more.
Out of curiosity, what email address are you using (just the first part)?
|
|

29th February 2012, 21:58
|
|
Junior Member
|
|
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by cbj4074
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.
|

29th February 2012, 22:39
|
|
Senior Member
|
|
Join Date: Nov 2010
Posts: 319
Thanks: 21
Thanked 41 Times in 37 Posts
|
|
Quote:
Originally Posted by lkp_
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 
|
You did yourself a real favor  Don't be mad.
Quote:
Originally Posted by lkp_
Please give me more idea.
|
Per my previous post, what's the email address (just the first part, before the @) that you're submitting to the form?
|

1st March 2012, 07:15
|
|
Junior Member
|
|
Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by cbj4074
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 a@test.com that was the problem, it works with normal account
Many thanks!
|

1st March 2012, 14:04
|
|
Senior Member
|
|
Join Date: Nov 2010
Posts: 319
Thanks: 21
Thanked 41 Times in 37 Posts
|
|
Glad to have steered you in the right direction. Cheers, bubbie.
a@test.com 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/Interna...ed_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.
Last edited by cbj4074; 1st March 2012 at 16:08.
Reason: Typo.
|

19th March 2012, 22:34
|
|
Junior Member
|
|
Join Date: Nov 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
SOAP Error: Forbidden + mod_evasive
Quote:
Originally Posted by SilentHunter
Hey guys, there are some people who have "SOAP Error: Forbidden" and I solved the problem
It is not the plugin, it is mod_evasive from apache. Just do not make it to sensitive and the Error is gone!
|
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.
|

21st March 2012, 16:46
|
|
Junior Member
|
|
Join Date: Oct 2011
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

22nd March 2012, 18:25
|
|
Junior Member
|
|
Join Date: Nov 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
"SOAP Error: Forbidden" [SOLVED]
Quote:
Originally Posted by jerume
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.
|
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>
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 22:06.
|
|
Recent comments
16 hours 18 min ago
22 hours 59 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 12 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 7 hours ago
2 days 7 hours ago