intial welcome message and branding/theming

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
joshuamorgan
Posts: 41
Joined: Fri Sep 12, 2014 9:56 pm

intial welcome message and branding/theming

Post by joshuamorgan »

howdy all,
is there a way to customize the user interface of zimbra (i.e. customize the stylesheets, color scheme, etc.).
also, is it possible to, on account creation, automatically put an initial welcome message in the users' mail store?
thanks,
josh
15539sam
Zimbra Alumni
Zimbra Alumni
Posts: 814
Joined: Fri Sep 12, 2014 9:52 pm

intial welcome message and branding/theming

Post by 15539sam »

[quote]is it possible to, on account creation, automatically put an initial welcome message in the users' mail store?[/quote]
If you are provisioning from the command line you could write a script to call zmprov to provision the user, then send the given account the welcome mail (using perl or shell script).
joshuamorgan
Posts: 41
Joined: Fri Sep 12, 2014 9:56 pm

intial welcome message and branding/theming

Post by joshuamorgan »

good idea. so, to clarify, your suggesting i create my own shell script, say adduser. then call adduser , and simply:
(1) create the user with the zimbra CLI tools
(2) send the user a welcome message.
is this correct?
thanks.
15539sam
Zimbra Alumni
Zimbra Alumni
Posts: 814
Joined: Fri Sep 12, 2014 9:52 pm

intial welcome message and branding/theming

Post by 15539sam »

You got it. In your script you can use zmprov to provision the account and sendmail -t to send the email to the account.
Post Reply