Yều cầu : Người dùng Windows Server 2008 trên này có cài một cái máy ảo trên Workstasion dùng làm Mail server(ZimBra). Người dùng yêu cầu Nat Port vào con Mail và VPN.
Nat port from Windows server 2008 To WmwareWorkstasion.
Yều cầu : Người dùng Windows Server 2008 trên này có cài một cái máy ảo trên Workstasion dùng làm Mail server(ZimBra). Người dùng yêu cầu Nat Port vào con Mail và VPN.
Các bạn download tài liệu tại đây…Read More
Tổng hợp các lỗi phổ biến trong Mail Zimbra
Vào một ngày đẹp trời, tự nhiên hệ thống Mail của công ty bị gặp trục trặc , bạn sẽ cần phải thao tác thật nhanh sao cho hoạt động của hệ thống ổn định trở lại. Vậy đâu là nguyên nhân và cách khắc phục cho những lỗi đó, chún…Read More
Backup of Zimbra MailBox using zmmailbox
This is a short script I use to backup the Zimbra mailbox content for my users.
This has been used on a Zimbra Collaboration Server (ZCS Open Source Edition) 7.2 installation, but should work on earlier versions as well.
I u…Read More
Script backup zimbra mail##!/bin/bash
clear
echo Start time of the backup = $(date +%T)
before="$(date +%s)"
## Backup Format
FORMAT=tgz
## Backup location
ZBACKUP=/srv/backup/
## Folder name for backup and using date
DATE=`date +"%d%m%y"`
## Bac…Read More
Cold backup for the Open Source Edition of Zimbra
Today I’ve setup a cold backup routine to backup my Zimba installation running on my Debian (Etch) 4.0 server that is in full production now for my private domains. This is a slightly modified backup script for the Open Sour…Read More
0 comments:
Post a Comment