- Timestamp:
- 05/06/13 09:18:28 (10 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL/arquivos/expresso-cron
r7700 r8137 5 5 6 6 # Utilizado para verificar se ha algum alarme, por e-mail, do modulo ExpressoCalendar 7 #CENTOS*/1 * * * * apache php EXPRESSO_DIR/prototype/modules/calendar/alarms.php 8 #DEBIAN*/1 * * * * www-data php5 EXPRESSO_DIR/prototype/modules/calendar/alarms.php 7 #CENTOS*/1 * * * * apache php EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 8 #DEBIAN*/1 * * * * www-data php5 EXPRESSO_DIR/prototype/modules/calendar/alarms.php 1>& /dev/null 9 9 10 10 # Utilizado para limpar a tabela, temporaria, que contem os e-mails (rascunhos) antes de … … 19 19 # Utilizado para limpar os arquivos de sessao do PHP 20 20 #*/31 * * * * root find /dev/shm -type f -name "sess_*" -cmin 240 -print0 | xargs -n 200 -r -0 rm 21 */31 * * * * root find /dev/shm -type f -name "sess_*" -cmin +240 -delete 21 22 22 23 # Utilizado para limpar os arquivos, eml, criados ao exportar mensagens 23 13 */4 * * * root find /tmp/ -iname "*.eml" -amin +60 -exec rm -f '{}' \; 24 #13 */4 * * * root find /tmp/ -iname "*.eml" -amin +60 -exec rm -f '{}' \; 25 13 */4 * * * root find /tmp/ -iname "*.eml" -cmin +60 -delete 24 26 25 27 # -
trunk/INSTALL/arquivos/scripts/http.sh
r7619 r8137 111 111 yum -y install httpd mod_ssl \ 112 112 php php-cli php-ldap php-pgsql php-imap php-mbstring php-gd php-xml \ 113 php-pecl-memcache graphviz-phpphp-pspell \113 php-pecl-memcache php-pspell \ 114 114 unzip zip memcached libmemcached \ 115 115 php-soap php-process # para o zpush 116 #graphviz-php \ # problema com o PHP-5.4 116 117 117 118 # para que o yuicompressor funcione … … 122 123 123 124 chkconfig httpd on 125 chkconfig memcached on 124 126 125 127 # Ativa o script do CRON para o RedHat e similares -
trunk/INSTALL/debian/squeeze/etc/postfix/main.cf
r7278 r8137 1 1 # Configuracoes para o Expresso 2 myorigin = DOMAIN 3 myhostname = DOMAIN 2 mydomain = DOMAIN 3 myorigin = $mydomain 4 myhostname = $mydomain 4 5 biff = no 5 6 … … 8 9 9 10 # A lista de dominios que esta maquina considera seu destino final. 10 mydestination = $my hostname, localhost.$mydomain, DOMAIN11 mydestination = $mydomain, $myhostname, expresso.$mydomain 11 12 12 13 recipient_delimiter = + -
trunk/INSTALL/rhel/6/etc/cyrus.conf
r7699 r8137 7 7 # this is only necessary if using idled for IMAP IDLE 8 8 idled cmd="idled" 9 10 # this is recommended if using duplicate delivery suppression11 delprune cmd="/usr/lib/cyrus-imapd/ctl_deliver -E 3"12 9 } 13 10 … … 37 34 checkpoint cmd="ctl_cyrusdb -c" period=30 38 35 39 # this is only necessary if using duplicate delivery suppression40 delprune cmd="/usr/lib/cyrus-imapd/ctl_deliver -E 3" at=040141 42 36 # this is only necessary if using duplicate delivery suppression, 43 37 # Sieve or NNTP -
trunk/INSTALL/rhel/6/etc/imapd.conf
r5802 r8137 9 9 sasl_mech_list: LOGIN PLAIN 10 10 allowplaintext: yes 11 auxprop_plugin: ldapdb12 11 13 12 tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem -
trunk/INSTALL/rhel/6/etc/postfix/main.cf
r7278 r8137 1 1 # Configuracoes para o Expresso 2 myorigin = DOMAIN 3 myhostname = DOMAIN 2 mydomain = DOMAIN 3 myorigin = $mydomain 4 myhostname = $mydomain 4 5 biff = no 5 6 … … 8 9 9 10 # A lista de dominios que esta maquina considera seu destino final. 10 mydestination = $my hostname, localhost.$mydomain, DOMAIN11 mydestination = $mydomain, $myhostname, expresso.$mydomain 11 12 12 13 recipient_delimiter = + -
trunk/INSTALL/rhel/6/var/lib/pgsql/data/postgresql.conf
r5797 r8137 484 484 #backslash_quote = safe_encoding # on, off, or safe_encoding 485 485 #default_with_oids = off 486 # Necessario para o Expresso487 standard_conforming_strings = off488 #bytea_output = 'escape'489 # Necessario para o Expresso490 486 #escape_string_warning = on 491 487 #regex_flavor = advanced # advanced, extended, or basic … … 494 490 #synchronize_seqscans = on 495 491 492 # Necessario para o Expresso 493 standard_conforming_strings = off 494 bytea_output = 'escape' 495 496 496 # - Other Platforms and Clients - 497 497 -
trunk/prototype/config/OpenLDAP.srv
r7731 r8137 4 4 idAtribute = "uidNumber" 5 5 host = 127.0.0.1 6 context = " LDAP_DN"6 context = "dc=prognus,dc=com,dc=br" 7 7 ; Caso o LDAP requisite autenticacao, configure os parametros a seguir 8 8 ;user =
Note: See TracChangeset
for help on using the changeset viewer.