Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
0bc71b45
Commit
0bc71b45
authored
May 30, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working zimlets, opendkim and antivirus-mysql
parent
ca3138c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
software/zimbra/buildout.cfg
software/zimbra/buildout.cfg
+20
-4
No files found.
software/zimbra/buildout.cfg
View file @
0bc71b45
...
...
@@ -340,12 +340,13 @@ install_cmd =
ln -sf jetty-distribution-* jetty
ln -sf jetty-distribution-* mailboxd
mkdir -p zimlets-deployed
mkdir -p data/tmp
chmod 1777 data/tmp
mkdir backup ssl .ssh zmstat
echo . ${:ZIMBRA_HOME}/.bashrc
echo
ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ${:ZIMBRA_HOME}
/libexec/zmsetup.pl
echo
cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" .
/libexec/zmsetup.pl
...
...
@@ -382,6 +383,7 @@ install_cmd =
ln -sf rsync-* rsync
ln -sf tcmalloc-* tcmalloc
mkdir -p zimlets-deployed
mkdir -p data/tmp
chmod 1777 data/tmp
mkdir -p data/ldap/config
...
...
@@ -392,7 +394,7 @@ install_cmd =
sudo -k
echo . ${:ZIMBRA_HOME}/.bashrc
echo
ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ${:ZIMBRA_HOME}
/libexec/zmsetup.pl
echo
cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" .
/libexec/zmsetup.pl
...
...
@@ -445,10 +447,14 @@ install_cmd =
mkdir -p data/postfix/spool/pid
mkdir -p conf/sa
mkdir -p zimlets-deployed
mkdir -p data/tmp
chmod 1777 data/tmp
touch ${:ZIMBRA_HOME}/postfix/conf/main.cf
cd ${:ZIMBRA_HOME}/mta
ln -sf mysql-* mysql
# allow executables to bind low ports
sudo setcap 'cap_net_bind_service=+ep' ${:ZIMBRA_HOME}/postfix/libexec/master
# allow executables to call chroot - appearently not needed
...
...
@@ -458,8 +464,11 @@ install_cmd =
# clear credential cache to spot commands in zmsetup.pl that would require sudo
sudo -k
# disable TLS for opendkim -> ldap connection
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
echo . ${:ZIMBRA_HOME}/.bashrc
echo
ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ${:ZIMBRA_HOME}
/libexec/zmsetup.pl
echo
cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" .
/libexec/zmsetup.pl
...
...
@@ -526,11 +535,15 @@ install_cmd =
mkdir -p data/postfix/spool/pid
mkdir -p conf/sa
mkdir -p zimlets-deployed
mkdir -p data/tmp
chmod 1777 data/tmp
touch ${:ZIMBRA_HOME}/postfix/conf/main.cf
mkdir backup ssl .ssh zmstat
cd ${:ZIMBRA_HOME}/mta
ln -sf mysql-* mysql
# allow executables to bind low ports
sudo setcap 'cap_net_bind_service=+ep' ${:ZIMBRA_HOME}/openldap/sbin/slapd
sudo setcap 'cap_net_bind_service=+ep' ${:ZIMBRA_HOME}/postfix/libexec/master
...
...
@@ -541,8 +554,11 @@ install_cmd =
# clear credential cache to spot commands in zmsetup.pl that would require sudo
sudo -k
# disable TLS for opendkim -> ldap connection
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
echo . ${:ZIMBRA_HOME}/.bashrc
echo
ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ${:ZIMBRA_HOME}
/libexec/zmsetup.pl
echo
cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" .
/libexec/zmsetup.pl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment