diff --git a/README.md b/README.md index b44fa062..9be966e3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ * Documents are all licensed under [Creative Commons](http://creativecommons.org/). # Install iRedMail * [Install iRedMail on Debian or Ubuntu Linux](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/install.iredmail.on.debian.ubuntu.md) +* [Install iRedMail on FreeBSD](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/install.iredmail.on.freebsd.md) * [Install iRedMail on OpenBSD](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/install.iredmail.on.openbsd.md) * [Install iRedMail on Red Hat Enterprise Linux, CentOS](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/install.iredmail.on.rhel.md) * [Setup DNS records for your iRedMail server](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/setup_dns.md) * [Perform silent/unattended iRedMail installation](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/unattended.iredmail.installation.md) # How to -* [Allow some users to send email as another user](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-allow.certain.users.to.send.email.as.different.user.md) +* [Allow certain users to send email as another user](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-allow.certain.users.to.send.email.as.different.user.md) * [Change mail attachment size](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-change.mail.attachment.size.md) * [Completely disable Amavisd + ClamAV + SpamAssassin](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-completely.disable.amavisd.clamav.spamassassin.md) * [Enable SMTPS service (SMTP over SSL, port 465)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/0-enable.smtps.md) diff --git a/howto/0-allow.certain.users.to.send.email.as.different.user.md b/howto/0-allow.certain.users.to.send.email.as.different.user.md index 4912f7a4..9e8df76f 100644 --- a/howto/0-allow.certain.users.to.send.email.as.different.user.md +++ b/howto/0-allow.certain.users.to.send.email.as.different.user.md @@ -1,4 +1,4 @@ -# Allow some users to send email as another user +# Allow certain users to send email as another user iRedMail configures Postfix to reject the request when sender specifies an owner for the MAIL FROM address diff --git a/html/allow.certain.users.to.send.email.as.different.user.html b/html/allow.certain.users.to.send.email.as.different.user.html index 475631d8..8b365916 100644 --- a/html/allow.certain.users.to.send.email.as.different.user.html +++ b/html/allow.certain.users.to.send.email.as.different.user.html @@ -1,7 +1,7 @@ - Allow some users to send email as another user + Allow certain users to send email as another user @@ -10,7 +10,7 @@ iRedMail web site // Document Index -

Allow some users to send email as another user

+

Allow certain users to send email as another user

iRedMail configures Postfix to reject the request when sender specifies an owner for the MAIL FROM address (From: header), but the client is not (SASL) logged in as that MAIL FROM diff --git a/html/index.html b/html/index.html index 5cfa5f8a..8010d02c 100644 --- a/html/index.html +++ b/html/index.html @@ -15,6 +15,7 @@

Install iRedMail

How to