Difference between revisions of "Sender address triggers FILTER smtp-amavis"
(→What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
− | + | __FORCETOC__ | |
− | + | <div class="col-md-12 ibox-content"> | |
− | + | =What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?= | |
+ | {{KB|{{ZC}}|{{ZCS 8.8}}||||}} | ||
+ | |||
+ | |||
+ | ====Problem==== | ||
What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean? Is it harmless? | What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean? Is it harmless? | ||
− | + | ||
+ | ====Solution==== | ||
The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected. | The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected. | ||
Line 18: | Line 23: | ||
(Note that this line is logged even before the complete message has been transmitted.) | (Note that this line is logged even before the complete message has been transmitted.) | ||
− | + | NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet. | |
− | |||
− | |||
− | + | RCPT from external.domain.com:</code> The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA. | |
− | + | Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026:</code> This email will be filtered through amavis. By default all sender addresses will be triggered. | |
− | <code>helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP. | + | proto=ESMTP:</code> ESMTP will be used |
+ | |||
+ | helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP. | ||
+ | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | ||
+ | |'''Submitted by''': Shashank Shekhar Tewari | ||
+ | |} | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6|2017-08-23}} |
Latest revision as of 07:35, 23 May 2020
Contents
What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?
Problem
What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean? Is it harmless?
Solution
The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected.
A typical log line containing this message looks like :
NOQUEUE: filter: RCPT from external.domain.com[x.x.x.x]: <user@domain.com>: Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026; from=<user@domain.com> to=<user@example.com> proto=ESMTP helo=<[x.x.x.x]>
A breakdown of the log line :
(Note that this line is logged even before the complete message has been transmitted.)
NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet.
RCPT from external.domain.com:</code> The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA.
Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026:</code> This email will be filtered through amavis. By default all sender addresses will be triggered.
proto=ESMTP:</code> ESMTP will be used helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP.
Submitted by: Shashank Shekhar Tewari |