Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-02-2011, 07:33 PM
New Member
 
Posts: 3
Default Welcome Mail After Create account

hey there, i'm newbie
how do when we make an email account, automatically created a new account will receive a welcome email.?


thanks
Reply With Quote
  #2 (permalink)  
Old 05-02-2011, 07:56 PM
Outstanding Member
 
Posts: 717
Default

There isn't an automatic way. You will need to create a script to do that for you.
__________________
01 Networks, LLC / Cybernetik.net
Zimbra NE and OSS Cloud Hosting
Shared Web Hosting
Consulting Services
Reply With Quote
  #3 (permalink)  
Old 05-02-2011, 08:02 PM
New Member
 
Posts: 3
Default

is there any example scripts for it?

What can also run in cronjob?
Reply With Quote
  #4 (permalink)  
Old 05-03-2011, 07:48 AM
Special Member
 
Posts: 160
Default

Just create a script that reads a text file for email addresses and displaynames.. It should be pretty easy with a for loop..

Here is a simple for loop that creates a user (with no display name or anything)

for i in `cat userlist`
do zmprov ca $i PASSWORD
echo "Hi and welcome to Zimbra!" | mail -s "Welcome" $i
done


If you want to make it more complicated with display names, etc.. you will need to man awk
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.