Diferencia entre revisiones de «GOsa»
De gacq wiki
(→Configuration files) |
|||
Línea 23: | Línea 23: | ||
= Configuration files = | = Configuration files = | ||
+ | == Leave as provided in tar file == | ||
+ | */etc/postfix/master.cf | ||
+ | */etc/default/saslauthd | ||
+ | */etc/amavis/conf.d/15-content_filter_mode | ||
+ | == Edit and change to your values == | ||
*/etc/postfix/main.cf | */etc/postfix/main.cf | ||
− | |||
*/etc/postfix/virtualaliases.cf | */etc/postfix/virtualaliases.cf | ||
− | |||
*/etc/imapd.conf | */etc/imapd.conf | ||
*/etc/cyrus.conf | */etc/cyrus.conf | ||
+ | */etc/saslauthd.conf | ||
+ | |||
+ | == Modify installed file == | ||
+ | === /etc/ldap/slapd.conf === | ||
+ | add these includes: | ||
+ | <pre> | ||
+ | allow bind_v2 (?) | ||
+ | include /etc/ldap/schema/samba3.schema | ||
+ | include /etc/ldap/schema/trust.schema | ||
+ | include /etc/ldap/schema/gosystem.schema | ||
+ | include /etc/ldap/schema/gofon.schema | ||
+ | include /etc/ldap/schema/goto.schema | ||
+ | include /etc/ldap/schema/gosa+samba3.schema | ||
+ | include /etc/ldap/schema/gofax.schema | ||
+ | include /etc/ldap/schema/goserver.schema | ||
+ | include /etc/ldap/schema/goto-mime.schema | ||
+ | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
= GOsa = | = GOsa = | ||
Línea 65: | Línea 80: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= SASL = | = SASL = |
Revisión del 14:32 9 sep 2008
- Guide under development
Contenido
Packages installation
apt-get install apache2 libapache2-mod-php5 php5 php5-cli php5-common php5-dev php5-gd \ php5-imagick php5-imap php5-ldap php5-memcache php5-mhash php5-mysql php5-pgsql \ php5-recode php5-snmp php5-sqlite mysql-server openssl apt-get install postfix cyrus-admin-2.2 cyrus-clients-2.2 cyrus-common-2.2 cyrus-doc-2.2 \ cyrus-imapd-2.2 cyrus-pop3d-2.2 cyrus-sasl2-doc libsasl2-modules libsasl2-2 \ libsasl2-modules-ldap sasl2-bin apt-get install amavisd-new spamassassin clamav postgrey apt-get install gosa gosa-schema slapd ldap-utils postfix-ldap apt-get install squirrelmail phpldapadmin apt-get install mailman apt-get install amavis-stats munin-node
Configuration files
Leave as provided in tar file
- /etc/postfix/master.cf
- /etc/default/saslauthd
- /etc/amavis/conf.d/15-content_filter_mode
Edit and change to your values
- /etc/postfix/main.cf
- /etc/postfix/virtualaliases.cf
- /etc/imapd.conf
- /etc/cyrus.conf
- /etc/saslauthd.conf
Modify installed file
/etc/ldap/slapd.conf
add these includes:
allow bind_v2 (?) include /etc/ldap/schema/samba3.schema include /etc/ldap/schema/trust.schema include /etc/ldap/schema/gosystem.schema include /etc/ldap/schema/gofon.schema include /etc/ldap/schema/goto.schema include /etc/ldap/schema/gosa+samba3.schema include /etc/ldap/schema/gofax.schema include /etc/ldap/schema/goserver.schema include /etc/ldap/schema/goto-mime.schema
GOsa
cp /usr/share/doc/gosa/contrib/openldap/trust.schema /etc/ldap/schema/ cp /usr/share/doc/gosa/contrib/openldap/samba3.schema.gz /etc/ldap/schema/ gunzip /etc/ldap/schema/samba3.schema.gz
TLS
openssl req -new -x509 -days 3650 -nodes -out /etc/ssl/certs/server.crt -keyout /etc/ssl/certs/server.key
- /etc/postfix/sasl/smtpd.conf (VALIDAR)
pwcheck_method: saslauthd mech_list: plain login allow_plaintext: true ############## # Esta siguiente linea no es necesaria, pero evita que aparezcan errores de tipo: # Mar 29 18:59:12 calculin postfix/smtpd[14647]: auxpropfunc error invalid parameter supplied # Mar 29 18:59:12 calculin postfix/smtpd[14647]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: ldapdb # en /var/log/auth.log ldapdb_uri: ldap://localhost ##############
SASL
rm -r /var/run/saslauthd/ mkdir -p /var/spool/postfix/var/run/saslauthd ln -s /var/spool/postfix/var/run/saslauthd /var/run chgrp sasl /var/spool/postfix/var/run/saslauthd adduser postfix sasl
Restart processes
/etc/init.d/saslauthd start /etc/init.d/slapd restart /etc/init.d/cyrus2.2 restart /etc/init.d/postfix restart
SquirrelMail
cambiar los separadores de "." a "/"
squirrelmail-configure
*3. Folder Defaults **3. Trash Folder : INBOX/Trash **4. Sent Folder : INBOX/Sent **5. Drafts Folder : INBOX/Drafts
Gosa config
Mail method=
- Crear servidor con datos de IMAP
- Crear cuenta de cyrus en LDAP
Packages
References
Documentation
Email server howtos
Cyrus
- openldap/postfix/cyrus/samba (2004-Sarge
- OpenLDAP + Postfix + Cyrus (2007-apt)
- OpenLDAP + Postfix + cyrus (2006-apt)
- Postfix/Cyrus/OpenLDAP (2006-Debian
- Postfix-SASL-Cyrus-MySQL-Amavis-Postgrey-SpamAssassin-ClamAV-Squirrelmail-Mailman-Mailgraph-OMA (2006-Etch)
- serveur_de_mail
Courier
- HowTo: Debian+OpenSSL+Bind9+Postfix+OpenLDAP+Courier
- http://diariolinux.com/2008/02/22/howto-debianopensslbind9postfixopenldapcourier-i/
Others
- OpenLDAP + Postfix + Dovecot + JammSASL + SquirrelMail (2004-rpm)
- OpenLDAP + Samba
- OpenLDAP + Postfix + dovecot (2007-apt)