Skip to content

Instantly share code, notes, and snippets.

View Corgumolax's full-sized avatar

Corgumolax Corgumolax

View GitHub Profile
@Corgumolax
Corgumolax / zimbraSetUsersCorpSignature.sh
Last active October 11, 2023 22:58
Zimbra Admin. Add a standard signature to all domain users.
#!/bin/bash
path="/opt/zimbra/bin"
corpSite="http://www.example.com"
for i in `/opt/zimbra/bin/zmprov -l gaa`
do
echo -ne "Checking Account: $i \t"
echo
@Corgumolax
Corgumolax / delegate-admin
Last active August 28, 2021 15:22
Delegate admin for Zimbra 8 foss edition
#!/bin/bash
# Create delegated administrator on Zimbra 8.x FOSS Edition
# Credits to barrydegraaff: https://gist.github.com/barrydegraaff/d1549d7e3f1951067da2
# Warning: MUST be use as ZIMBRA user and DOMAIN variable MUST be set
# Delegated admin can create/modify accounts, alias, distribution lists and resources
# Domain of concern to be changed
DOMAIN='example.com'
@Corgumolax
Corgumolax / .gitignore
Created January 2, 2013 11:01
.gitignore file for ruby on rails project.
#----------------------------------------------------------------------------
# Ignore these files when commiting to a git repository.
#
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# The original version of this file is found here:
# https://github.com/RailsApps/rails3-application-templates/raw/master/files/gitignore.txt
#
# Corrections? Improvements? Create a GitHub issue:
# http://github.com/RailsApps/rails3-application-templates/issues