This commit is contained in:
Zhang Huangbin 2018-04-04 08:33:59 +02:00
parent 6dfa983015
commit 6c4e652036
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ iRedAPD plugin `reject_sender_login_mismatch` will check forged sender address.
If sender domain is hosted on your server, but no smtp auth, it will be
considered as a forged email. In this case, iRedAPD will reject this email
(with rejection message: `Policy rejection not logged in`), so we need to
bypass either sender email address. If email is sent by an internal network
bypass the sender email address. If email is sent from an internal network
device like printer, fax, we can also its IP address directly.
* To bypass sender email address `user@example.com`, please add setting in

View File

@ -55,7 +55,7 @@ authentication. We use user email address <code>user@example.com</code> for exam
If sender domain is hosted on your server, but no smtp auth, it will be
considered as a forged email. In this case, iRedAPD will reject this email
(with rejection message: <code>Policy rejection not logged in</code>), so we need to
bypass either sender email address. If email is sent by an internal network
bypass the sender email address. If email is sent from an internal network
device like printer, fax, we can also its IP address directly.</p>
<ul>
<li>To bypass sender email address <code>user@example.com</code>, please add setting in