• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

samples/H27-Apr-2021-632407

.latex2html-initH A D27-Apr-2021102 54

Makefile.amH A D27-Apr-20213.2 KiB10170

README.perltidyH A D27-Apr-2021622 2213

README.postfixH A D27-Apr-2021719 2114

auth.conf.podH A D27-Apr-202114.3 KiB598355

automatic_lists_description.conf.podH A D27-Apr-2021686 3820

charset.conf.podH A D27-Apr-20211.3 KiB5834

crawlers_detection.conf.podH A D27-Apr-2021610 3819

dot.perltidyrcH A D27-Apr-2021926 2221

dot.tidyallrcH A D27-Apr-202183 43

edit_list.conf.podH A D27-Apr-20211.8 KiB7341

ldap_alias_manager.conf.podH A D27-Apr-20212 KiB12067

list_config.podH A D27-Apr-2021132 136

nrcpt_by_domain.conf.podH A D27-Apr-2021582 3920

sympa.conf.podH A D27-Apr-2021153 136

sympa.wsdl.podH A D27-Apr-2021603 3919

sympa_config.podplH A D27-Apr-202115.5 KiB550424

sympa_database.podplH A D27-Apr-20211.8 KiB7252

sympa_scenario.podH A D27-Apr-202110.4 KiB459296

sympa_toc.podH A D27-Apr-20213.9 KiB256135

topics.conf.podH A D27-Apr-2021563 3919

trusted_applications.conf.podH A D27-Apr-2021516 3619

README.perltidy

1A few Sympa developers prefer to reformat source files casually using
2automated tool, perltidy by Steve Hancock.
3
4To get perltidy, install Perl-Tidy CPAN module or corresponding package
5(if you are using package management system such as RPM, *BSD ports etc.).
6
7dot.perltidyrc is the perltidy configuration file currently used to reformat
8Sympa sources.  To use this file, copy it to your home directory renaming it
9to ".perltidyrc", and run:
10
11  perltidy -it=2 source_to_be_reformatted
12
13and so on.  To know more about perltidy, run:
14
15  perltidy -h
16
17or visit The Perltidy Home Page:
18
19  http://perltidy.sourceforge.net/
20
21$$
22

README.postfix

11- Alias installation script
2
3postfix_manager.pl is no more distributed and should not be usefull
4anymore. Sympa now uses a standard alias_manager.pl. The aliases
5entries can be customized to your needs (to your MTA) via the
6list_aliases.tt2 file.
7
82- Virtual domains management
9
10If you manage virtual robots with Sympa, then
11with Postfix, add an entry to your /etc/postfix/virtual.regexp :
12    /^(.*)my\.domain\.fr$/	 ${1}-my.domain.fr
13
14Entries in the 'aliases' file will look like this :
15    sympa-my.domain.fr:   "|/home/sympa/bin/sympa.pl sympa@my.domain.fr"
16    .....
17    listA-my.domain.fr:   "|/home/sympa/bin/sympa.pl listA@my.domain.fr"
18
19This way you don't need to run 'postmap' everytime you create a list
20
21