[Postfix] Fanciness.
parent
bb9ce4fb57
commit
a1828b52aa
|
@ -27,3 +27,9 @@
|
||||||
- client_checks
|
- client_checks
|
||||||
notify:
|
notify:
|
||||||
- generate postmaps
|
- generate postmaps
|
||||||
|
|
||||||
|
- name: Indicate role in motd
|
||||||
|
template:
|
||||||
|
src: update-motd.d/05-postfix.j2
|
||||||
|
dest: /etc/update-motd.d/05-postfix
|
||||||
|
mode: 0755
|
||||||
|
|
|
@ -71,8 +71,8 @@
|
||||||
# DO NOT SHARE THE POSTFIX QUEUE BETWEEN MULTIPLE POSTFIX INSTANCES.
|
# DO NOT SHARE THE POSTFIX QUEUE BETWEEN MULTIPLE POSTFIX INSTANCES.
|
||||||
#
|
#
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
# service type private unpriv chroot wakeup maxproc command + args
|
# service type private unpriv chroot wakeup maxproc command + args
|
||||||
# (yes) (yes) (yes) (never) (50)
|
# (yes) (yes) (yes) (never) (50)
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
{% if postfix.primary or postfix.secondary %}
|
{% if postfix.primary or postfix.secondary %}
|
||||||
smtp inet n - - - 1 postscreen
|
smtp inet n - - - 1 postscreen
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/tail +14
|
||||||
|
{{ ansible_header | comment }}
|
||||||
|
[0m> [38;5;82mPostfix[0m a été déployé sur cette machine. Voir [38;5;6m/etc/postfix/[0m.
|
Loading…
Reference in New Issue