fix: incompatibilities with new hugo version
This commit is contained in:
parent
44404f4034
commit
b5179b97ac
3 changed files with 24 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Installation : Postfix + LDAP"
|
||||
categories: ["Installation", "TD machine"]
|
||||
tags: ["Postfix", "LDAP", "maildir"]
|
||||
date: 2018-10-4
|
||||
date: 2018-10-04
|
||||
lastmod: 2018-10-18
|
||||
---
|
||||
|
||||
|
@ -12,13 +12,13 @@ coupler ensuite avec notre annuaire LDAP pour lagestion des comptes.
|
|||
## Installation de Postfix
|
||||
|
||||
L'installation sur debian est simple, il suffit d'installer le paquet adéquat et
|
||||
de répondre aux deux questions posée par dpkg :
|
||||
de répondre aux deux questions posée par dpkg :
|
||||
|
||||
```shell
|
||||
# apt install postfix
|
||||
```
|
||||
|
||||
### Configuration
|
||||
### Configuration
|
||||
|
||||
La configuration de postfix se fait dans le répertoire `/etc/postfix`. Le
|
||||
premier fichier à modifier est `main.cf`, on y configurera entre autre les
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue