aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
Commit message (Collapse)AuthorAgeFilesLines
...
* add aliases for the board, and for rootMichael Scherer2011-03-222-0/+15
|
* - use a virtual domain rather than a regular one, as thisMichael Scherer2011-03-222-4/+5
| | | | | prevent to limit aliases on the main domain ( ie, we want to avoid potential interferences with subdomain like ml )
* - fix wrong config ( cause various problem ( mail loop ) without breaking ↵Michael Scherer2011-03-101-1/+1
| | | | | | | stuff that should have been broke, I do not fully understand )
* - make postfix quiter by explicitely saying we use version 3Michael Scherer2011-03-081-0/+3
|
* - do not hardcode server nameMichael Scherer2011-03-081-1/+1
|
* make sure that the proper ldap support is installedMichael Scherer2011-03-081-0/+3
|
* allow to have more than one ldap group with aliasesMichael Scherer2011-03-082-6/+10
|
* - first prototype of ldap aliasesMichael Scherer2011-03-083-1/+22
|
* - reenable the main domain as the problem is fixed.Michael Scherer2011-02-151-4/+10
| | | | | | mail is now routed properly, as I had to disable the local transport map to enable the fallback one, who enable to route everything we want where we want
* - disable the reception of mail on alamut for the main domain, Michael Scherer2011-02-151-1/+4
| | | | | as this cause trouble when sending mail on the ml on zarb.org
* temporary work around for bugzilla being unable to send mail to webteamMichael Scherer2011-02-131-0/+9
| | | | | | | | | The current setup ( 13/02/2011 ) is that most active mls are on zarb.org, using @mageia domain. But we want to start hosting aliases on the current ml server ( and main smtp, ie alamut ). So we need to dispatch old mls to zarb, and the rest on alamut. Old mls are all prefixed by mageia-*@mageia this hack should be removed once all mls are migrated from zarb.org
* - do not try to do ssl when we cannot, this confuse epollMichael Scherer2011-01-051-4/+6
|
* - since sympa use transport table to get the message, no need to declare itMichael Scherer2010-12-091-3/+0
| | | | | in mydestination
* the sympa class was renamed, so we need to adjust the tag hereMichael Scherer2010-12-093-4/+4
|
* use antispam and antivirus on smtp serverMichael Scherer2010-11-251-0/+2
|
* filter mail trough amavis ( for spamassassin ) and block some extensionMichael Scherer2010-11-251-0/+1
|
* fix path that prevent smtp to startMichael Scherer2010-11-241-1/+1
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-202-8/+2
| | | | | | | | ( 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
* - fix templateMichael Scherer2010-11-191-1/+2
|
* add directive for aliases ( with a note for ldap alias ), and white spaceMichael Scherer2010-11-191-0/+7
|
* add support for sympa domainMichael Scherer2010-11-191-1/+4
|
* - fix config for secondary smtpMichael Scherer2010-11-191-3/+5
|
* - use all_tags instead of classes because of some obscure puppet issues,Michael Scherer2010-11-191-13/+12
| | | | | | | basically, classes correspond to the classes when the ressource is declared, not to the one of the node ( which is given by all_tags ) - remove empty line ( with <%- )
* - add some more attribute, just to be sureMichael Scherer2010-11-191-0/+4
|
* - fix templatesMichael Scherer2010-11-191-0/+1
|
* - merge luca berra proposalMichael Scherer2010-11-191-6/+12
|
* - start to merge simple relay, and add some basic antispam filtering Michael Scherer2010-11-181-1/+27
|
* - finish the merge of the 2 config fileMichael Scherer2010-11-184-56/+12
|
* - merge primary config file to the secondary oneMichael Scherer2010-11-182-1/+13
| | | | | - add some check in transport regexp
* - do include sympa process only if sympa class is usedMichael Scherer2010-11-181-1/+2
|
* - add a common ancestor to smtp serverMichael Scherer2010-11-181-2/+6
|
* add config for secondary MXNicolas Vigier2010-11-181-0/+42
|
* use $domainNicolas Vigier2010-11-181-2/+5
|
* add config for sympaNicolas Vigier2010-11-184-1/+17
|
* add master.cfNicolas Vigier2010-11-182-0/+174
|
* - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵Michael Scherer2010-11-171-1/+14
| | | | and a review of the pam config file too )
* add config for primary mail server (not ready for use yet)Nicolas Vigier2010-11-161-0/+41
|
* Change 'mailx' for 'nail'Damien Lallement2010-11-101-1/+1
|
* Remove 'nail' on 'blog' and add 'mailx' on 'postfix'Damien Lallement2010-11-101-1/+3
|
* - fix the x86_64 trick by directly embedding the code in the template, as ↵Michael Scherer2010-10-272-8/+4
| | | | | | | this avoid the various scoping problem
* - fix templates pathMichael Scherer2010-10-272-34/+1
| | | | | - remove extranous file
* - clearer to not prefix with postfix since we already use the class as namespaceMichael Scherer2010-10-271-2/+2
|
* - add a postfix moduleMichael Scherer2010-10-273-0/+105