This commit is contained in:
Zhang Huangbin 2021-02-11 22:11:38 +08:00
parent 69042d4082
commit 767f3036d1
4 changed files with 22 additions and 8 deletions

View File

@ -23,8 +23,11 @@ uid: catch-all
With above catch-all account, emails sent to non-existing addresses will be
forwarded to both `user_1@example.com` and `user_2@example.com`.
__NOTE__: With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.
__NOTES__:
- Address `user_1@example.com` and `user_2@example.com` must exist.
- With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.
![](./images/iredadmin/domain_profile_catchall.png)

View File

@ -23,8 +23,11 @@ This sql command creates catch-all address for domain `domain.com`, all mails
sent to non-existing accounts under `domain.com` will be delivered to
`dest@example.com`.
__NOTE__: With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.
__NOTES__:
- Address `dest@example.com` must exist.
- With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.
![](./images/iredadmin/domain_profile_catchall.png)

View File

@ -35,8 +35,12 @@ uid: catch-all
<p>With above catch-all account, emails sent to non-existing addresses will be
forwarded to both <code>user_1@example.com</code> and <code>user_2@example.com</code>.</p>
<p><strong>NOTE</strong>: With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.</p>
<p><strong>NOTES</strong>:</p>
<ul>
<li>Address <code>user_1@example.com</code> and <code>user_2@example.com</code> must exist.</li>
<li>With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.</li>
</ul>
<p><img alt="" src="./images/iredadmin/domain_profile_catchall.png" /></p>
<h2 id="see-also">See also</h2>
<ul>

View File

@ -37,8 +37,12 @@ sql&gt; INSERT INTO forwardings (address, forwarding, domain, dest_domain)
<p>This sql command creates catch-all address for domain <code>domain.com</code>, all mails
sent to non-existing accounts under <code>domain.com</code> will be delivered to
<code>dest@example.com</code>.</p>
<p><strong>NOTE</strong>: With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.</p>
<p><strong>NOTES</strong>:</p>
<ul>
<li>Address <code>dest@example.com</code> must exist.</li>
<li>With iRedAdmin-Pro, you can manage catch-all account in domain
profile directly. Screenshot attached.</li>
</ul>
<p><img alt="" src="./images/iredadmin/domain_profile_catchall.png" /></p>
<h2 id="see-also">See also</h2>
<ul>