aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/mail/postfix.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into stagingVladimír Čunát2019-09-021-2/+2
|\
| * nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-311-2/+2
| * nixos/mailman: decouple the mailman module from the postfix modulePeter Simons2019-08-301-6/+5
| * mailman: add NixOS module to install and deploy the mailing list serverPeter Simons2019-08-291-5/+6
* | treewide: remove redundant quotesvolth2019-08-261-6/+6
|/
* nixos/modules: Replace all nested types.either's with types.oneOf'sSilvan Mosberger2019-08-081-1/+1
* nixos: add 'localRecipients' config option for PostfixPeter Simons2019-07-151-0/+19
* postfix: add setgid wrapper for postqueue/postdropJörg Thalheim2018-10-151-1/+17
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-301-2/+2
* nixos/postfix: document that *Alias options support comma separated valuesBjørn Forsman2018-02-181-1/+5
* nixos/postfix: separate list option elements with commasFranz Pletz2018-01-261-7/+5
* nixos/postfix: fix default postfix configWilliButz2018-01-241-65/+62
* nixos/postfix: support alternate smtp ports when relaying (#30685)Sarah Brofeldt2017-11-011-11/+8
* postfix: add relayPort option. (#30520)Drew Hess2017-10-251-1/+14
* nixos/postfix: allow dollar parameters in lists (#30612)Ryan Hendrickson2017-10-231-1/+1
* Merge pull request #29452 from jerith666/pfix-srsd-1709Joachim F2017-10-031-0/+14
|\
| * nixos/pfix-srsd: add moduleMatt McHenry2017-09-211-0/+14
* | nixos/postfix: undo deprecation of extraConfig, extraMasterConfBjørn Forsman2017-09-071-6/+0
|/
* Merge pull request #28123 from jerith666/post-fix-upPeter Simons2017-08-111-2/+2
|\
| * postfix: wakeup value should be used even if wakeupUnusedComponent is not def...Matt McHenry2017-08-101-2/+2
| * postfix: warn about deprecated extraMasterConf optionMatt McHenry2017-08-101-0/+3
| * postfix: fix typo in transport_maps pathMatt McHenry2017-08-101-1/+1
* | postfix service: typo in transport filepathTaeradan2017-07-311-1/+1
* | postfix service: fix extraMasterConf (#27755)sshisk2017-07-301-1/+4
|/
* postfix: complete remake of postfix service (#27276)Joachim Schiele2017-07-141-149/+443
* postfix service: don't empty local_recipient_mapsNikolay Amiantov2017-02-061-2/+0
* Change default to postfix default.uwap2016-06-101-1/+6
* Choose a better default for services.postfix.submissionOptionsuwap2016-06-101-3/+4
* Make submission options more flexibleuwap2016-06-091-10/+10
* Postfix: Add an option to enable Submissionuwap2016-06-091-5/+21
* Drop support for postfix 2.x from Nixpkgs and NixOS.Peter Simons2016-03-111-1/+1
* Revert "Drop support for postfix 2.x from Nixpkgs and NixOS."Peter Simons2016-03-111-1/+1
* Drop support for postfix 2.x from Nixpkgs and NixOS.Peter Simons2016-03-111-1/+1
* Merge pull request #12725 from jerith666/postfix-dns-blPeter Simons2016-02-121-0/+30
|\
| * postfix service: implement DNS blacklist supportMatt McHenry2016-02-111-0/+30
* | postfix module: fix link to postfix-filesNikolay Amiantov2016-02-101-1/+1
|/
* postfix: use built-in set-permission tool to setup queueAlexander V. Nikolaev2016-01-201-8/+29
* nixos/postfix: Set type for extraConfig to "lines"aszlig2016-01-151-1/+1
* nixos/postfix: backwards compatibility with /var/postfixNikolay Amiantov2016-01-121-0/+5
* nixos/postfix: add options to compile additional maps and aliasesNikolay Amiantov2016-01-121-78/+97
* nixos/postfix: use path instead of direct package mentionsNikolay Amiantov2016-01-121-20/+21
* nixos/postfix: move scripts to serviceConfigNikolay Amiantov2016-01-121-13/+3
* nixos/postfix: move /var/postfix to /var/lib/postfix, fix access rightsNikolay Amiantov2016-01-121-31/+41
* nixos/postfix: add users and groups only if needed, fix group nameNikolay Amiantov2016-01-121-10/+11
* nixos/postfix: don't emit alias_maps config option if we don't have aliases setNikolay Amiantov2016-01-121-2/+2
* nixos/postfix: add typesNikolay Amiantov2016-01-101-0/+24
* postfix service: include configuration option for transport mapsViktor Kleen2016-01-051-0/+12
* postfix service: make SMTP services optional using enableSmtp optionViktor Kleen2016-01-051-0/+9
* Merge pull request #10620 from gebner/postfix-3.0.3Peter Simons2015-11-081-19/+20
|\
| * postfix: 2.11.5 -> 3.0.3Gabriel Ebner2015-10-261-19/+20