Sender address triggers FILTER smtp-amavis: Difference between revisions

(Created page with "===<h1>What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?</h1>=== <hr> <br> <h2>Problem:</h2> What does "Sender address triggers FILTER smtp-amavi...")
 
No edit summary
Line 12: Line 12:
A typical log line containing this message looks like :
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=
  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]>
<user@domain.com> to=<user@example.com> proto=ESMTP helo=<[x.x.x.x]>


A breakdown of the log line :
A breakdown of the log line :
Line 19: Line 18:
(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>NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet.
Postfix hasn't assigned a queue-id to this message as of yet.


<code>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.


RCPT from external.domain.com:
<code>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.
The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA.


<code>proto=ESMTP:</code> ESMTP will be used


Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026:
<code>helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP.
This email will be filtered through amavis. By default all sender addresses will be triggered.




proto=ESMTP:
ESMTP will be used


 
Submitted by: Shashank Tewari
  helo=<[x.x.x.x]>:
The helo was sent from the specified IP.
 
 
 
"Shashank Tewari"
 
<stewari@zimbra.com>

Revision as of 03:06, 19 August 2017

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: Postfix hasn't assigned a queue-id to this message as of yet.

RCPT from external.domain.com: 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: This email will be filtered through amavis. By default all sender addresses will be triggered.

proto=ESMTP: ESMTP will be used

helo=<[x.x.x.x]>: The "helo" was sent from the specified IP.


Submitted by: Shashank Tewari

Jump to: navigation, search