Thanks Till, That explains a lot now... two more questions; 1) How long before the same email account can send an email and receive another auto response ? 2) is there anywhere in the scripts that I can maybe disable this feature so they always get replies ??? Cheers - Jockstrap
Have a look at /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php and search for the string ".vacation.cache".
Falko, That file didn't really help but I found that if I removed the -D option in formail in the autoresponder.rc.master template and then removed the existing .vacation.cache file from the users Maildir directory - this did the trick. I changed autoresponder.rc.master as follows; changed --> | formail -rD 8192 .vacation.cache to --> | formail -r 8192 .vacation.cache This means now that an autoreply will always be sent - even if to the same email again. FYI - for anyone else who may want to disable the "send once" autoresponder feature.
I´ve found the solution of one of the known problems with RoundCubeMail. Look here: http://www.howtoforge.com/forums/showthread.php?t=5710 Maybe it´s possible that this can be fixed in one of the next versions of ISPConfig in Maildir-Mode (by automatic creating an additional folder named "trash" when a new email-account were created)?
We didn't make the RoundCube .pkg. It was made by someone else (we only put it on the ISPConfig web site), and he used the normal RoundCube download so it's still a problem the RoundCube developers should fix.
No - what I mean is the following: If you use Maildir and create a new user in ISPConfig, there will be created some folders. Right ? Why not one folder more with the name "Trash" ? Or does it give there some config-files where I can set this options ?
No, not by ISPConfig. The folders where created by postfix. Please have a look here: http://www.howtoforge.com/forums/showthread.php?t=5722
Hi! I found a very simple and easy hack to remove the www. from www.myhost.tld for mailadresses Just edit the following line in /home/admispconfig/ispconfig/web/roundcubemail/program/include/main.inc on line 551 from Code: $line = trim($line); to Code: $line = trim(str_replace("www.", "", $line)); PS: This only works for new users that aren't yet in the roundcube database
Thanks! This works nicely. And after initial setup it also works for users who have already been using RoundCube mail before.
Attachement gone if send from Yahoo! Hi, I have ISPconfig 2.2.5 and lastet roundcube mail downloaded from ISPConfig page. I have faced the problem with the following scenario: 1. A ([email protected]) sent an email with attachement to B(a user of roundcube webmail) 3. When B forward the mail to others, the attachement gone !????... I have tried many scenarios, and found that this problem only happened to Yahoo mail, others like gmail and hotmails are ok. Any help would be appreciated..... Thanks!
Does this happen only with RoundCube, or also other webmail packages or email clients? Are you on a dynamic IP address?
For info roundcube 0.1beta2 has been released : http://sourceforge.net/forum/forum.php?forum_id=598788 See http://www.roundcube.net/ I don't know who initally did the pkg, or if somebody could update it. I will look into it as well when I will have a bit more time, to see how it was build and if I can make a new version.
THat's a good plan! It would be nice if the .pkg will be updated soon. By the way it would be nice if the date is mentioned on the ISPConfig website, same as we do for Uebimiau. Then we recognise if it is updated or still not.
Hey folks, Sorry for not keep up with this thread, I'm the creator of this package, I've got a updated pkg file available but comes with a health warning, I haven't tested it at all! So be warned I've included 3 more themes and modified main.inc as AlecWeb has suggested Primary download Secondary download Once I've got a free minute I'll test this out on my ISPConfigVM.
Just tested in ISPConfigVM, everything seems to be in working order. Installed & logged in no problem AlecWeb's suggestion seems to be working too
Hey Paul !! Thanks a lot for that ! I just installed it and all went flawlessly except for the display names that go back to the ISPConfig default (webX_user). But everything else works fine ! This interface is really amazing now with the search and the spelling checks !