T tfk Verified User Joined Dec 16, 2005 Messages 12 Jan 11, 2006 #1 I recently converted from whm/cpanel to DA. On he cpanel system users could access their web mail www.domain.com/webmail/ What is the address under DA? Thanks!
I recently converted from whm/cpanel to DA. On he cpanel system users could access their web mail www.domain.com/webmail/ What is the address under DA? Thanks!
hostpc.com Verified User Joined Aug 2, 2003 Messages 1,053 Location Schenectady, NY Jan 11, 2006 #2 domain.com/webmail is Uebimiau ... a POP3 client. domain.com/squirrelmail.com is an IMAP client Both should be available to your clients. If not, browse to /usr/local/directadmin/scripts and run (as root) ./webmail.sh ./squirrelmail.sh
domain.com/webmail is Uebimiau ... a POP3 client. domain.com/squirrelmail.com is an IMAP client Both should be available to your clients. If not, browse to /usr/local/directadmin/scripts and run (as root) ./webmail.sh ./squirrelmail.sh
T tfk Verified User Joined Dec 16, 2005 Messages 12 Jan 14, 2006 #4 Does anyone know of a way to disable Uebimiau? I would like to just offer squirrel mail. Thanks!
R resolveit Verified User Joined Mar 22, 2004 Messages 757 Jan 14, 2006 #5 Edit /etc/httpd/conf/httpd.conf and change the Alias for /webmail to point to squirrelmail as well. After that remove the directories where Uebimiau is installed. Regards,
Edit /etc/httpd/conf/httpd.conf and change the Alias for /webmail to point to squirrelmail as well. After that remove the directories where Uebimiau is installed. Regards,
T tfk Verified User Joined Dec 16, 2005 Messages 12 Jan 14, 2006 #6 Thank you. Your information was most helpful