Update image width of screenshots.

This commit is contained in:
Zhang Huangbin 2016-07-08 08:46:58 +08:00
parent 8cefc8c7c7
commit d385da4eeb
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ profile page, under tab `Forwarding`.
Screenshot:
![](../images/iredadmin/user_profile_mail_forwarding.png)
![](../images/iredadmin/user_profile_mail_forwarding.png){: width=1000px }
## Set mail forwarding with phpLDAPadmin

View File

@ -9,7 +9,7 @@ profile page, under tab `Forwarding`.
Screenshot:
![](../images/iredadmin/user_profile_mail_forwarding.png)
![](../images/iredadmin/user_profile_mail_forwarding.png){: width=1000px }
## Set mail forwarding with SQL command line

View File

@ -30,7 +30,7 @@
<p>With iRedAdmin-Pro, you can simply add mail forwarding addresses in user
profile page, under tab <code>Forwarding</code>.</p>
<p>Screenshot:</p>
<p><img alt="" src="../images/iredadmin/user_profile_mail_forwarding.png" /></p>
<p><img alt="" src="../images/iredadmin/user_profile_mail_forwarding.png" width="1000px" /></p>
<h2 id="set-mail-forwarding-with-phpldapadmin">Set mail forwarding with phpLDAPadmin</h2>
<p>To forward emails to other email addresses, you can add value in LDAP attribute
<code>mailForwardingAddress</code> of user object.</p>

View File

@ -30,7 +30,7 @@
<p>With iRedAdmin-Pro, you can manage mail forwarding addresses in user
profile page, under tab <code>Forwarding</code>.</p>
<p>Screenshot:</p>
<p><img alt="" src="../images/iredadmin/user_profile_mail_forwarding.png" /></p>
<p><img alt="" src="../images/iredadmin/user_profile_mail_forwarding.png" width="1000px" /></p>
<h2 id="set-mail-forwarding-with-sql-command-line">Set mail forwarding with SQL command line</h2>
<p>Let's say you have an existing mail user <code>user@domain.com</code>, and you want to
forward all received emails to another address <code>forward@example.com</code>,