Difference between revisions of "Sender address triggers FILTER smtp-amavis"
(→What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?) |
|||
Line 3: | Line 3: | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
=What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?= | =What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?= | ||
− | {{KB|{{ZC}}||||}} | + | {{KB|{{ZC}}|{{ZCS 8.8}}||||}} |
− | + | ||
====Problem==== | ====Problem==== | ||
Line 23: | 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. | ||
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 |