From 41787cc2c4b835e9fe879e2606be032adeaede5e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 20:31:46 +0000 Subject: [PATCH] commit a829578faf9a5ddddda192457902e14341d4a4bb Author: Robert Kaussow Date: Thu Mar 3 21:15:55 2022 +0100 chore: add auto-generated _docs folder to gitignore file --- index.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/index.md b/index.md index 1d456e5..799ec2b 100644 --- a/index.md +++ b/index.md @@ -3,19 +3,19 @@ title: postfix_relay type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postfix_relay) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postfix_relay?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postfix_relay) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postfix_relay) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postfix_relay?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postfix_relay) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE) Setup postfix as mail relay. -* [Default Variables](#default-variables) - * [postfix_relay_auth_password](#postfix_relay_auth_password) - * [postfix_relay_auth_user](#postfix_relay_auth_user) - * [postfix_relay_relaydomain](#postfix_relay_relaydomain) - * [postfix_relay_relayhost](#postfix_relay_relayhost) - * [postfix_relay_relayport](#postfix_relay_relayport) - * [postfix_relay_senders](#postfix_relay_senders) - * [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [postfix_relay_auth_password](#postfix_relay_auth_password) + - [postfix_relay_auth_user](#postfix_relay_auth_user) + - [postfix_relay_relaydomain](#postfix_relay_relaydomain) + - [postfix_relay_relayhost](#postfix_relay_relayhost) + - [postfix_relay_relayport](#postfix_relay_relayport) + - [postfix_relay_senders](#postfix_relay_senders) + - [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner) +- [Dependencies](#dependencies) --- @@ -83,6 +83,8 @@ postfix_relay_smtpd_banner: - $mail_name ``` + + ## Dependencies None.