URL
- https://intranet.cta.org.ar/ el Intranet
- https://ssl.redcta.org.ar/ AlternC
- source:trunk/alternc/patches/class/m_mail_egw.php
El codigo alternc para manejar los mails y el cambio de clave
Desdes https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/config.php#L37
Para activar/desactivar el debug en php.
// To enable the display of the alternc debug error, do the following : // # touch /etc/alternc/alternc_display_php_error if (file_exists('/etc/alternc/alternc_display_php_error')) { ini_set('display_errors', '1'); }
vamos hacer eso!
Para activar el patch de alternc/egroupware, comentar la linea si uno lo quiere desactivar el patch.
- /usr/share/alternc/panel/class/config.php
//$mail=$mail_egw; ?>
lo ultimo
- git https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/m_mail.php#L606
- german:/usr/share/alternc/panel/class
- alternC 3.X
- function create($dom_id, $mail, $type = "", $dontcheck = false) { https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/m_mail.php#L360
- function delete($mail_id) { https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/m_mail.php#L502
- (update) function set_details($mail_id, $islocal, $quotamb, $recipients, $delivery = "dovecot", $dontcheck = false) { https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/m_mail.php#L670
- Voy a propar de reusar la extension de classes php y escribir algo simple en cada una...
$err->log("mail", "egw", "test loging...");
version anterior
- En alternc 0.9.5
- function _createpop($mail,$dom,$pass) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L450
- function _updatepop($mail,$dom,$pass) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L482
- function _deletepop($mail,$dom) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L498
- Nuestro patch para alternc 0.9.5
- function _createpop source:trunk/alternc/patches/class/m_mail_egw.php#L6
- para activar la clase m_mail_egw source:trunk/alternc/patches/patch_egw_config.php
El codigo del modulo CTA en egw:
- nuestro codigo en trac source:trunk/egroupware/CTA
- german:/var/alternc/html/i/intranet/intranet.cta.org.ar/v4-1.6/egroupware/CTA
los tickets
- https://trac.redcta.org.ar/interno/conf/ticket/7 para egw (desde egw cambiamos la clave en alternc)
- https://trac.redcta.org.ar/interno/conf/ticket/11 para alternc (desde alternc vamos modificando las cuentas (creacion, edicion, borrar) en egw)
- https://trac.redcta.org.ar/interno/conf/ticket/27#comment:8 para la compatibilidad con mailman
Otras paginas con información importante
Last modified
8 years ago
Last modified on 04/27/17 10:03:08
Note:
See TracWiki
for help on using the wiki.