== URL == * https://intranet.cta.org.ar/ * https://ssl.redcta.org.ar/ == El codigo alternc para manejar los mails y el cambio de clave == === 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 === 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 == 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 == El bug: == * https://trac.redcta.org.ar/interno/conf/ticket/7 == Otras paginas con informaciĆ³n importante == * EgroupWarePatchesModulos