
21st November 2005, 17:42
|
|
Junior Member
|
|
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Webmail alias
I setup a server under the Breezy perfect setup and what I've checked so far seems to be working perfectly. I'm using a dyndns for this account b/c its free and this is a test, I'll buy a domain if it goes well. I can access my webmail but I have a couple questions about it. First of all, right now if I go to my webmail which is https://www.draper.is-a-geek.com:81/webmail/ it works fine but users typically don't want to enter the 81 and s and junk like that, how do I define a redirection from mail.draper.is-a-geek.com or webmail.draper.is-a-geek.com or draper.is-a-geek.com/mail or anything else? That would help out tremendously. Also, is there anyway that on my webmail I could set it up so that the user only has to enter their login to get in rather than their entire e-mail? Ok, one last question, where can I find other layouts for the webmail manager? Thanks!
|

21st November 2005, 18:11
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,796
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
Quote:
|
Originally Posted by aethiolas
I setup a server under the Breezy perfect setup and what I've checked so far seems to be working perfectly. I'm using a dyndns for this account b/c its free and this is a test, I'll buy a domain if it goes well. I can access my webmail but I have a couple questions about it. First of all, right now if I go to my webmail which is https://www.draper.is-a-geek.com:81/webmail/ it works fine but users typically don't want to enter the 81 and s and junk like that, how do I define a redirection from mail.draper.is-a-geek.com or webmail.draper.is-a-geek.com or draper.is-a-geek.com/mail or anything else?
|
Create a new website in ISPConfig, add a Co-Domain like webmail.yourdomain.com and redirect it to https://www.draper.is-a-geek.com:81/webmail/.
Quote:
|
Also, is there anyway that on my webmail I could set it up so that the user only has to enter their login to get in rather than their entire e-mail?
|
If i remember correctly you can setup UebiMiua that it only needs the username instead of the email address. You can have a look at the UebiMiau Config in the directory:
/home/admispconfig/ispconfig/web/webmail/
Quote:
|
Ok, one last question, where can I find other layouts for the webmail manager?
|
http://www.google.com/search?q=uebim...de-DE:official
|

21st November 2005, 19:21
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,843
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
|
|
Quote:
|
Originally Posted by aethiolas
First of all, right now if I go to my webmail which is https://www.draper.is-a-geek.com:81/webmail/ it works fine but users typically don't want to enter the 81 and s and junk like that, how do I define a redirection from mail.draper.is-a-geek.com or webmail.draper.is-a-geek.com or draper.is-a-geek.com/mail or anything else?
|
You could also create a web site for webmail.draper.is-a-geek.com and then put the following index.php file into it:
PHP Code:
<?php
header("Location: https://www.draper.is-a-geek.com:81/webmail/");
exit;
?>
|
| 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 14:42.
|
Recent comments
6 hours 9 min ago
11 hours 25 min ago
11 hours 36 min ago
11 hours 44 min ago
12 hours 46 min ago
14 hours 54 min ago
17 hours 19 min ago
17 hours 37 min ago
17 hours 46 min ago
19 hours 1 min ago