uebimail duplicate messages

truenegative

Verified User
Joined
Feb 16, 2006
Messages
152
Having an issue where some of my users use outlook/thunderbird, etc and they'll delete messages, read them, etc, but this isn't updating in the messages in uebimail. It works fine when using squirrelmail, but not uebimail...

Any ideas? Any known issues?

thanks :)
 
uebimail copy messages in its own directory
there is a cache setting to set. Same using imap or pop.
So it can use big disk space.

tip => avoid using uebimail, only use squirrelmail
 
xemaps said:
uebimail copy messages in its own directory
there is a cache setting to set. Same using imap or pop.
So it can use big disk space.

tip => avoid using uebimail, only use squirrelmail

yeah I'm sure there's a way to have /webmail point to squirrelmail instead of uebimail...
 
sure
look httpd.conf

there is a link


#Start DirectAdmin Settings
Alias /config /var/www/html/redirect.php
Alias /phpMyAdmin /var/www/html/phpMyAdmin/
Alias /phpmyadmin /var/www/html/phpMyAdmin/
Alias /webmail /var/www/html/webmail/
Alias /squirrelmail /var/www/html/squirrelmail/

change to
Alias /webmail /var/www/html/squirrelmail/

delete of course this folder /var/www/html/webmail/
and restart apache (httpd restart)
 
I'd think it easier to just move the webmail link to uebimiau and then create a symbolic link webmail to squirrelmail.

That way anyone who may need uebimiau (perhaps because they've already got stuff in their folders) can still use it.

Jeff
 
Back
Top