New: en_US/howto/allow.member.to.send.email.as.mail.list.md.

This commit is contained in:
Zhang Huangbin 2015-08-13 09:10:35 +08:00
parent 08540b96e5
commit 964066f4a6
4 changed files with 56 additions and 0 deletions

View File

@ -192,4 +192,6 @@ fi
# Show changed files.
echo "* Changed files:"
echo "---------------"
hg st
echo "---------------"

View File

@ -0,0 +1,16 @@
# Allow member to send email as mailing list or mail alias
To allow member of mailing list (or mail alias) account to send email as this
mailing list (or mail alias), please follw steps below:
* Remove `reject_sender_login_mismatch` in Postfix config file `/etc/postfix/main.cf`.
* Enable iRedAPD plugin `reject_sender_login_mismatch` in iRedAPD config file
`/opt/iredapd/settings.py`.
* Add new setting in `/opt/iredapd/settings.py` to allow member to send email
as mail list or mail alias:
```
ALLOWED_LOGIN_MISMATCH_LIST_MEMBER = True
```
* Restart both Postfix and iRedAPD services.

View File

@ -0,0 +1,37 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Allow member to send email as mailing list or mail alias</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="allow-member-to-send-email-as-mailing-list-or-mail-alias">Allow member to send email as mailing list or mail alias</h1>
<p>To allow member of mailing list (or mail alias) account to send email as this
mailing list (or mail alias), please follw steps below:</p>
<ul>
<li>Remove <code>reject_sender_login_mismatch</code> in Postfix config file <code>/etc/postfix/main.cf</code>.</li>
<li>Enable iRedAPD plugin <code>reject_sender_login_mismatch</code> in iRedAPD config file
<code>/opt/iredapd/settings.py</code>.</li>
<li>Add new setting in <code>/opt/iredapd/settings.py</code> to allow member to send email
as mail list or mail alias:</li>
</ul>
<pre><code>ALLOWED_LOGIN_MISMATCH_LIST_MEMBER = True
</code></pre>
<ul>
<li>Restart both Postfix and iRedAPD services.</li>
</ul><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>

View File

@ -79,6 +79,7 @@ repository</a>.</p>
<li><a href="quarantining.html">Quarantining</a></li>
<li><a href="sign.dkim.signature.for.new.domain.html">Sign DKIM signature on outgoing emails for new mail domain</a></li>
<li><a href="allow.insecure.pop3.imap.smtp.connections.html">Allow insecure POP3/IMAP/SMTP connections without STARTTLS</a></li>
<li><a href="allow.member.to.send.email.as.mail.list.html">Allow member to send email as mailing list or mail alias</a></li>
<li><a href="allow.user.to.send.email.without.authentication.html">Allow user to send email without authentication</a></li>
<li><a href="amavisd.per-recipient.policy.lookup.html">Amavisd: Enable per-recipient policy lookup</a></li>
<li><a href="change.server.hostname.html">Change server hostname</a></li>