aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
Commit message (Collapse)AuthorAgeFilesLines
...
* Update main.cf for new classesPascal Terjan2012-03-221-4/+4
|
* clean postfix module, rework the layout and split it in several fileMichael Scherer2012-03-225-65/+63
|
* do not modify shared variable, cause nasty side effectMichael Scherer2012-02-022-4/+4
|
* remove extranous ''Michael Scherer2012-01-232-2/+2
|
* use get_ldap_servers() instead of hardcoding the serversMichael Scherer2012-01-223-2/+8
|
* clean postfix moduleMichael Scherer2012-01-161-4/+2
|
* cleaning of the postfix moduleMichael Scherer2012-01-081-61/+13
|
* remove myorigin for now, as we need to receive local mails on valstarNicolas Vigier2012-01-021-1/+0
|
* Set myorigin (and mydomain + myhostname) for simple relay to be able to send ↵Pascal Terjan2012-01-021-0/+3
| | | | emails from valstar without specifying domain
* add aliases for i18n commitersMichael Scherer2011-10-131-1/+1
|
* security@ is present twice in the aliases listMichael Scherer2011-09-141-1/+1
|
* fix inheritanceMichael Scherer2011-08-171-12/+12
|
* add redundancy for postfix ldap connexionMichael Scherer2011-05-291-1/+1
|
* add ldap group to track former contributers that had a email alias, so theyMichael Scherer2011-05-271-1/+6
| | | | | | can sort everything without being in others groups or without needing specific access
* give aliases to people in mga-council group, to letMichael Scherer2011-05-261-2/+3
| | | | | trish have one until we finish the ldap setup of comm team,see #1345
* fix aliases, as noticed by stew on ircMichael Scherer2011-04-201-1/+1
|
* - add security alias for stewMichael Scherer2011-04-201-0/+2
|
* also add sysadmins to the list of those that have a aliasMichael Scherer2011-04-201-1/+1
|
* - offer aliases for packagersMichael Scherer2011-04-201-1/+1
|
* - add rfc2142 aliases, aka postmaster, etcMichael Scherer2011-03-291-14/+14
|
* - also redirect sympa error to the listmaster Michael Scherer2011-03-281-0/+2
|
* - add a note for listmaster ( needed for sympa )Michael Scherer2011-03-281-0/+1
|
* - try to avoid sympa loop by redirecting them to the proper emailMichael Scherer2011-03-281-1/+2
|
* add group subdomain on the secondary mx tooMichael Scherer2011-03-281-1/+3
|
* - according to the documentation ( http://www.sympa.org/faq/postfix ),Michael Scherer2011-03-283-0/+20
| | | | | the regexp do not match all address used by sympa ( see en of the pointed document ), and so sympa-bounce do not work.
* relax the pipelining check, as some process ( likely sympa ) use pipelining ↵Michael Scherer2011-03-241-1/+2
| | | | ( "improper command pipelining after MAIL from" )
* - add the list of alias mandated by the RFCMichael Scherer2011-03-241-0/+15
| | | | | - add myself for mailer-daemon, so I can check if the message are useful or not
* - add support for mailing all people in a ldap groupMichael Scherer2011-03-243-1/+27
|
* - fix last message of postfix, even if this still work fineMichael Scherer2011-03-221-0/+4
|
* - add back the domain for mailling list, this was not needed before asMichael Scherer2011-03-221-0/+4
| | | | | the domain was not a virtual one
* - add missing aliases file, as noticed by boklm Michael Scherer2011-03-221-0/+9
|
* 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
|