Skip to content

Commit 7270b2c

Browse files
author
Marius Burkard
committed
Merge branch 'patch-allow_send_as' into 'stable-3.1'
Document allow_send_ase and greylisting, #5536 See merge request ispconfig/ispconfig3!959
2 parents a95ef4c + dec8b54 commit 7270b2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

remoting_client/API-docs/mail_alias_add.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ <h1>mail_alias_add(<span class="var">$session_id</span>, <span class="var">$clie
2424
<p class="margin"> destination&nbsp;&nbsp;(<span class="paratype">text</span>)</p>
2525
<p class="margin"> type&nbsp;&nbsp;(<span class="paratype">enum('alias','aliasdomain','forward','catchall')</span>)</p>
2626
<p class="margin"> active&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
27+
<p class="margin"> allow_send_ase&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
28+
<p class="margin"> greylisting&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
2729
<p class="headgrp">Output: </p>
2830
<p class="margin"> Returns the ID of the newly added mail alias.</p>
2931
<!--<b>Output:</b>

remoting_client/API-docs/mail_alias_update.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ <h1>mail_alias_update(<span class="var">$session_id</span>, <span class="var">$c
2424
<p class="margin"> destination&nbsp;&nbsp;(<span class="paratype">text</span>)</p>
2525
<p class="margin"> type&nbsp;&nbsp;(<span class="paratype">enum('alias','aliasdomain','forward','catchall')</span>)</p>
2626
<p class="margin"> active&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
27+
<p class="margin"> allow_send_ase&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
28+
<p class="margin"> greylisting&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
2729
<b>Output: </b>
2830
<p class="margin"> Returns the number of affected rows.</p>
2931
<!--<b>Output:</b>

0 commit comments

Comments
 (0)