4
Webmail Login Customization should be per domain, not per server.
Idea shared by John - 9/12/2024 at 8:56 PM
Proposed
When running multiple domains on a single server, it would be helpful to distinguish the domain login by the image or logo presented at the login page.  Different domain customers want their own logo or background image.  This currently can't be done with many domains on a single server.

11 Replies

Reply to Thread
1
Hello

At the risk of misunderstanding you, this is quite possible. You can define an individual logo, welcome text, title etc. for each tenant you set up. You can also add HTML code, for example, to display any disclaimers, links to your website or other elements.

Domain aliases adopt the same settings as the main domain.

However, as far as I know, it is not possible to set different background images. Personally, this doesn't bother me at all because in my opinion a background doesn't need to be individualized, that's what the logo, text etc. is for.
2
Matt Petty Replied
Employee Post
To do per domain customization, make sure the domain has it enabled as a feature. You have to also access the server via that domain/url as well, as we use the domain in the url that accesses the page to determine the customization.
Matt Petty Software Developer SmarterTools Inc. www.smartertools.com
0
@Roger.. curious... how do you define a 'tenant'?  I would think that server and tenant are the same.  If so, a tenant can have multiple domains.. how would you define logos and welcome text/title for each domain within a single tenant?
0
@Matt... where would this be enabled at the domain?  I've looked everywhere for this setting at the domain settings can can't find it.

I just found it.. thank you!
1
Jorel Haggard Replied
Employee Post
John,

When you click on a domain, scroll down and look for the "Features" tile with a bunch of sliders on it. One of them is called "Webmail Login Customization"
Jorel Haggard System/Network Administrator SmarterTools Inc. www.smartertools.com
0
Hi Jorel,

Ah... I found it.. thank you.  I'm still not able to change the background for each domain.. only the Logo and Text.
1
Jorel Haggard Replied
Employee Post
Hello John,

No problem. Currently we only offer the capability to change the logo and text for webmail login customization.

Best,
Jorel Haggard System/Network Administrator SmarterTools Inc. www.smartertools.com
0
Ok.. I'd like to keep this as a 'proposed idea'  - have the ability to change background image for each domain on the same server/tenant.
0
Jorel Haggard Replied
Employee Post
John,

Got it. For the sake of the idea, it might be a good idea to start a new community post so the title and first post can reflect the request and hopefully gets more traction that way. 
Jorel Haggard System/Network Administrator SmarterTools Inc. www.smartertools.com
0
Tony Scholz Replied
Employee Post
John, 

The background can be over ridden per domain as well. For the Customization you can use something like this. 

<div 
    class="login-wrapper full-screen-bg-image" 
    style="width:100%; height:100%; 
    background-color: green;
    z-index:-10;">.</div>
Example

Tony Scholz System/Network Administrator SmarterTools Inc. www.smartertools.com
0
Ah.. getting closer.. I want to set the background to an image.  This doesn't seem to work:
<div 
    class="login-wrapper full-screen-bg-image" 
    style="width:100%; height:100%; 
    background-image: url("/smartermail_path/Images/someimage.jpg");
    z-index:-10;">.</div>

Reply to Thread