aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
Commit message (Collapse)AuthorAgeFilesLines
...
* always use the same profile for list creation, since puppet will change the ↵Michael Scherer2010-12-131-1/+1
| | | | configuration after
* pull moderator and owner from ldap ( not really needed as this is managed ↵Michael Scherer2010-12-131-5/+5
| | | | later by puppet )
* add the different type of list that we can have and useMichael Scherer2010-12-131-0/+101
|
* add support for sender_ldap_group, sender_email and subscriber_ldap_groupMichael Scherer2010-12-131-0/+28
|
* manage configuration of the list after creating the listMichael Scherer2010-12-132-2/+105
|
* ldap_search_filter will be defined later in a more dynamic fashionMichael Scherer2010-12-131-1/+0
|
* create directory to hold scenariMichael Scherer2010-12-131-0/+1
|
* - add template that I forgot to commitMichael Scherer2010-12-101-0/+18
|
* add support for ldap search filter, to be used in sympa scenari for filteringMichael Scherer2010-12-102-1/+19
|
* - add 2 datasources for owner and moderation, to have the defined inMichael Scherer2010-12-101-1/+16
| | | | ldap
* - restart web interface ( and so apache ) when the authentication is Michael Scherer2010-12-091-1/+2
| | | | | changed ( due to fast cgi persistence )
* - port is not needed, and cause trouble to web interface Michael Scherer2010-12-091-1/+1
| | | | | | ( but since this requires a apache restart, this was not seen during my test )
* - add missing directoryMichael Scherer2010-12-091-0/+9
|
* restart sympa if the configuration is changedMichael Scherer2010-12-091-1/+1
|
* simplify the declarationMichael Scherer2010-12-091-4/+2
|
* - use a variable for the robot and http vhost ( and force https in wwwMichael Scherer2010-12-092-8/+14
| | | | sympa config too )
* - use the lib_dir factMichael Scherer2010-12-091-4/+1
|
* use ssl for mailling list interface, as password are involved ( a more ↵Michael Scherer2010-12-092-3/+13
| | | | selective approach should be used later )
* add a mailling list typeMichael Scherer2010-12-092-0/+31
|
* restrict the locale used by sympa for now, as it flood the log otherwiseMichael Scherer2010-12-091-1/+2
|
* change default settings, after discussing with mdv maintainer.Michael Scherer2010-12-091-1/+1
| | | | | | the setting of using /var/lib/sympa do not seems good, but may work fine ( except this prevent list called bounce, arc and aliases to be created , and this prevent simple shell based mailling list enumeration)
* add a directory to hold xml config filesMichael Scherer2010-12-091-0/+7
|
* - move everything in a subclassMichael Scherer2010-12-091-61/+62
|
* - add a svn snapshot for templatesMichael Scherer2010-12-091-1/+3
|
* add a sympa service, even if it would be better to add the 5 scriptsMichael Scherer2010-12-091-0/+8
| | | | separatly
* - sympa need to use its account to read data from ldapMichael Scherer2010-12-071-0/+3
|
* - more meaningful nameMichael Scherer2010-12-071-1/+1
|
* - fix wrong config file directive ( and also align the last line )Michael Scherer2010-12-071-2/+2
|
* add a alias for static data served by apacheMichael Scherer2010-12-071-0/+9
|
* add perl-Socket6 for ipv6 support, since sympa-www spew error in error_log ↵Michael Scherer2010-12-071-1/+4
| | | | without it
* - simplify the cgi path using custom factMichael Scherer2010-12-071-1/+1
|
* - add perl-CGI-Fast, since it is required by sympa-www for fastcgiMichael Scherer2010-12-071-2/+3
|
* - create sympa user & dbMichael Scherer2010-12-071-2/+14
|
* - add default password of x, so manifests do not fail on test vmsMichael Scherer2010-11-221-2/+2
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-202-6/+8
| | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others
* - also fix the directory ( maybe I should add a facter plugin for this too )Michael Scherer2010-11-201-1/+4
|
* - fix template on 32 bits serverMichael Scherer2010-11-191-2/+5
|
* rename vhost template filenameNicolas Vigier2010-11-182-1/+1
|
* Disable alias management, already managed in postfix, and remove unused filesNicolas Vigier2010-11-183-35/+2
|
* We do not need those 2 files as we will not handle the alias in the ldapDexter Morgan2010-11-181-15/+0
|
* add vhost and webapp conf filesNicolas Vigier2010-11-183-0/+24
|
* domain for mailing lists is ml.mageia.orgNicolas Vigier2010-11-171-2/+2
|
* Do not hardcode domainDexter Morgan2010-11-151-3/+3
|
* continue sympa config.Dexter Morgan2010-11-103-0/+40
| | | | | ldap_alias_entry.tt2 need to be fixed when the mail server will be ON.
* Fix typoDexter Morgan2010-11-101-1/+1
|
* Add ldap template fileDexter Morgan2010-11-103-2/+34
|
* First commit for sympa moduleDexter Morgan2010-11-102-0/+311