您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
217B

  1. {{ansible_managed|comment}}
  2. {% if postfix_virtual_mailbox_maps is defined %}
  3. {% for from in postfix_virtual_mailbox_maps %}
  4. {% set to = postfix_virtual_mailbox_maps[from] %}
  5. {{from}} {{to}}
  6. {% endfor %}
  7. {% endif %}