Ok I think I found a fix for roundcubes settings not being saved......
First...
Have a email user created under IPSConfig..
login as root
Code:
run code:
# vi /etc/postfix/virtusertable
And you should get this screen.
Swap the top user name with the third one in the list...
###################################
#
# ISPConfig virtusertable Configuration File
# Version 1.0
#
###################################
user@www.yourdomain.com web1_user
web1_user@www.newsporemedia.com web1_user
user@yourdomain.com web1_user
web1_user@youdomain.com web1_user
#### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
IT should look like this after you fix it...
###################################
#
# ISPConfig virtusertable Configuration File
# Version 1.0
#
###################################
user@yourdomain.com web1_user
web1_user@www.newsporemedia.com web1_user
user@www.yourdomain.com web1_user
web1_user@youdomain.com web1_user
#### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
Save the file (SHIFT ZZ)
restart postfix
#/etc/init.d/postfix restart
Open your browser and go to the roundcubemail
www.yoursite.com:81/roundcubemail/
log in with your: user@yourdomain.com
make all your settings and save them (TimeZone, Fix Your Email And Name, etc.).....
log out
log back in...
check to see if your settings have been saved... (HOPE SO! IT WORKED FOR ME)
next clean up the virtusertable
#postmap /etc/postfix/virtusertable
and double check just in case that the settings are still there...
I dont know if there is a way to set up ISPConfig to do the virtusertable correct the first time or what...???? maby some one else can figure that out..