134
edits
Line 171: | Line 171: | ||
FeministMail uses the [http://www.postfix.org/ Postfix] SMTP server, using SASL authentication through Dovecot. | FeministMail uses the [http://www.postfix.org/ Postfix] SMTP server, using SASL authentication through Dovecot. | ||
=== XMPP === | |||
Host: xmpp.feministwiki.org <br/> | |||
Software: ejabberd | |||
FeministChat uses the [https://www.ejabberd.im/ ejabberd] XMPP server, configured to use LDAP authentication and an LDAP-based shared roster group for all members. | |||
=== IRC === | |||
Host: irc.feministwiki.org <br/> | |||
Software: InspIRCd | |||
FeministIRC uses the [http://www.inspircd.org/ InspIRCd] IRC server with the <code>ldapauth</code> module for LDAP authentication. | |||
=== Add a member === | |||
Host: add-member.feministwiki.org <br/> | |||
Software: custom | |||
The page to add a new member, hosted at <code>/var/www/add-member</code>, uses a bit of self-written HTML, PHP, and a setuid-root C program to invoke the shell script located at <code>/root/bin/fw-adduser</code> with root privileges. |