1=encoding utf-8 2 3=head1 NAME 4 5sympa_toc - Documentation on Sympa - Table of Contents 6 7=head1 DESCRIPTION 8 9B<Sympa> is scalable and highly customizable mailing list manager. 10It can cope with big lists (200,000 subscribers) and comes with 11a complete (user and admin) Web interface. It is 12internationalized, and supports the us, fr, de, es, it, fi, and 13chinese locales. A scripting language allows you to extend the 14behavior of commands. B<Sympa> can be linked to an LDAP directory 15or an RDBMS to create dynamic mailing lists. B<Sympa> provides S/MIME 16and HTTPS based authentication and encryption. 17Sympa is a modern mailing-list manager. It supports a lot of useful 18features. 19 20Below is the list of documentation of Sympa. 21 22=head2 Reference manual 23 24=over 25 26=item I<Sympa Administration Manual> 27 28L<https://sympa-community.github.io/manual/>. 29 30=back 31 32=head2 Daemons 33 34=over 35 36=item L<archived(8)> 37 38Mailing List Archiving Daemon for Sympa 39 40=item L<bounced(8)> 41 42Mailing List Bounce Processing Daemon for Sympa 43 44=item L<bulk(8)> 45 46Daemon for submitting messages to SMTP engine 47 48=item L<sympa_automatic(8)> 49 50Automatic list creation daemon 51 52=item L<sympa_msg(8)> 53 54Daemon to handle incoming messages 55 56=item L<task_manager(8)> 57 58Daemon to process periodical Sympa tasks 59 60=back 61 62=head2 Web interface 63 64=over 65 66=item L<sympa_soap_server(8)> 67 68Sympa SOAP server 69 70=item L<wwsympa(8)> 71 72WWSympa, Sympa's web interface 73 74=back 75 76=head2 Shell Interface 77 78=head3 Administration tools 79 80=over 81 82=item L<sympa(1)> 83 84Command line utility to manage Sympa 85 86=item L<sympa_newaliases(1)> 87 88Alias database maintenance 89 90=item L<sympa_wizard(1)> 91 92Help Performing Sympa Initial Setup 93 94=back 95 96=head3 Maintenance tools 97 98=over 99 100=item L<arc2webarc(1)> 101 102TBD. 103 104=item L<init_comment(1)> 105 106TBD. 107 108=item L<mod2html(1)> 109 110Generates HTML view of messages to be moderated 111 112=item L<p12topem(1)> 113 114TBD. 115 116=item L<sympa_soap_client(1)> 117 118TBD. 119 120=item L<sympa_test_ldap(1)> 121 122Testing LDAP connection for Sympa 123 124=item L<testlogs(1)> 125 126TBD. 127 128=item L<tpl2tt2(1)> 129 130TBD. 131 132=item L<upgrade_bulk_spool(1)> 133 134Migrating messages in bulk tables 135 136=item L<upgrade_send_spool(1)> 137 138Upgrade messages in incoming spool 139 140=item L<upgrade_shared_repository(1)> 141 142Encode file names in shared repositories. 143 144=item L<upgrade_sympa_password(1)> 145 146Upgrading password in database 147 148=back 149 150=head2 Auxiliary Programs 151 152=over 153 154=item L<alias_manager(8)> 155 156Manage Sympa aliases (Obsoleted) 157 158=item L<ldap_alias_manager(8)> 159 160TBD. 161 162=item L<mysql_alias_manager(8)> 163 164TBD. 165 166=item L<queue(8)>, L<bouncequeue(8)>, L<familyqueue(8)> 167 168TBD. 169 170=item L<sympa_newaliases-wrapper(8)>, L<sympa_soap_server-wrapper(8)>, 171L<wwsympa-wrapper(8)> 172 173TBD. 174 175=back 176 177=head2 Configuration files 178 179=over 180 181=item L<auth.conf(5)> 182 183Configuration of authentication mechanisms for web interface of Sympa 184 185=item L<charset.conf(5)> 186 187Configuration file for legacy character set support by Sympa 188 189=item L<crawlers_detection.conf(5)> 190 191User agents to be excluded from session management 192 193=item L<edit_list.conf(5)> 194 195Configuration of privileges to edit list configuration 196 197=item L<ldap_alias_manager.conf(5)> 198 199Configuration of LDAP alias management 200 201=item L<nrcpt_by_domain.conf(5)> 202 203Grouping factor for SMTP sessions by recipient domains 204 205=item L<sympa_config(5)> 206 207Configuration files for Sympa mailing list manager 208 209=item L<sympa_scenario(5)> 210 211Authorization scenario 212 213=item L<topics.conf(5)> 214 215Configuration of list topics 216 217=back 218 219=head2 Internals 220 221=over 222 223=item L<Sympa::Internals(3)> 224 225List of Sympa internal modules 226 227=item L<sympa_database(5)> 228 229Structure of Sympa core database 230 231=back 232 233=head1 AVAILABILITY 234 235Latest version of B<Sympa> is available from 236L<https://github.com/sympa-community/sympa/releases>. 237 238=head1 MORE DOCUMENTATION 239 240The full documentation in HTML format can be found in 241L<https://sympa-community.github.io/manual/>. 242 243The mailing lists (with web archives) can be accessed at 244L<https://listes.renater.fr/sympa/lists/informatique/sympa>. 245 246=head1 BUGS 247 248Report bugs to Sympa bug tracker. 249See L<http://www.sympa.org/tracking>. 250 251=head1 SEE ALSO 252 253L<sendmail(8)>. 254 255=cut 256